1
0
mirror of https://github.com/rfivet/uemacs.git synced 2025-09-24 22:24:02 -04:00

Extract Struct terminal from estruct to terminal.h implemented by tcap.

This commit is contained in:
2013-09-25 21:45:05 +08:00
parent e97f234607
commit 9780b4ce16
20 changed files with 123 additions and 88 deletions

1
main.c
View File

@@ -72,6 +72,7 @@
#include "log.h"
#include "random.h"
#include "search.h"
#include "terminal.h"
#include "termio.h"
#include "version.h"
#include "window.h"