aboutsummaryrefslogtreecommitdiffstats
path: root/src/wreadln.c (unfollow)
Commit message (Expand)AuthorFilesLines
2006-09-07due to bensonk's demand i added a splash screen.Andreas Obergrusberger1-6/+32
2006-08-05translation updates, template and german. another little build fixAndreas Obergrusberger1-0/+1
2006-03-28fixed TAB completion support with libcursesw (path from René van Bevern)Kalle Wallin1-0/+27
2006-01-22Backspace fix (wide-char version)Kalle Wallin1-0/+11
2006-01-22Added wide-char versionKalle Wallin1-3/+313
2005-06-11support wide-char ncurses library (ncursesw)Kalle Wallin1-3/+4
2004-07-13Use glib's str functions (g_strlcat, g_strlcpy, g_snprintf, g_strdup_vprintf)Kalle Wallin1-24/+26
2004-07-13Use my_wgetch() instead of wgetch(), added --[no-]mouse optionKalle Wallin1-13/+6
2004-07-12Support SIGSTOP, SIGCONT in raw modeKalle Wallin1-0/+6
2004-07-03Ignore mouse events in wreadln, screen_getchKalle Wallin1-2/+5
2004-06-22added screen_bell() for optional audible/visible bellsKalle Wallin1-2/+3
2004-06-19try to complete even if the line is emptyKalle Wallin1-1/+1
2004-06-18Added completion stuffKalle Wallin1-1/+7
2004-06-06Added wreadln.c, wreadln.h a simple line editorKalle Wallin1-0/+339