Commit Graph

30 Commits

Author SHA1 Message Date
Paul LeoNerd Evans 1cdeff872f Further documentation clarifications on the 'code' field of a key event 2012-11-30 17:06:14 +00:00
Paul LeoNerd Evans 0be6f18019 Handle ANSI and DEC mode report CSIs 2012-11-30 16:34:47 +00:00
Paul LeoNerd Evans c00f6cd3c6 Only recognise DECCPR as a position report, so it is distinct from F3 2012-11-30 16:12:26 +00:00
Paul LeoNerd Evans d5c3d9c8fe Also interpret an intermediate CSI byte if present 2012-11-30 14:43:00 +00:00
Paul LeoNerd Evans 7b3dc4be71 Return a real key type for unrecognised CSI sequences; allow accessing them by termkey_interpret_csi() 2012-11-30 14:35:23 +00:00
Paul LeoNerd Evans af3c0bf378 Many small manpage markup fixes 2012-04-25 00:59:13 +01:00
Paul LeoNerd Evans c944b95696 Documentation on new TERMKEY_TYPE_POSITION events 2012-04-24 17:34:12 +01:00
Paul LeoNerd Evans 3b3a7c2f45 Added some notes about what mouse protocols are supported 2012-04-12 19:21:31 +01:00
Paul LeoNerd Evans fedda1bdd4 Note the limited range of mouse line/column number 2012-04-12 18:05:05 +01:00
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