Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | WIP: Is mine now (^3^) | Přemysl Janouch | 2014-09-23 | 1 | -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 fixes | Paul LeoNerd Evans | 2012-04-25 | 1 | -1/+3 |
| | |||||
* | Added documentation for termkey_{start,stop}, termkey_is_started | Paul LeoNerd Evans | 2012-03-08 | 1 | -1/+1 |
| | |||||
* | Added manpage for termkey_{get,set}_buffer_size | Paul LeoNerd Evans | 2012-02-13 | 1 | -0/+1 |
| | |||||
* | Document the errors set by termkey_new(), use errno rather than fprintf() to ↵ | Paul LeoNerd Evans | 2012-01-29 | 1 | -1/+10 |
| | | | | stderr | ||||
* | Created termkey_new_abstract() | Paul LeoNerd Evans | 2012-01-26 | 1 | -1/+4 |
| | |||||
* | Various other minor fixes to manpages | Paul LeoNerd Evans | 2012-01-21 | 1 | -3/+3 |
| | |||||
* | Link to termkey(7) from other manpages, delete some of the duplicated sections | Paul LeoNerd Evans | 2012-01-21 | 1 | -34/+3 |
| | |||||
* | Note in termkey_new(3) that the caller has to init. the terminal in abstract ↵ | Paul LeoNerd Evans | 2012-01-20 | 1 | -0/+2 |
| | | | | or pipe cases | ||||
* | Allow passing fd = -1 to constructor to make an instance not associated with ↵ | Paul LeoNerd Evans | 2012-01-18 | 1 | -1/+3 |
| | | | | an fd; must use push_bytes to provide it input | ||||
* | Move the growing collection of manpages into their own man/ subdirectory | Paul LeoNerd Evans | 2012-01-18 | 1 | -0/+60 |