Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | WIP: Is mine now (^3^) | Přemysl Janouch | 2014-09-23 | 1 | -145/+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. | ||||
* | Further documentation clarifications on the 'code' field of a key event | Paul LeoNerd Evans | 2012-11-30 | 1 | -6/+5 |
| | |||||
* | Handle ANSI and DEC mode report CSIs | Paul LeoNerd Evans | 2012-11-30 | 1 | -0/+5 |
| | |||||
* | Only recognise DECCPR as a position report, so it is distinct from F3 | Paul LeoNerd Evans | 2012-11-30 | 1 | -1/+1 |
| | |||||
* | Return a real key type for unrecognised CSI sequences; allow accessing them ↵ | Paul LeoNerd Evans | 2012-11-30 | 1 | -1/+6 |
| | | | | by termkey_interpret_csi() | ||||
* | Many small manpage markup fixes | Paul LeoNerd Evans | 2012-04-25 | 1 | -9/+29 |
| | |||||
* | Documentation on new TERMKEY_TYPE_POSITION events | Paul LeoNerd Evans | 2012-04-24 | 1 | -0/+5 |
| | |||||
* | Added some notes about what mouse protocols are supported | Paul LeoNerd Evans | 2012-04-12 | 1 | -0/+4 |
| | |||||
* | Also link to termkey_{get,set}_buffer_size(3) from termkey(7) | Paul LeoNerd Evans | 2012-03-08 | 1 | -1/+1 |
| | |||||
* | Various other minor fixes to manpages | Paul LeoNerd Evans | 2012-01-21 | 1 | -5/+6 |
| | |||||
* | Initial stab at termkey(7) manpage | Paul LeoNerd Evans | 2012-01-21 | 1 | -0/+106 |