Added a termkey_is_started() accessor; unit test it a bit
This commit is contained in:
@@ -163,6 +163,7 @@ void termkey_destroy(TermKey *tk);
|
||||
|
||||
int termkey_start(TermKey *tk);
|
||||
int termkey_stop(TermKey *tk);
|
||||
int termkey_is_started(TermKey *tk);
|
||||
|
||||
int termkey_get_fd(TermKey *tk);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user