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
349
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
8aa5b7acb5
Unit tests should use .code.codepoint/.sym instead of not .code.number when appropriate
2014-03-05 01:11:45 +00:00
man
Add TERMKEY_FORMAT_URWID shortcut [thanks Romain Chossart]
2013-08-26 18:51:29 +01:00
t
Unit tests should use .code.codepoint/.sym instead of not .code.number when appropriate
2014-03-05 01:11:45 +00:00
.bzrignore
Created a demo to show libtermkey in a GLib-based program
2012-04-01 20:04:01 +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-glib.c
Created a demo to show libtermkey in a GLib-based program
2012-04-01 20:04:01 +01:00
demo.c
Print UTF-8/RAW mode on startup; print 'Key ' before normal keys to debug UTF-8 parse errors
2014-01-23 23:56:41 +00:00
driver-csi.c
Handle ANSI and DEC mode report CSIs
2012-11-30 16:34:47 +00:00
driver-ti.c
Don't try to write() the start/stop string if the fd is a pipe, because this will never work
2012-01-20 20:01:11 +00:00
LICENSE
Include a LICENSE file
2011-07-01 17:05:35 +01:00
Makefile
Try tinfo before ncursesw (partially from
c2dd8f247a
) [thanks o11c]
2014-03-04 14:04:11 +00:00
termkey-internal.h
Return a real key type for unrecognised CSI sequences; allow accessing them by termkey_interpret_csi()
2012-11-30 14:35:23 +00:00
termkey.c
Look for .utf8 in locale variables as well as .UTF-8
2014-01-23 23:57:19 +00:00
termkey.h.in
Make header compatible with C++ (from
ddd7b0c5aa
) [thanks o11c]
2014-03-04 13:59:53 +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%