aboutsummaryrefslogtreecommitdiff
path: root/src/ui_txtwindow.h
Commit message (Collapse)AuthorAge
* exported atmout to nask_ui, fixed weird memory error (busy_str intoni2016-07-31
| | | | | | infownd_update had a buffer overflow, but valgrind wasn't able to catch this, cz the overwrite happened in same memory segment (special case), gdb ftw
* ipc deadlock/race condition fixupstoni2016-07-23
|
* added txtwindow blinking titletoni2016-07-05
|
* - atmout/pthread_cond_timedwait bug (still not fixed)toni2015-11-17
| | | | | - txtwindow update callback added - better update funcs
* fixed wgetch key loop and wtimeout bugtoni2015-11-16
|
* - ui_nwindow.c renamed to better ui_txtwindow.ctoni2015-11-16
- better ui_txtwindow.c