This website requires JavaScript.
Explore
Help
Sign In
p
/
termo
Watch
1
Star
0
Fork
0
You've already forked termo
Code
Issues
Pull Requests
Releases
Wiki
Activity
105
Commits
1
Branch
0
Tags
Go to file
Code
Clone
HTTPS
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
Paul LeoNerd Evans
4f73b850c5
Added compile-vs-runtime library version checks
2008-11-16 12:40:14 +00:00
.bzrignore
Store major and minor version number in Makefile; substitute #defines in termkey.h at build time
2008-11-16 12:28:38 +00:00
demo-async.c
Added compile-vs-runtime library version checks
2008-11-16 12:40:14 +00:00
demo.c
Added compile-vs-runtime library version checks
2008-11-16 12:40:14 +00:00
driver-csi.c
Make CSI driver's debugging output messages on unrecognised sequences conditional on #ifdef DEBUG
2008-11-12 13:02:30 +00:00
driver-ti.c
Compress trie nodes down to extent maps after loading, to save memory
2008-11-12 23:58:20 +00:00
Makefile
Store major and minor version number in Makefile; substitute #defines in termkey.h at build time
2008-11-16 12:28:38 +00:00
termkey_advisereadable.3
Renamed termkey_{set,get}waittime() to termkey_{set,get}_waittime() to be more consistent
2008-11-06 20:29:50 +00:00
termkey_get_keyname.3
Don't document the termkey_free() function as it doesn't restore termios; document termkey_destroy() instead
2008-11-06 19:50:53 +00:00
termkey_getkey.3.sh
Renamed termkey_{set,get}waittime() to termkey_{set,get}_waittime() to be more consistent
2008-11-06 20:29:50 +00:00
termkey_new.3
Added documentation on termkey_{get,set}_flags()
2008-11-10 22:29:21 +00:00
termkey_set_flags.3
Added documentation on termkey_{get,set}_flags()
2008-11-10 22:29:21 +00:00
termkey_set_waittime.3
Renamed termkey_{set,get}waittime() to termkey_{set,get}_waittime() to be more consistent
2008-11-06 20:29:50 +00:00
termkey_snprint_key.3
Added manpages for (most of) the external API functions
2008-11-06 00:02:41 +00:00
termkey_waitkey.3.sh
Renamed termkey_{set,get}waittime() to termkey_{set,get}_waittime() to be more consistent
2008-11-06 20:29:50 +00:00
termkey-internal.h
Allow stacking drivers in a linked list; try all of them at getkey() time
2008-11-09 19:58:11 +00:00
termkey.c
Added compile-vs-runtime library version checks
2008-11-16 12:40:14 +00:00
termkey.h.in
Added compile-vs-runtime library version checks
2008-11-16 12:40:14 +00:00
termkey.pc.in
Install a .pc file so that pkg-config works
2008-11-02 18:37:29 +00:00
Description
Terminal key input library
1.8
MiB
Languages
C
95.2%
CMake
4.8%