aboutsummaryrefslogtreecommitdiffstats
path: root/src/wreadln.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* disable more features with --enable-miniMax Kellermann2008-11-071-0/+4
* include ncursesw/ncurses.h if availableMax Kellermann2008-10-061-0/+7
* wreadln: use unsigned integers and size_tMax Kellermann2008-10-061-2/+2
* wreadln: convert public globals to local constantsMax Kellermann2008-10-061-6/+0
* removed my_wgetch(), switch to wgetch()Max Kellermann2008-10-061-4/+0
* code style, indent with tabs XIMax Kellermann2008-10-031-3/+3
* include cleanupMax Kellermann2008-09-151-0/+3
* fix function prototypesMax Kellermann2008-09-151-0/+7
* const pointersMax Kellermann2008-09-151-2/+2
* Removed nested functionsAndreas Obergrusberger2007-08-261-2/+6
* Use glib's str functions (g_strlcat, g_strlcpy, g_snprintf, g_strdup_vprintf)Kalle Wallin2004-07-131-10/+10
* Use my_wgetch() instead of wgetch(), added --[no-]mouse optionKalle Wallin2004-07-131-2/+3
* Added completion stuffKalle Wallin2004-06-181-0/+8
* Added wreadln.c, wreadln.h a simple line editorKalle Wallin2004-06-061-0/+25