diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-07-14 19:00:23 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-07-14 19:00:23 +0200 |
commit | eb4d1cf9e78e9b330c684e4a55de27525c4fddd0 (patch) | |
tree | 4f4ec684074b53a2cfa52c3a865d875902344670 /ChangeLog.asciidoc | |
parent | a2cb702b6660ab9acde7bd57e9b6eae6b574245f (diff) | |
download | weechat-eb4d1cf9e78e9b330c684e4a55de27525c4fddd0.zip |
core: display a warning on startup if $TERM is not screen(-256color) under screen/tmux
The same warning is displayed with command "/debug term".
Diffstat (limited to 'ChangeLog.asciidoc')
-rw-r--r-- | ChangeLog.asciidoc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog.asciidoc b/ChangeLog.asciidoc index 92a98c5cd..2359fa155 100644 --- a/ChangeLog.asciidoc +++ b/ChangeLog.asciidoc @@ -15,6 +15,8 @@ http://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] == Version 1.0 (under dev) +* core: display a warning on startup if $TERM is not screen(-256color) under + screen/tmux * core: add option "-mask" in command /unset (closes #112) * core: add option weechat.color.status_nicklist_count (closes #109, closes #110) |