diff options
author | Paul LeoNerd Evans <leonerd@leonerd.org.uk> | 2011-08-27 19:59:02 +0100 |
---|---|---|
committer | Paul LeoNerd Evans <leonerd@leonerd.org.uk> | 2011-08-27 19:59:02 +0100 |
commit | 46eefda07367e63b7ceffeecb2778409f1d4b387 (patch) | |
tree | 811bf778119fa1fc67c803ea8cc22a2e6252dd21 /termkey.h.in | |
parent | 83ca948d7818b88fa604a39a73465ba6932d4ce5 (diff) | |
download | termo-46eefda07367e63b7ceffeecb2778409f1d4b387.tar.gz termo-46eefda07367e63b7ceffeecb2778409f1d4b387.tar.xz termo-46eefda07367e63b7ceffeecb2778409f1d4b387.zip |
Provide an explicit termkey_canonicalise() function; canonicalise Space/SP in both directions
Diffstat (limited to 'termkey.h.in')
-rw-r--r-- | termkey.h.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/termkey.h.in b/termkey.h.in index f0bce90..59a4f02 100644 --- a/termkey.h.in +++ b/termkey.h.in @@ -163,6 +163,8 @@ void termkey_set_flags(TermKey *tk, int newflags); int termkey_get_waittime(TermKey *tk); void termkey_set_waittime(TermKey *tk, int msec); +void termkey_canonicalise(TermKey *tk, TermKeyKey *key); + TermKeyResult termkey_getkey(TermKey *tk, TermKeyKey *key); TermKeyResult termkey_getkey_force(TermKey *tk, TermKeyKey *key); TermKeyResult termkey_waitkey(TermKey *tk, TermKeyKey *key); |