summaryrefslogtreecommitdiff
path: root/doc/en
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2013-12-01 18:39:05 +0100
committerSebastien Helleu <flashcode@flashtux.org>2013-12-01 18:39:05 +0100
commitd0832cd50e55c5307dac5cb933f024282a7ce5d0 (patch)
treefdadf2f738a5b81f862da6bed07c116c4d25248f /doc/en
parent0c48b7ab8bbd4b5b2f5bb73f3e96930091fa7ead (diff)
downloadweechat-d0832cd50e55c5307dac5cb933f024282a7ce5d0.zip
core: replace default key ctrl+"c", "u" by ctrl+"c", "_" for underlined text in messages
Diffstat (limited to 'doc/en')
-rw-r--r--doc/en/weechat_user.en.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/en/weechat_user.en.txt b/doc/en/weechat_user.en.txt
index df0060baf..f3df64532 100644
--- a/doc/en/weechat_user.en.txt
+++ b/doc/en/weechat_user.en.txt
@@ -927,8 +927,8 @@ The notify level for a buffer can be set with command `/buffer`:
| @k(C-)@k(c) , @k(c) | Insert code for colored text | `/input insert \x03`
| @k(C-)@k(c) , @k(i) | Insert code for italic text | `/input insert \x1D`
| @k(C-)@k(c) , @k(o) | Insert code for color reset | `/input insert \x0F`
-| @k(C-)@k(c) , @k(u) | Insert code for underlined text | `/input insert \x15`
| @k(C-)@k(c) , @k(v) | Insert code for reverse color | `/input insert \x16`
+| @k(C-)@k(c) , @k(_) | Insert code for underlined text | `/input insert \x1F`
| @k(Del) .2+| Delete next char in command line .2+| `/input delete_next_char`
| @k(C-)@k(d)
| @k(Backsp.) .2+| Delete previous char in command line .2+| `/input delete_previous_char`
@@ -1265,12 +1265,12 @@ follow (press @k(C-)@k(c) then following letter, with optional value):
@k(C-)@k(c) , @k(o)::
disable color and attributes
-@k(C-)@k(c) , @k(u)::
- underlined text
-
@k(C-)@k(c) , @k(v)::
reverse video (revert text color with background)
+@k(C-)@k(c) , @k(_)::
+ underlined text
+
[NOTE]
The same code (without number for @k(C-)@k(c) , @k(c)) may be used to stop the
attribute.