about summary refs log tree commit diff stats
path: root/src/ui/inputwin.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\ | | | | | | | | | | Conflicts: src/tools/history.c src/tools/history.h
| * 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
| | | | | | | | | | | | | | When using readline's standard ^L binding, the screen is completely cleared, including status and title bar. By binding ^L to profanity's clear method, status and title bar are retained.
* | 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
| |
* | Removed history and various key handlersJames Booth2015-01-301-639/+205
| |
* | Moved readline code to inputwin.cJames Booth2015-01-301-2/+54
| |
* | Added gnu readlineJames Booth2015-01-271-39/+41
| |
* | Added key insert tests, extracted key_ctrl_left handlerJames Booth2015-01-201-62/+6
| |
* | Extracted keyhandler for printable charactersJames Booth2015-01-201-89/+40
| |
* | Inlined static functions in inputwinJames Booth2015-01-191-49/+162
| |
* | Refactor inputwin.cJames Booth2015-01-181-101/+119
| |
* | Handle wide chars for arrow keys and backspaceJames Booth2015-01-181-152/+200
| |
* | Fix backspace for utf8 wide charsJames Booth2015-01-171-19/+11
|/
* Added utf8_display_lenJames Booth2015-01-171-23/+4
|
* Merge branch 'master' into inp-utf8James Booth2015-01-161-3/+1
|\
| * Removed debugJames Booth2015-01-161-2/+0
| |
* | Fixed mergeJames Booth2015-01-161-1/+1
| |