about summary refs log tree commit diff stats
path: root/src/input_win.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove whitespaceJames Booth2013-01-071-2/+0
|
* Temp fix for checking printable charsJames Booth2013-01-071-19/+10
| | | | Use result of wget_wch to check for special keys
* Revert "Temp fix for handling printable characters"James Booth2013-01-071-5/+15
| | | | This reverts commit 8f5826b25613555cdf8d22d484609be5b1687c42.
* 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
| | | | | * don't set pad_start to 0 while typing * use _inp_clear_no_pad() in input_win.c
* 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
| | | | Arch linux uses the standard headers for wide char ncurses
* 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
| | | | | | | | This reverts commit 721df8ca48b8cbf0026f3a36a3d17b45cb82b850.
| * 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
|/
* Handling commands after /disconnectJames Booth2012-11-191-2/+3
|
* Continue to send chat states when no viewing chat windowJames Booth2012-11-081-30/+4
|
* Do not send presence when in groupchatJames Booth2012-11-051-3/+3
|
* Do not send <composing/> for unprintable charactersJames Booth2012-11-011-1/+2
|
* Ignore lines starting with '/' when sending <composing/> stateJames Booth2012-11-011-1/+8
|
* Added a seperate option to enable outgoing typing notificationsJames Booth2012-11-011-9/+8
|
* Fixed invalid state transition from <active/> to <paused/>James Booth2012-10-311-4/+4
|
* Handling paused statusJames Booth2012-10-311-1/+8
|
* Only send chat states when preference setJames Booth2012-10-311-19/+22
|