aboutsummaryrefslogtreecommitdiff
path: root/termo.h
Commit message (Collapse)AuthorAgeFilesLines
* Implement de/focus event parsingPřemysl Eric Janouch2020-09-141-0/+2
| | | | So far there is no way to set it up, I'm not sure how to go about it.
* Backport TERMKEY_FLAG_NOSTART and fix two leaksPřemysl Janouch2016-12-301-1/+3
| | | | ...that are notably still present in the original library.
* Add termo_str{f,p}key_utf8()Přemysl Janouch2016-10-041-0/+5
| | | | Adding back some original UTF-8 handling code.
* Rewrite the mouse APIPřemysl Janouch2014-11-191-11/+13
| | | | | | | I wasn't aware of the fact that 1000, 1002 and 1003 are mutually exclusive and turn each other off. Also now it's not needed to set the protocol, it gets set by default.
* Make mouse data signedPřemysl Janouch2014-11-191-1/+1
| | | | Because urxvt can output zero coordinates, meaning -1.
* Add support for setting the mouse protocolPřemysl Janouch2014-10-221-0/+27
|
* Get rid of most block commentsPřemysl Janouch2014-10-141-32/+32
| | | | They're rather difficult to maintain.
* Rename to termoPřemysl Janouch2014-10-141-0/+277