summaryrefslogtreecommitdiff
path: root/t/16term-read.c
Commit message (Expand)AuthorAge
* Perform unit tests using tickit_term_build() instead of the legacy tickit_ter...Paul "LeoNerd" Evans2020-05-15
* Conditionally #define feature-test macros only on __GLIBC__ because other OSe...Paul "LeoNerd" Evans2019-06-24
* Giant API restructuring - event binding is now on an enumeration for one even...Paul "LeoNerd" Evans2017-10-13
* Use tickit_term_unref in unit tests, rather than _destroyPaul "LeoNerd" Evans2016-10-07
* Add a (currently-unused) flags bitmask to the *_bind_event() functionsPaul "LeoNerd" Evans2016-02-09
* Kill the increasingly-unwieldy TickitEventInfo struct; use instead a specific...Paul "LeoNerd" Evans2015-03-26
* Make eventhook functions return int instead of void; leading to the ability t...Paul "LeoNerd" Evans2015-03-23
* Rename TickitEvent to TickitEventInfo; use an anonymous union internallyPaul "LeoNerd" Evans2015-03-19
* Rename input timeout check function to a consistent _msec-suffixed version; p...Paul "LeoNerd" Evans2014-12-18
* Fix compile-time warnings in unit testsPaul "LeoNerd" Evans2014-04-30
* Don't pre-declare test count; use plan-at-EOF feature of TAPPaul "LeoNerd" Evans2014-04-19
* Renamed all the term tests up to 10 onwards to make a space at 03Paul "LeoNerd" Evans2012-05-14