about summary refs log tree commit diff stats
path: root/src/ui/inputwin.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Added MAX_PASSWORD_SIZE set to 64James Booth2013-11-071-1/+2
| | | | fixes #245
* Next and previous windows, handle KEY_CODE_YES terms, jump empty winsJames Booth2013-09-261-16/+12
|
* Adding irssi style Alt-Left/Right window navigationJesse R. Adams2013-09-251-0/+21
|
* Check for KEY_CODE_YES before sending typing notificationsJames Booth2013-09-131-2/+5
| | | | fixes #239
* Attempted fix for #236, no check for KEY_CODE_YES on unicode char 127 (delete)James Booth2013-09-081-48/+58
|
* Proper fix for #235James Booth2013-09-041-3/+24
|
* Fix for issue #235, check for KEY_CODE_YESJames Booth2013-09-041-0/+3
|
* Changes to status bar for unlimited windows - WIPJames Booth2013-08-281-10/+10
|
* Fix ctrl + arrow keys for fedoraJames Booth2013-08-101-2/+2
|
* Down arrow adds current line to history and shows empty lineJames Booth2013-07-131-0/+4
|
* Removed contact_list, moved roster logic to xmpp/roster moduleJames Booth2013-05-061-1/+1
|
* Renamed contact_list_ functions to roster_James Booth2013-05-061-1/+1
|
* Use werase() rather than wclear() to avoid screen flashJames Booth2013-04-221-1/+1
|
* Added alt-backspace key code for ubuntuJames Booth2013-03-041-0/+1
|
* Added alt-backspace supportJames Booth2013-03-031-1/+66
|
* Debug alt-backspaceJames Booth2013-03-021-37/+48
|
* Fixed input win printing of '%' charJames Booth2013-02-091-7/+7
|
* Refactored getting boolean preferencesJames Booth2013-02-031-2/+2
|
* Added config dir to sourceJames Booth2013-02-021-2/+2
|
* Added command and tools subdirs to sourceJames Booth2013-02-021-1/+1
|
* Tidied #include'sJames Booth2013-02-021-2/+2
|
* Added ui subdir to sourceJames Booth2013-02-021-0/+568