diff options
author | Paul LeoNerd Evans <leonerd@leonerd.org.uk> | 2012-03-08 21:15:25 +0000 |
---|---|---|
committer | Paul LeoNerd Evans <leonerd@leonerd.org.uk> | 2012-03-08 21:15:25 +0000 |
commit | 43a83e6e96ce1bce7fffa2060278d7acdaafa445 (patch) | |
tree | 780e5ca0718f4d67c7aad3879836c580d6192001 /termkey-internal.h | |
parent | f7e498684911bd1be9ab915bff4f8190f014cf65 (diff) | |
download | termo-43a83e6e96ce1bce7fffa2060278d7acdaafa445.tar.gz termo-43a83e6e96ce1bce7fffa2060278d7acdaafa445.tar.xz termo-43a83e6e96ce1bce7fffa2060278d7acdaafa445.zip |
Move the terminal start/stop code into their own functions, exported (undocumented for now)
Diffstat (limited to 'termkey-internal.h')
-rw-r--r-- | termkey-internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/termkey-internal.h b/termkey-internal.h index e277939..17ff677 100644 --- a/termkey-internal.h +++ b/termkey-internal.h @@ -45,6 +45,7 @@ struct _TermKey { int waittime; // msec char is_closed; + char is_started; int nkeynames; const char **keynames; |