comparison ui.h @ 623:118276b60667

More work towards using th-libs th_network module.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 21 Jun 2014 02:40:51 +0300
parents bb6b07b44800
children 46fcab5ff44e
comparison
equal deleted inserted replaced
622:bb6b07b44800 623:118276b60667
20 #include <curses.h> 20 #include <curses.h>
21 #endif 21 #endif
22 #include <time.h> 22 #include <time.h>
23 #include "th_types.h" 23 #include "th_types.h"
24 #include "th_string.h" 24 #include "th_string.h"
25 #include "network.h" 25 #include "th_network.h"
26 26
27 #define SET_MAX_WINDOWS (32) 27 #define SET_MAX_WINDOWS (32)
28 #define NN_BACKBUF_LEN (512) // Backbuffer size (in lines) 28 #define NN_BACKBUF_LEN (512) // Backbuffer size (in lines)
29 29
30 30