changeset 340:cbbe2e797f55

Cosmetics in help message.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 23 Jun 2011 00:50:02 +0300
parents 058e3633bd73
children ece94ae2a051
files nnchat.c
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/nnchat.c	Thu Jun 23 00:49:26 2011 +0300
+++ b/nnchat.c	Thu Jun 23 00:50:02 2011 +0300
@@ -1237,11 +1237,12 @@
 
 void printHelp(void)
 {
-    printMsgQ(currWin,
+    printMsgQ(currWin, "\n"
     "NNChat Help\n"
     "===========\n"
     "\n"
-    "F1                This help.\n"
+    "F1             This help.\n"
+    "F2             \n"
     );
 }