about summary refs log tree commit diff stats
path: root/src/status_bar.c
Commit message (Collapse)AuthorAgeFilesLines
* Updated copyrightJames Booth2013-01-111-1/+1
|
* Fixed order of includes for ncurseswJames Booth2013-01-041-3/+2
| | | | Arch linux uses the standard headers for wide char ncurses
* Include ncursesw, set localeJames Booth2013-01-021-2/+2
|
* Messages not lost when run out of windowsJames Booth2012-11-241-2/+2
| | | | Incoming messages are shown in the console when all windows are full
* Added console to statusbar window listJames Booth2012-11-241-39/+41
|
* Allow alt-num to select windowJames Booth2012-11-241-12/+12
|
* Added input text to themeJames Booth2012-11-221-0/+1
|
* Added more colour preferencesJames Booth2012-11-211-20/+20
|
* Status bar message now correctly overwrites previous messageJames Booth2012-11-191-1/+19
|
* Handling commands after /disconnectJames Booth2012-11-191-0/+27
|
* Removed trailing whitespace from src and testsJames Booth2012-10-211-8/+8
|
* Fixed memory leakJames Booth2012-10-061-1/+2
|
* Added -Wall to GCC optionsJames Booth2012-09-101-8/+5
| | | | Fixed compiler warnings
* Check for ncurses headers on cygwinJames Booth2012-09-081-0/+7
|
* Removed get_time from common.cJames Booth2012-08-261-13/+13
| | | | Uses GDateTime instead
* Merge common and utilJames Booth2012-08-231-1/+1
|
* Added colour macrosJames Booth2012-08-191-16/+16
|
* Function signatures across linesJames Booth2012-07-241-11/+20
|
* Added autobuild toolsJames Booth2012-07-011-0/+224