summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/cio.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove stuffNicholas Feinberg2014-07-291-1/+2
* Drop double newlines where they seem to serve no purpose.Adam Borowski2013-12-211-1/+0
* Support for get_line history in WebTilesPekka Lampila2013-12-041-0/+2
* Special handling for WebTiles travel depth promptPekka Lampila2013-12-031-1/+5
* Special handling for repeat cmd prompt in WebTilesPekka Lampila2013-12-031-0/+7
* Don't go out-of-bounds in wrapcprintf (#7637)Neil Moore2013-12-011-2/+7
* Improve webtiles text inputs.Neil Moore2013-09-281-0/+2
* Make cprintf() work outside GOTO_CRT (#7509)Neil Moore2013-09-281-7/+4
* Cancel an american speling.Adam Borowski2013-08-241-1/+1
* Handle pre-filled get_lines in webtiles (#7509)Neil Moore2013-08-241-3/+4
* Allow specifying pre-filled text for {msgwin,cancelable}_get_line.Neil Moore2013-08-241-2/+10
* Shuffle some function prototypes to correct places.Adam Borowski2013-04-071-2/+0
* Webtiles: Fix the ? key in stash search (#6630).Florian Diebold2013-03-131-0/+2
* Webtiles: Fix the line reader showing up in the message window for menus.Florian Diebold2012-11-231-5/+8
* Split MOUSE_MODE_MORE into versions for prompts, to give the Webtiles client ...Florian Diebold2012-11-231-1/+1
* Webtiles: Fix prompts not being removed during key replay or macros.Florian Diebold2012-11-231-5/+26
* Webtiles: Do message scrolling etc. on the client side.Florian Diebold2012-11-231-0/+8
* Use std namespace.Raphael Langella2012-08-261-10/+10
* Some more return deparenthesization.Adam Borowski2012-07-051-2/+2
* Drop parentheses around scalar values in "return".Adam Borowski2012-07-051-11/+11
* A couple of comments I stashed ages ago and just found.Samuel Bronson2011-11-301-0/+1
* Apply duaneg's patch in Mantis 4937 to fix potential crash/memory corruption.David Lawrence Ramsey2011-11-241-1/+1
* Webtiles JS Modularization, part II.Florian Diebold2011-10-291-1/+1
* Show the targeting cursor in Webtiles.Florian Diebold2011-10-161-2/+6
* Make Webtiles output happen in parallel to the console display, and make the ...Florian Diebold2011-10-151-4/+4
* Fix line_reader's handling of the DELETE key.Samuel Bronson2011-09-231-1/+1
* Make a bunch of functions static or non-existant.Adam Borowski2011-08-171-7/+1
* Handle SIGHUP in tiles and on Windows.Adam Borowski2011-05-011-2/+0
* Drop remnants of the DOS port.Adam Borowski2011-04-081-36/+6
* Fix nowrap_eol_cprintf() overshooting in some cases.Adam Borowski2011-04-041-36/+4
* Fix several word wrappers, merge them into one.Adam Borowski2011-04-021-25/+6
* Fix an old buffer overflow.Adam Borowski2011-04-011-1/+1
* Merge branch 'unicode'.Adam Borowski2011-04-011-72/+127
|\
| * Axe some debugging code.Adam Borowski2011-03-311-19/+0
| * Unicode support in the line_reader, including CJK and combining.Adam Borowski2011-03-311-63/+137
| * Basic cursesw input.Adam Borowski2011-03-311-9/+9
* | Make file headers doxygen-friendly, drop useless fields.Adam Borowski2011-03-281-5/+4
|/
* Make some functions static, remove unused among those.Adam Borowski2010-10-271-2/+2
* Massive spacing fixes: "( spaces after parentheses )".Adam Borowski2010-10-151-9/+9
* View coordinates now relative to viewport, not screen.Robert Vollmert2010-09-051-1/+1
* Make ^G equivalent to Escape in all prompts for the Emacs users out there (yo...Darshan Shaligram2010-06-131-2/+1
* Get rid of get_input_line.Robert Vollmert2010-05-151-51/+0
* Replace c_getch by getch_ck.Robert Vollmert2010-03-281-12/+1
* Replace all strcpy(static_buffer, variable_data) by strlcpy().Adam Borowski2010-03-201-1/+1
* Also set MOUSE_MORE_MODE in cancelable_get_line().Johanna Ploog2010-03-051-0/+1
* Nuke a whole lot of old-style casts, and remove some casts completelyHaran Pilpel2010-01-291-3/+3
* Change cursorxy to always use screen coordinates.Robert Vollmert2010-01-221-2/+2
* Allow line_reader to scroll its region.Robert Vollmert2010-01-211-0/+15
* Fix buffer not being terminated correctly in line_reader.Robert Vollmert2010-01-211-4/+2
* Make line_reader aware of its region.Robert Vollmert2010-01-201-14/+8