Commit Graph

21 Commits

Author SHA1 Message Date
Paul LeoNerd Evans
7d6a41eaba termkey_interpret_mouse takes const key, does not set modifiers, as that's already done 2012-04-12 18:03:07 +01:00
Paul LeoNerd Evans
6070de26f1 Fix manpage bug in termkey_start.3 2012-03-26 19:07:56 +01:00
Paul LeoNerd Evans
775806d32b Added documentation for termkey_{start,stop}, termkey_is_started 2012-03-08 21:58:27 +00:00
Paul LeoNerd Evans
f7e4986849 Also link to termkey_{get,set}_buffer_size(3) from termkey(7) 2012-03-08 14:35:47 +00:00
Paul LeoNerd Evans
5d44c08ecf Added manpage for termkey_{get,set}_buffer_size 2012-02-13 23:56:59 +00:00
Paul LeoNerd Evans
ee12c698da Document the errors set by termkey_new(), use errno rather than fprintf() to stderr 2012-01-29 16:13:38 +00:00
Paul LeoNerd Evans
9b20346dc3 Symlink manpage for termkey_new_abstract 2012-01-26 15:27:42 +00:00
Paul LeoNerd Evans
ea2d3073ac Created termkey_new_abstract() 2012-01-26 12:55:16 +00:00
Paul LeoNerd Evans
948e48d56a Various other minor fixes to manpages 2012-01-21 23:26:47 +00:00
Paul LeoNerd Evans
fa36d8a97b Fix Makefile for manpage generation of new man/termkey.7 2012-01-21 01:06:01 +00:00
Paul LeoNerd Evans
107587744c Removed note about termkey_keycmp() not canonicalising key structures, since it does in fact do exactly that 2012-01-21 00:56:08 +00:00
Paul LeoNerd Evans
61e304c6b4 Fix some typoes in termkey_set_canonflags.3 2012-01-21 00:53:35 +00:00
Paul LeoNerd Evans
dc5ce23316 Link to termkey(7) from other manpages, delete some of the duplicated sections 2012-01-21 00:52:13 +00:00
Paul LeoNerd Evans
c3de4f7801 Initial stab at termkey(7) manpage 2012-01-21 00:36:00 +00:00
Paul LeoNerd Evans
7ec2107f47 Note in termkey_new(3) that the caller has to init. the terminal in abstract or pipe cases 2012-01-20 20:07:59 +00:00
Paul LeoNerd Evans
0486ca8212 More minor docs updates 2012-01-18 14:31:25 +00:00
Paul LeoNerd Evans
14d6bb736c Use the 'also' list for aliased pages 2012-01-18 14:27:18 +00:00
Paul LeoNerd Evans
a4f9cc6d7f Minor wording fixes to termkey_push_bytes.3 manpage 2012-01-18 14:16:45 +00:00
Paul LeoNerd Evans
6d6afe788c Allow passing fd = -1 to constructor to make an instance not associated with an fd; must use push_bytes to provide it input 2012-01-18 14:03:39 +00:00
Paul LeoNerd Evans
82ad14175c Added termkey_push_bytes(), a new API for providing input bytes 2012-01-18 13:39:50 +00:00
Paul LeoNerd Evans
082b49f0f8 Move the growing collection of manpages into their own man/ subdirectory 2012-01-18 12:01:38 +00:00