about summary refs log tree commit diff stats
path: root/src/ui/inputwin.c
Commit message (Expand)AuthorAgeFilesLines
* Prompt user to allow or deny untrusted TLS certificatesJames Booth2015-09-221-0/+16
* PGP: UI tweaks for passphrase requestJames Booth2015-09-011-1/+0
* Removed /mouse commandJames Booth2015-07-191-1/+1
* Don't write chars during password inputJames Booth2015-07-011-1/+3
* ui: Ignore EINTR in inp_readline()Dmitry Podgorny2015-06-251-18/+7
* Do not update UI whilst receiving passwordJames Booth2015-06-251-7/+0
* free muc autocompleter resultJames Booth2015-06-241-0/+1
* Free prefs strings, check for NULLs when closing pgp moduleJames Booth2015-06-241-0/+1
* Added current window reference to command functionsJames Booth2015-06-171-2/+3
* Pass current window to autocompletersJames Booth2015-06-161-2/+4
* Moved UI interfaces to ui.hJames Booth2015-06-151-0/+1
* Moved ui/windows -> window_listJames Booth2015-06-151-1/+1
* Added win_clear() functionJames Booth2015-06-151-1/+2
* Move current win check to event, removed next and prev win functionsJames Booth2015-04-301-5/+9
* Removed ui_win_switch_numJames Booth2015-04-301-10/+22
* Moved new chat win events to client events moduleJames Booth2015-04-211-10/+10
* Added keybindings for rxvtJames Booth2015-03-181-6/+13
* Merge branch 'master' into readlineJames Booth2015-02-111-1/+1
|\
| * Updated copyrightJames Booth2015-02-101-1/+1
| * Free string on backspaceJames Booth2015-02-101-5/+5
| * Free utf8 substrings for delete word (ctrl-w)James Booth2015-02-091-0/+3
* | Bind ^L to own clear method to retain ui elementsChristian Storm2015-02-081-0/+9
* | Handle home scrollJames Booth2015-02-061-2/+3
* | Removed unused functionJames Booth2015-02-061-7/+0
* | Removed debug loggingJames Booth2015-02-051-2/+0
* | Moved command processing to main loop, allow resize during password promptJames Booth2015-02-051-14/+37
* | Move SIGWINCH handling to ui/core.c, ignore signal whilst resizingJames Booth2015-02-041-9/+0
* | Fixed input timout returning EINVAL on OSXJames Booth2015-02-041-5/+18
* | Moved readline startup hookJames Booth2015-02-031-44/+44
* | Tidied inputwin.cJames Booth2015-02-031-287/+315
* | Added OSX readline keyseq bindingsJames Booth2015-02-031-4/+9
* | Remove state passed to wide char len checkJames Booth2015-02-031-21/+19
* | Fixed arrow keys with debugJames Booth2015-02-021-6/+3
* | Readline osx compatibilityJames Booth2015-02-021-8/+10
* | Added include for timeval structJames Booth2015-02-011-0/+1
* | Use getc wrapper for autocomplete reset checkJames Booth2015-02-011-15/+22
* | Added more ignore characters to handle activityJames Booth2015-02-011-1/+1
* | Handle word wrapping wide charsJames Booth2015-02-011-1/+1
* | Added scroll handlerJames Booth2015-01-311-0/+22
* | Removed commented code, renamed win switch handlersJames Booth2015-01-311-31/+31
* | Added function key bindingsJames Booth2015-01-311-0/+11
* | Added paging handlersJames Booth2015-01-311-4/+145
* | Added SIGWINCH handlerJames Booth2015-01-311-1/+10
* | Clear autocompleters on printable charsJames Booth2015-01-311-2/+19
* | Added readline tab handlerJames Booth2015-01-311-1/+28
* | Moved input blocking code to inputwin.cJames Booth2015-01-311-5/+30
* | Debug input blockJames Booth2015-01-311-3/+4
* | Added idle and activity handlersJames Booth2015-01-311-10/+15
* | Removed unused variablesJames Booth2015-01-301-23/+0
* | Removed commented codeJames Booth2015-01-301-216/+0