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
251
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
08b7eaa5b7
Since CSI key info is the same for every CSI driver, just store one static copy of it rather than one for every termkey instance - simplifies construct-time allocation
2012-01-20 18:01:19 +00:00
man
More minor docs updates
2012-01-18 14:31:25 +00:00
t
\e string escape is not portable; use \033
2012-01-18 16:36:10 +00:00
.bzrignore
bzr ignore t/*.t
2011-03-31 11:41:14 +01:00
demo-async.c
<poll.h> on Solaris needs _XOPEN_SOURCE 600 to ensure it gets sigset_t - Petr Pavlu
2011-08-25 22:52:06 +01:00
demo.c
\e string escape is not portable; use \033
2012-01-18 16:36:10 +00:00
driver-csi.c
Since CSI key info is the same for every CSI driver, just store one static copy of it rather than one for every termkey instance - simplifies construct-time allocation
2012-01-20 18:01:19 +00:00
driver-ti.c
Allow {start,stop}_driver to fail, abort constructor, have driver-ti try to write the entire start/stop string or error out on -1
2012-01-20 17:00:09 +00:00
LICENSE
Include a LICENSE file
2011-07-01 17:05:35 +01:00
Makefile
Use the 'also' list for aliased pages
2012-01-18 14:27:18 +00:00
termkey-internal.h
Allow {start,stop}_driver to fail, abort constructor, have driver-ti try to write the entire start/stop string or error out on -1
2012-01-20 17:00:09 +00:00
termkey.c
sscanf() %zn ought to take a ssize_t *
2012-01-20 17:01:38 +00:00
termkey.h.in
Delete trailing comma in enum{} to keep C++ happy
2012-01-18 16:29:29 +00:00
termkey.pc.in
Put LIBDIR and INCDIR directly in termkey.pc; don't indirect via PREFIX as it might be incorrect
2011-07-01 17:04:12 +01:00
Description
Terminal key input library
1.8
MiB
Languages
C
95.2%
CMake
4.8%