about summary refs log tree commit diff stats
path: root/src/input_win.c
Commit message (Expand)AuthorAgeFilesLines
* Renamed UI related filesJames Booth2013-01-281-569/+0
* Added another char code for ctrl arrowsJames Booth2013-01-171-2/+2
* Fixed logical orJames Booth2013-01-171-2/+2
* Fixed ctrl-arrow key handling on gnome-terminalJames Booth2013-01-171-3/+3
* Ctrl right moves to space including end of lineJames Booth2013-01-171-2/+5
* ctrl-right handlingJames Booth2013-01-171-4/+33
* Finished ctrl-left, started ctrl-rightJames Booth2013-01-171-42/+41
* Started ctrl-leftJames Booth2013-01-171-146/+212
* Updated copyrightJames Booth2013-01-111-1/+1
* Remove whitespaceJames Booth2013-01-071-2/+0
* Temp fix for checking printable charsJames Booth2013-01-071-19/+10
* Revert "Temp fix for handling printable characters"James Booth2013-01-071-5/+15
* Temp fix for handling printable charactersJames Booth2013-01-071-15/+5
* Removed out of date commentsJames Booth2013-01-061-18/+0
* Call _clear_input when getting passwordJames Booth2013-01-061-1/+1
* Added _inp_win_refresh() macro, renamed and moved some functionsJames Booth2013-01-061-55/+42
* Removed inp_get_next_char() from input_win.cJames Booth2013-01-061-7/+1
* Fixed comment spacingJames Booth2013-01-061-2/+1
* Removed inp_y from input_win.cJames Booth2013-01-061-14/+12
* added check for utf_len in inp_get_charDmitry Podgorny2013-01-061-13/+18
* Added _got_to_end() functionJames Booth2013-01-051-15/+14
* Added back code to output single char rather than whole stringJames Booth2013-01-051-4/+3
* Added back block for when cursor not at end of lineJames Booth2013-01-051-0/+7
* Fixed command historyJames Booth2013-01-051-5/+13
* Added back in remove extra variableJames Booth2013-01-051-1/+0
* Added back in call to inp_clear_no_pad()James Booth2013-01-051-2/+1
* More changes to input handlingJames Booth2013-01-051-20/+10
* fixed issue #116Dmitry Podgorny2013-01-051-12/+31
* removed extra variable in inp_get_charDmitry Podgorny2013-01-041-1/+0
* Fixed possible buffer overflowJames Booth2013-01-041-4/+2
* Fix buffer overflow checkJames Booth2013-01-041-1/+1
* Added mbstate_tJames Booth2013-01-041-1/+3
* Fixed order of includes for ncurseswJames Booth2013-01-041-3/+2
* Handle DEL key for wide charsJames Booth2013-01-041-11/+31
* Changed backspace when at end for wide charsJames Booth2013-01-031-7/+10
* Handle deleting wide chars in middle of inputJames Booth2013-01-031-5/+14
* Handle insert for wide charsJames Booth2013-01-031-8/+16
* Removed unused code and commentsJames Booth2013-01-031-4/+0
* Handle backspace at end of input for wide charsJames Booth2013-01-031-2/+12
* Changed replace input to handle wide charsJames Booth2013-01-031-4/+7
* Handle wide chars on inputJames Booth2013-01-031-23/+40
* Include ncursesw, set localeJames Booth2013-01-021-2/+2
* Further tidy up of windows.cJames Booth2012-11-261-10/+10
* Merge branch 'master' into wheelJames Booth2012-11-251-5/+62
|\
| * Allow alt-num to select windowJames Booth2012-11-241-3/+51
| * Don't output ctrl charactersJames Booth2012-11-241-1/+9
| * Revert "Stop ctrl-c quitting with /ctrlc off"James Booth2012-11-231-19/+3
| * Stop ctrl-c quitting with /ctrlc offJames Booth2012-11-231-3/+19
| * Added input text to themeJames Booth2012-11-221-1/+2
* | Added basic mouse wheel handlingJames Booth2012-11-201-1/+1
|/