about summary refs log tree commit diff stats
path: root/input_win.c
Commit message (Expand)AuthorAgeFilesLines
* Moved windows on resizeJames Booth2012-04-221-10/+11
* Replace input on resizeJames Booth2012-04-171-0/+9
* Moved resize code to windows.c, reorder main loopJames Booth2012-04-171-27/+23
* Removed resize debug from consoleJames Booth2012-04-171-1/+0
* Basic resize of barsJames Booth2012-04-151-22/+27
* Ignore INS keyJames Booth2012-04-091-1/+2
* Implemented DEL key on inputJames Booth2012-04-091-0/+13
* Implemented HOME and END keys during inputJames Booth2012-04-091-1/+9
* Ignore non used F keysJames Booth2012-04-091-1/+1
* Tab completion of online contacts now rollsJames Booth2012-03-101-0/+3
* Free memory after contact searchJames Booth2012-03-101-0/+1
* Started autocomplete contactJames Booth2012-03-101-1/+23
* Tidied special key functionsJames Booth2012-03-101-1/+1
* Usage of constJames Booth2012-03-091-6/+6
* Reduced screen flicker, and fixed end pageJames Booth2012-03-061-1/+0
* Paging in console windowJames Booth2012-03-051-1/+1
* TIdey up input win functionsJames Booth2012-02-291-108/+119
* Bold input barJames Booth2012-02-281-0/+1
* Check for KEY_BACKSPACE, works on UbuntuJames Booth2012-02-271-1/+1
* Renamed input buffer to historyJames Booth2012-02-271-3/+3
* Allow forwards though input historyJames Booth2012-02-271-1/+13
* Consistent naming in input_bufferJames Booth2012-02-261-2/+2
* Added input editing and bufferJames Booth2012-02-261-7/+46
* Removed unused input window functionJames Booth2012-02-261-6/+0
* Allow command editingJames Booth2012-02-261-3/+28
* Allow left/right movement in input windowJames Booth2012-02-261-4/+22
* Added GPLJames Booth2012-02-201-0/+22
* Safe string handling on get passwordJames Booth2012-02-191-1/+1
* Handles failed logins correctlyJames Booth2012-02-171-0/+5
* Renamed input_bar -> status_barJames Booth2012-02-121-1/+1
* Starting window output in x position 1James Booth2012-02-101-3/+6
* Small formatting changesJames Booth2012-02-101-0/+4
* Added seperate window modulesJames Booth2012-02-081-0/+84