about summary refs log tree commit diff stats
path: root/src/ui/statusbar.c
Commit message (Collapse)AuthorAgeFilesLines
* Dynamically load UI functions, fixed testsJames Booth2013-12-221-24/+36
|
* Show current window in status barJames Booth2013-10-021-0/+25
|
* Fixed ">" indicator when tidying windowsJames Booth2013-08-301-0/+14
|
* Refactored status bar indicatorsJames Booth2013-08-301-105/+60
|
* Handle ">" indicator when more than 10 wins openJames Booth2013-08-291-47/+167
|
* Refactor updating window statusesJames Booth2013-08-281-30/+18
|
* Fixed showing active console after login failJames Booth2013-08-281-0/+7
|
* Changes to status bar for unlimited windows - WIPJames Booth2013-08-281-35/+58
|
* small refactoring in statusbar.cDmitry Podgorny2013-08-241-5/+11
|
* removed sizeof(char)Dmitry Podgorny2013-08-031-1/+1
| | | | sizeof(char) == 1 according to standard
* Use werase() rather than wclear() to avoid screen flashJames Booth2013-04-221-4/+4
|
* Added config dir to sourceJames Booth2013-02-021-1/+1
|
* Tidied #include'sJames Booth2013-02-021-1/+1
|
* Added ui subdir to sourceJames Booth2013-02-021-0/+285