aboutsummaryrefslogtreecommitdiffstats
path: root/src/wreadln.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* include cleanupMax Kellermann2008-09-151-2/+2
* fix function prototypesMax Kellermann2008-09-151-2/+2
* const pointersMax Kellermann2008-09-151-8/+8
* code style, indent with tabsMax Kellermann2008-09-151-294/+269
* remove unused static functionsMax Kellermann2008-09-151-8/+6
* fixed 0001496Andreas Obergrusberger2007-08-261-0/+13
* Removed nested functionsAndreas Obergrusberger2007-08-261-145/+217
* due to bensonk's demand i added a splash screen.Andreas Obergrusberger2006-09-071-6/+32
* translation updates, template and german. another little build fixAndreas Obergrusberger2006-08-051-0/+1
* fixed TAB completion support with libcursesw (path from René van Bevern)Kalle Wallin2006-03-281-0/+27
* Backspace fix (wide-char version)Kalle Wallin2006-01-221-0/+11
* Added wide-char versionKalle Wallin2006-01-221-3/+313
* support wide-char ncurses library (ncursesw)Kalle Wallin2005-06-111-3/+4
* Use glib's str functions (g_strlcat, g_strlcpy, g_snprintf, g_strdup_vprintf)Kalle Wallin2004-07-131-24/+26
* 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