about summary refs log tree commit diff stats
path: root/src/ui/inputwin.c
Commit message (Expand)AuthorAgeFilesLines
* Attention flag message ( enabled, disabled)DebXWoody2021-05-291-1/+6
* Attention flag - Implemented Alt+mDebXWoody2021-05-291-11/+5
* Attention flagĀ for groupchatsDebXWoody2021-05-291-2/+10
* Attention flag for chat windowsDebXWoody2021-05-291-0/+22
* Set input window size to max window sizekaffeekanne2020-12-111-2/+2
* Since the string from strerror should never be modified, use const.Philipp Klaus Krause2020-10-141-1/+1
* Avoid passing NULL pointers to curses functions.nia2020-09-041-1/+3
* Basic support for building on NetBSD.nia2020-09-041-0/+2
* Apply coding styleMichael Vetter2020-07-071-45/+44
* Revert "Apply coding style"Michael Vetter2020-07-071-57/+58
* Apply coding styleMichael Vetter2020-07-071-58/+57
* Define POSIX macro to have strdupMichael Vetter2020-06-121-2/+2
* inp_readline() Correct slashguard featureMichael Vetter2020-04-211-4/+6
* Make _inp_edited() more robustDmitry Podgorny2020-04-191-1/+8
* Add slashguard featureMichael Vetter2020-03-181-0/+7
* Add vim modelineMichael Vetter2019-11-131-0/+1
* Fix add_history usage in down arrow handlerMichael Vetter2019-11-051-4/+1
* Store current input line in historyMichael Vetter2019-11-051-0/+16
* Bind key to switch to next active windowMichael Vetter2019-09-301-0/+14
* Define keybindings to switch to up to 20 windowsMichael Vetter2019-09-301-0/+100
* Update copyright to include 2019Michael Vetter2019-01-221-1/+1
* Add prof_win_close (#1017)twardziejszy2019-01-101-0/+11
* WIP add self prefs for statusbarJames Booth2018-03-101-2/+2
* Clear autocompletes on line editsJames Booth2018-02-091-3/+19
* Update copyrightJames Booth2018-01-211-1/+1
* Allow previous autocompletion with shift tabJames Booth2017-04-011-2/+49
* Update CopyrightJames Booth2017-01-281-1/+1
* Allow vertical positioning of all windowsJames Booth2016-09-231-10/+4
* Add /inputwin top|bottom commandJames Booth2016-09-191-1/+8
* Move all filepath handling to files.cJames Booth2016-07-241-1/+1
* Move xgd functionsJames Booth2016-07-241-1/+2
* Tidy headersJames Booth2016-07-241-7/+7
* Moved roster_list.cJames Booth2016-07-241-1/+1
* Moved muc.cJames Booth2016-07-241-1/+1
* Moved chat_state.cJames Booth2016-07-241-1/+1
* Moved chat state handling code to chat_state.cJames Booth2016-07-241-2/+3
* Update GPL link in headersJames Booth2016-07-241-1/+1
* Rename command sourcesJames Booth2016-05-221-1/+1
* Add cmd_autocomplete.cJames Booth2016-05-201-3/+3
* Reorder headers in inputwin.cJames Booth2016-05-111-1/+1
* Implement XEP-0363: HTTP File UploadDominik Heidler2016-04-261-0/+3
* Removed #AX_PREFIX_CONFIG_HJames Booth2016-03-311-3/+3
* Merge branch 'master' into plugins-cJames Booth2016-02-141-1/+1
|\
| * Updated copyrightJames Booth2016-02-141-1/+1
* | Added C plugin code from plugins branchJames Booth2016-02-141-3/+3
|/
* Added sys/select.h header includesJames Booth2016-01-191-0/+1
* Use MB_CUR_MAX when calculating cursor positionJames Booth2015-12-191-1/+1
* Read ~/.config/profanity/inputrcJames Booth2015-12-061-0/+7
* Renamed readline handlersJames Booth2015-12-061-93/+93
* Added readline function definitionsJames Booth2015-12-061-1/+24