diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2014-02-16 11:29:03 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2014-02-16 11:29:03 +0100 |
commit | 39be4e3387b5e49a6e67534f3e3078c205e166ca (patch) | |
tree | 39e708aa39f0f8c64c5edffecbb1187a0f3c9d8d /NEWS | |
parent | 20a70c80f8f0dc188c2281642102290fb0460192 (diff) | |
download | weechat-39be4e3387b5e49a6e67534f3e3078c205e166ca.zip |
core: add bare display mode (for easy text selection and click on URLs)
New key: alt+"!", to swith to bare display (same key to come back to
standard display).
New options:
- weechat.look.bare_display_exit_on_input (default: on): by default
any changes in input will return to standard display
- weechat.look.bare_display_time_format (default: "%H:%M"): the format
of time used in bare display.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -13,6 +13,16 @@ http://weechat.org/files/changelog/ChangeLog-devel.html[ChangeLog] (file 'ChangeLog' in sources). +== Version 0.4.4 (under dev) + +=== Bare display + +A bare display mode has been added (for easy text selection and click on URLs), +the new default key is key[alt-!]. + +Use command `/key missing` to add the key or `/key listdiff` to see differences +between your current keys and WeeChat default keys. + == Version 0.4.3 (2014-02-09) === Colors in messages |