aboutsummaryrefslogtreecommitdiff
path: root/man
Commit message (Collapse)AuthorAgeFilesLines
* WIP: Is mine now (^3^)Přemysl Janouch2014-09-2325-846/+0
| | | | | | | | | | | | | | | | Seriously though, I've got some issues with how this thing is designed, as well as with its formatting, and when you add the fact that the original author wants to merge this thing into his bigger library that also handles terminal output, which I'll kindly leave to ncurses, it kind of makes sense for me to do this. Manpages have been removed as they are going to become obsolete and they're rather difficult to maintain. If anything, there will be Doxygen-generated documentation. The plan is to throw away any direct UTF-8 support and support all uni- and multibyte character encodings. However some unrelated refactoring is about to come first.
* Add TERMKEY_FORMAT_URWID shortcut [thanks Romain Chossart]Paul LeoNerd Evans2013-08-261-0/+3
|
* Docs fix - fullstop at end of sentencePaul LeoNerd Evans2013-08-261-1/+1
|
* Minor doc update - strpkey expects strings, doesn't use themPaul LeoNerd Evans2013-08-261-1/+1
|
* Added TERMKEY_FORMAT_LOWERSPACE for strpkey() alsoPaul LeoNerd Evans2013-08-262-1/+4
|
* Added TERMKEY_FORMAT_LOWERSPACE for strfkey() onlyPaul LeoNerd Evans2013-08-261-1/+4
|
* Added TERMKEY_FORMAT_LOWERMODPaul LeoNerd Evans2013-08-262-0/+6
|
* Added TERMKEY_FORMAT_SPACEMODPaul LeoNerd Evans2013-08-262-0/+6
|
* Further documentation clarifications on the 'code' field of a key eventPaul LeoNerd Evans2012-11-301-6/+5
|
* Handle ANSI and DEC mode report CSIsPaul LeoNerd Evans2012-11-302-0/+31
|
* Only recognise DECCPR as a position report, so it is distinct from F3Paul LeoNerd Evans2012-11-301-1/+1
|
* Also interpret an intermediate CSI byte if presentPaul LeoNerd Evans2012-11-301-1/+5
|
* Return a real key type for unrecognised CSI sequences; allow accessing them ↵Paul LeoNerd Evans2012-11-302-1/+30
| | | | by termkey_interpret_csi()
* Many small manpage markup fixesPaul LeoNerd Evans2012-04-256-21/+43
|
* Documentation on new TERMKEY_TYPE_POSITION eventsPaul LeoNerd Evans2012-04-242-0/+31
|
* Added some notes about what mouse protocols are supportedPaul LeoNerd Evans2012-04-121-0/+4
|
* Note the limited range of mouse line/column numberPaul LeoNerd Evans2012-04-121-1/+1
|
* termkey_interpret_mouse takes const key, does not set modifiers, as that's ↵Paul LeoNerd Evans2012-04-121-3/+1
| | | | already done
* Fix manpage bug in termkey_start.3Paul LeoNerd Evans2012-03-261-1/+1
|
* Added documentation for termkey_{start,stop}, termkey_is_startedPaul LeoNerd Evans2012-03-085-3/+33
|
* Also link to termkey_{get,set}_buffer_size(3) from termkey(7)Paul LeoNerd Evans2012-03-081-1/+1
|
* Added manpage for termkey_{get,set}_buffer_sizePaul LeoNerd Evans2012-02-134-0/+26
|
* Document the errors set by termkey_new(), use errno rather than fprintf() to ↵Paul LeoNerd Evans2012-01-291-1/+10
| | | | stderr
* Symlink manpage for termkey_new_abstractPaul LeoNerd Evans2012-01-261-0/+1
|
* Created termkey_new_abstract()Paul LeoNerd Evans2012-01-261-1/+4
|
* Various other minor fixes to manpagesPaul LeoNerd Evans2012-01-216-12/+13
|
* Fix Makefile for manpage generation of new man/termkey.7Paul LeoNerd Evans2012-01-211-0/+2
|
* Removed note about termkey_keycmp() not canonicalising key structures, since ↵Paul LeoNerd Evans2012-01-211-2/+0
| | | | it does in fact do exactly that
* Fix some typoes in termkey_set_canonflags.3Paul LeoNerd Evans2012-01-211-2/+2
|
* Link to termkey(7) from other manpages, delete some of the duplicated sectionsPaul LeoNerd Evans2012-01-2118-134/+49
|
* Initial stab at termkey(7) manpagePaul LeoNerd Evans2012-01-211-0/+106
|
* Note in termkey_new(3) that the caller has to init. the terminal in abstract ↵Paul LeoNerd Evans2012-01-201-0/+2
| | | | or pipe cases
* More minor docs updatesPaul LeoNerd Evans2012-01-182-2/+2
|
* Use the 'also' list for aliased pagesPaul LeoNerd Evans2012-01-181-0/+3
|
* Minor wording fixes to termkey_push_bytes.3 manpagePaul LeoNerd Evans2012-01-181-3/+3
|
* Allow passing fd = -1 to constructor to make an instance not associated with ↵Paul LeoNerd Evans2012-01-184-4/+6
| | | | an fd; must use push_bytes to provide it input
* Added termkey_push_bytes(), a new API for providing input bytesPaul LeoNerd Evans2012-01-184-3/+28
|
* Move the growing collection of manpages into their own man/ subdirectoryPaul LeoNerd Evans2012-01-1817-0/+584