aboutsummaryrefslogtreecommitdiffstats
path: root/src/wreadln.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use my_wgetch() instead of wgetch(), added --[no-]mouse optionKalle Wallin2004-07-131-13/+6
* Support SIGSTOP, SIGCONT in raw modeKalle Wallin2004-07-121-0/+6
* Ignore mouse events in wreadln, screen_getchKalle Wallin2004-07-031-2/+5
* added screen_bell() for optional audible/visible bellsKalle Wallin2004-06-221-2/+3
* try to complete even if the line is emptyKalle Wallin2004-06-191-1/+1
* Added completion stuffKalle Wallin2004-06-181-1/+7
* Added wreadln.c, wreadln.h a simple line editorKalle Wallin2004-06-061-0/+339