diff options
author | James Booth <boothj5@gmail.com> | 2014-01-03 17:54:51 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2014-01-03 17:54:51 +0000 |
commit | e504c030a6325fc41d7daf667b2158cb31d8773e (patch) | |
tree | 06004a53e9ed2130972247c793424cca8638562f /src | |
parent | 170af88c0dc736087d40d3591c1880d8af17b5e6 (diff) | |
parent | cd4f4d0b1a29c642384ff6d6fff7bdf3573fa04e (diff) | |
download | profani-tty-e504c030a6325fc41d7daf667b2158cb31d8773e.tar.gz |
Merge branch 'master' into otr
Conflicts: configure.ac
Diffstat (limited to 'src')
-rw-r--r-- | src/ui/console.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/ui/console.c b/src/ui/console.c index 83a2b82e..c02201f9 100644 --- a/src/ui/console.c +++ b/src/ui/console.c @@ -1297,12 +1297,10 @@ _cons_navigation_help(void) cons_show(""); cons_show("Navigation:"); cons_show(""); - cons_show("Alt-1 : This console window."); - cons_show("Alt-2..Alt-0 : Chat windows."); + cons_show("Alt-1 (F1) : This console window."); + cons_show("Alt-2..Alt-0 (F2..F10) : Chat windows."); cons_show("Alt-LEFT : Previous chat window"); cons_show("Alt-RIGHT : Next chat window"); - cons_show("F1 : This console window."); - cons_show("F2..F10 : Chat windows."); cons_show("UP, DOWN : Navigate input history."); cons_show("LEFT, RIGHT, HOME, END : Edit current input."); cons_show("CTRL-LEFT, CTRL-RIGHT : Jump word in input."); |