aboutsummaryrefslogtreecommitdiff
path: root/src/ui.c
Commit message (Collapse)AuthorAge
* replaced obsolete gettimeofday with clock_gettimetoni2015-11-17
| | | | (pthread_conf_timedwait)
* - 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
* waitpid(...) checks now for WIFEXITED instead of WIFSIGNALEDtoni2015-11-16
|
* ~auto(conf|make)~toni2015-11-14
|
* ui thread does now the cursor mgmttoni2015-11-14
|
* trying to fix ncurses problerms .. fixedtoni2015-11-14
|
* - changed dir structuretoni2015-11-11
- fixed ipc semaphore/mq stuff