about summary refs log tree commit diff stats
path: root/src/ui/console.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/console.c')
-rw-r--r--src/ui/console.c10
1 files changed, 3 insertions, 7 deletions
diff --git a/src/ui/console.c b/src/ui/console.c
index bb6c4a38..c02201f9 100644
--- a/src/ui/console.c
+++ b/src/ui/console.c
@@ -548,7 +548,6 @@ _cons_show_received_subs(void)
         g_slist_free_full(received, g_free);
     }
 
-    wins_refresh_console();
     cons_alert();
 }
 
@@ -570,7 +569,6 @@ _cons_show_sent_subs(void)
         cons_show("No pending requests sent.");
     }
 
-    wins_refresh_console();
     cons_alert();
 }
 
@@ -1282,7 +1280,7 @@ _cons_help(void)
     cons_show("/help groupchat  - List groupchat commands.");
     cons_show("/help presence   - List commands to change presence.");
     cons_show("/help roster     - List commands for manipulating your roster.");
-    cons_show("/help service    - List service discovery commands");
+    cons_show("/help service    - List service discovery commands.");
     cons_show("/help settings   - List commands for changing settings.");
     cons_show("/help other      - Other commands.");
     cons_show("/help navigation - How to navigate around Profanity.");
@@ -1299,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.");