comparison ui.h @ 631:2c6945599b16

Rename a define.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 21 Jun 2014 20:01:17 +0300
parents 46fcab5ff44e
children 5b059a85cab8
comparison
equal deleted inserted replaced
630:46fcab5ff44e 631:2c6945599b16
23 #include "th_types.h" 23 #include "th_types.h"
24 #include "th_string.h" 24 #include "th_string.h"
25 #include "th_growbuf.h" 25 #include "th_growbuf.h"
26 #include "th_network.h" 26 #include "th_network.h"
27 27
28 #define SET_MAX_WINDOWS (32) 28
29 #define NN_BACKBUF_LEN (512) // Backbuffer size (in lines) 29 #define SET_MAX_WINDOWS (32) // Max chat buffer windows
30 #define SET_BACKBUF_LEN (512) // Backbuffer size (in lines)
30 31
31 32
32 typedef struct 33 typedef struct
33 { 34 {
34 int *buf; 35 int *buf;