aboutsummaryrefslogtreecommitdiff
path: root/man/termkey_new.3
Commit message (Collapse)AuthorAgeFilesLines
* WIP: Is mine now (^3^)Přemysl Janouch2014-09-231-48/+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.
* Many small manpage markup fixesPaul LeoNerd Evans2012-04-251-1/+3
|
* Added documentation for termkey_{start,stop}, termkey_is_startedPaul LeoNerd Evans2012-03-081-1/+1
|
* Added manpage for termkey_{get,set}_buffer_sizePaul LeoNerd Evans2012-02-131-0/+1
|
* Document the errors set by termkey_new(), use errno rather than fprintf() to ↵Paul LeoNerd Evans2012-01-291-1/+10
| | | | stderr
* Created termkey_new_abstract()Paul LeoNerd Evans2012-01-261-1/+4
|
* Various other minor fixes to manpagesPaul LeoNerd Evans2012-01-211-3/+3
|
* Link to termkey(7) from other manpages, delete some of the duplicated sectionsPaul LeoNerd Evans2012-01-211-34/+3
|
* 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
* Allow passing fd = -1 to constructor to make an instance not associated with ↵Paul LeoNerd Evans2012-01-181-1/+3
| | | | an fd; must use push_bytes to provide it input
* Move the growing collection of manpages into their own man/ subdirectoryPaul LeoNerd Evans2012-01-181-0/+60