Move the terminal start/stop code into their own functions, exported (undocumented for now)

This commit is contained in:
Paul LeoNerd Evans
2012-03-08 21:15:25 +00:00
parent f7e4986849
commit 43a83e6e96
3 changed files with 81 additions and 47 deletions

View File

@@ -45,6 +45,7 @@ struct _TermKey {
int waittime; // msec
char is_closed;
char is_started;
int nkeynames;
const char **keynames;