summaryrefslogtreecommitdiffstats
path: root/include/bbs.h
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-09-28 23:06:16 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-09-28 23:06:16 +0800
commitc0dd6835cc9f376ad6f195bad2daacff12b5efd9 (patch)
tree424ea7c2335aa863f8fdc634a0f6b17da8b2641a /include/bbs.h
parent4621028ffd6a8acbc2bc76c528f11315812c7049 (diff)
downloadpttbbs-c0dd6835cc9f376ad6f195bad2daacff12b5efd9.tar
pttbbs-c0dd6835cc9f376ad6f195bad2daacff12b5efd9.tar.gz
pttbbs-c0dd6835cc9f376ad6f195bad2daacff12b5efd9.tar.bz2
pttbbs-c0dd6835cc9f376ad6f195bad2daacff12b5efd9.tar.lz
pttbbs-c0dd6835cc9f376ad6f195bad2daacff12b5efd9.tar.xz
pttbbs-c0dd6835cc9f376ad6f195bad2daacff12b5efd9.tar.zst
pttbbs-c0dd6835cc9f376ad6f195bad2daacff12b5efd9.zip
* new keyboard input framework: vtkbd
* BS/BS2 is now merged to BS. * DEL/Ctrl-D is not mreged. * pager code (waterball) is a little refined but still far from good. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4887 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/bbs.h')
-rw-r--r--include/bbs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/bbs.h b/include/bbs.h
index 888f6d74..d16d5b02 100644
--- a/include/bbs.h
+++ b/include/bbs.h
@@ -43,6 +43,7 @@ extern "C" {
#endif
#include "ansi.h"
+#include "vtkbd.h"
#include "visio.h"
#include "statistic.h"
#include "uflags.h"