aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-04-15 18:39:07 +1000
committerDavid Walter Seikel2014-04-15 18:39:07 +1000
commit19faf32252f1fcfd5a6cc110846b0b21e8c8a185 (patch)
treed5052d260f7a93f3864a6962ffc90455c467bd2b
parentChange from using a bunch of callbacks to using one, with a structure and type. (diff)
downloadboxes-19faf32252f1fcfd5a6cc110846b0b21e8c8a185.zip
boxes-19faf32252f1fcfd5a6cc110846b0b21e8c8a185.tar.gz
boxes-19faf32252f1fcfd5a6cc110846b0b21e8c8a185.tar.bz2
boxes-19faf32252f1fcfd5a6cc110846b0b21e8c8a185.tar.xz
Links about the different versions of showkey.
-rw-r--r--showkey.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/showkey.c b/showkey.c
index 47a1a3d..de1f804 100644
--- a/showkey.c
+++ b/showkey.c
@@ -2,7 +2,10 @@
2 * 2 *
3 * Copyright 2014 David Seikel <won_fang@yahoo.com.au> 3 * Copyright 2014 David Seikel <won_fang@yahoo.com.au>
4 * 4 *
5 * Dunno yet if this is a standard. 5 * Not actually a standard, seems to be three different versions.
6 * The original kbd - http://kbd-project.org/
7 * The kbd fork console-tools - http://lct.sourceforge.net/
8 * A utility invented by Eric S. Raymond - http://catb.org/esr/showkey/
6 9
7USE_SHOWKEY(NEWTOY(showkey, "", TOYFLAG_USR|TOYFLAG_BIN)) 10USE_SHOWKEY(NEWTOY(showkey, "", TOYFLAG_USR|TOYFLAG_BIN))
8 11