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
138
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
af50967d12
Substitute version into termkey.pc.in at 'make dist' time
2008-12-15 20:49:59 +00:00
.bzrignore
Added .bzrignore patterns for other built files
2008-11-16 12:44:02 +00:00
demo-async.c
Linefeed properly in main() in demo files
2008-12-08 22:54:14 +00:00
demo.c
Linefeed properly in main() in demo files
2008-12-08 22:54:14 +00:00
driver-csi.c
Complete change of driver internals - peek and return size but don't eat bytes; eat later in getkey()
2008-12-10 00:23:47 +00:00
driver-ti.c
Complete change of driver internals - peek and return size but don't eat bytes; eat later in getkey()
2008-12-10 00:23:47 +00:00
Makefile
Substitute version into termkey.pc.in at 'make dist' time
2008-12-15 20:49:59 +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_fd.3
Documentation fix for termkey_get_fd - returns int, not void
2008-12-02 23:06:08 +00:00
termkey_get_keyname.3
Added termkey_keyname2sym() to API
2008-12-02 00:56:43 +00:00
termkey_getkey.3.sh
Resort back to using GNU sed in .sh built manpages, as we only need them at 'make dist' time now; doesn't matter that BSD can't run them
2008-12-10 01:03:43 +00:00
termkey_keyname2sym.3
Added termkey_keyname2sym() to API
2008-12-02 00:56:43 +00:00
termkey_new.3
Added termkey_get_fd() to API
2008-12-01 22:36:14 +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
Resort back to using GNU sed in .sh built manpages, as we only need them at 'make dist' time now; doesn't matter that BSD can't run them
2008-12-10 01:03:43 +00:00
termkey-internal.h
Complete change of driver internals - peek and return size but don't eat bytes; eat later in getkey()
2008-12-10 00:23:47 +00:00
termkey.c
Represent Ctrl-letter in lowercase in the struct, so as one day to be able to do Ctrl-Shift-letter. Make sure ^X notation is still capital
2008-12-10 01:34:40 +00:00
termkey.h.in
Added termkey_keyname2sym() to API
2008-12-02 00:56:43 +00:00
termkey.pc.in
Substitute version into termkey.pc.in at 'make dist' time
2008-12-15 20:49:59 +00:00
Description
Terminal key input library
1.8
MiB
Languages
C
95.2%
CMake
4.8%