Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2006-03-28 | fixed TAB completion support with libcursesw (path from René van Bevern) | Kalle Wallin | 1 | -0/+27 |
2006-01-22 | Backspace fix (wide-char version) | Kalle Wallin | 1 | -0/+11 |
2006-01-22 | Added wide-char version | Kalle Wallin | 1 | -3/+313 |
2005-06-11 | support wide-char ncurses library (ncursesw) | Kalle Wallin | 1 | -3/+4 |
2004-07-13 | Use glib's str functions (g_strlcat, g_strlcpy, g_snprintf, g_strdup_vprintf) | Kalle Wallin | 1 | -24/+26 |
2004-07-13 | Use my_wgetch() instead of wgetch(), added --[no-]mouse option | Kalle Wallin | 1 | -13/+6 |
2004-07-12 | Support SIGSTOP, SIGCONT in raw mode | Kalle Wallin | 1 | -0/+6 |
2004-07-03 | Ignore mouse events in wreadln, screen_getch | Kalle Wallin | 1 | -2/+5 |
2004-06-22 | added screen_bell() for optional audible/visible bells | Kalle Wallin | 1 | -2/+3 |
2004-06-19 | try to complete even if the line is empty | Kalle Wallin | 1 | -1/+1 |
2004-06-18 | Added completion stuff | Kalle Wallin | 1 | -1/+7 |
2004-06-06 | Added wreadln.c, wreadln.h a simple line editor | Kalle Wallin | 1 | -0/+339 |