diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-04-25 07:20:34 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-04-25 07:20:34 +0200 |
commit | 2a43f459470e2aa4033271504fb2102e8fd0813d (patch) | |
tree | c1875469f38f17f8f0251ff8780a0f32166a143c /ChangeLog.adoc | |
parent | a96d27f2362e9c18abc77e858da273765c1cee63 (diff) | |
download | weechat-2a43f459470e2aa4033271504fb2102e8fd0813d.zip |
core: fix command /cursor stop (do not toggle cursor mode) (closes #964)
Diffstat (limited to 'ChangeLog.adoc')
-rw-r--r-- | ChangeLog.adoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog.adoc b/ChangeLog.adoc index d64d7a16f..82ac32543 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -42,6 +42,7 @@ Improvements:: Bug fixes:: + * core: fix command /cursor stop (do not toggle cursor mode) (issue #964) * core: fix delayed refresh when the signal SIGWINCH is received (terminal resized), send signal "signal_sigwinch" after refreshes (issue #902) * irc: fix parsing of DCC filename * irc: fix double decoding of IRC colors in messages sent/displayed by commands /msg and /query (issue #943) |