summaryrefslogtreecommitdiffstats
path: root/microbbs.c
diff options
context:
space:
mode:
authorFreeArtMan <dos21h@gmail.com>2015-02-17 15:15:26 +0900
committerFreeArtMan <dos21h@gmail.com>2015-02-17 15:15:26 +0900
commitc1e6c1341ace1f61569e6d1d0dbfb36cb192113c (patch)
tree9fc23f173342a680333825bc8300cad422ba99a5 /microbbs.c
parent3090282601248d3ce5f91cbddeb450d744b27472 (diff)
downloadmicrobbs-c1e6c1341ace1f61569e6d1d0dbfb36cb192113c.tar.gz
microbbs-c1e6c1341ace1f61569e6d1d0dbfb36cb192113c.zip
Updated libterm. Updated config headers
Diffstat (limited to 'microbbs.c')
-rw-r--r--microbbs.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/microbbs.c b/microbbs.c
index 1cb1888..92aa1ed 100644
--- a/microbbs.c
+++ b/microbbs.c
@@ -10,6 +10,7 @@
#include "sysinfo.h"
#include "articles.h"
#include "user.h"
+#include "bbsconfig.h"
#include "libterm/term.h"
#include "libterm/term_io.h"
@@ -27,6 +28,7 @@ int main( int argc, char **argv )
term_screen ts; memset( (void *)&ts, 0, sizeof(ts) );
term_init( &ts );
term_set_raw_mode( &ts );
+ term_set_speed( &ts, B38400 );
term_clr_scr( &ts );
//init global variable of bbs user