changeset 141:cce05daf6f01

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 02 Nov 2010 21:48:54 +0200
parents 2d2ef5bbcc11
children 0b9910c3ed30
files nnchat.c
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/nnchat.c	Tue Nov 02 21:48:24 2010 +0200
+++ b/nnchat.c	Tue Nov 02 21:48:54 2010 +0200
@@ -25,8 +25,8 @@
 #define SET_DIR_SEPARATOR  "/"
 #endif
 
-#define SET_MAX_BACKBUF (1024)
-#define SET_MAX_HISTORY (16)
+#define SET_MIN_BACKBUF (1024)      /* Backbuffer size (in lines) */
+#define SET_MAX_HISTORY (16)        /* Command history length */
 #define SET_DELAY       (15)
 #define SET_DELAY_USEC  (SET_DELAY * 250)
 #define SET_KEEPALIVE   (15*60)     /* Ping/keepalive period in seconds */
@@ -224,7 +224,7 @@
 {
     const char *s = fmt;
     int col = 0;
-    
+
     while (*s) {
         if (*s == '½') {
             int val = 0;