about summary refs log tree commit diff stats
path: root/src/ui/inputwin.h
Commit message (Collapse)AuthorAgeFilesLines
* Updated copyrightJames Booth2015-02-101-1/+1
|
* Simplified autocompleters and command historyJames Booth2015-01-161-1/+2
|
* Renamed inp_get_char->inp_readJames Booth2015-01-151-1/+1
|
* Moved input line to inputwinJames Booth2015-01-151-1/+1
|
* Pass pointers to inp_get_charJames Booth2015-01-151-1/+1
|
* Moved input size to inputwinJames Booth2015-01-151-1/+1
|
* trying to block (and save cpu power) more dynamicallySimon Effenberg2015-01-121-2/+2
| | | | | | | | | instead of blocking too long if inpblock is set to something like 500ms the input timeout is not set directly to inpblock but is increasing dynamically from 0 to inpblock by a little algorithm FIXME: the call from the win_* method to the ui_input_* method looks wrong.. this causes a cross reference which shouldn't be
* Update input window on /theme setJames Booth2014-11-191-1/+1
|
* Added scroll support to occupant listJames Booth2014-10-071-1/+1
|
* Added license exemption for OpenSSL to source headersJames Booth2014-08-241-0/+12
|
* Removed inputwin functions from ui.hJames Booth2014-04-071-0/+36