aboutsummaryrefslogtreecommitdiffstats
path: root/src/wreadln.h (unfollow)
Commit message (Expand)AuthorFilesLines
2008-12-31Update copyright noticesAvuton Olrich1-10/+10
2008-12-06added missing copyright headersMax Kellermann1-0/+19
2008-11-07disable more features with --enable-miniMax Kellermann1-0/+4
2008-10-06include ncursesw/ncurses.h if availableMax Kellermann1-0/+7
2008-10-06wreadln: use unsigned integers and size_tMax Kellermann1-2/+2
2008-10-06wreadln: convert public globals to local constantsMax Kellermann1-6/+0
2008-10-06removed my_wgetch(), switch to wgetch()Max Kellermann1-4/+0
2008-10-03code style, indent with tabs XIMax Kellermann1-3/+3
2008-09-15include cleanupMax Kellermann1-0/+3
2008-09-15fix function prototypesMax Kellermann1-0/+7
2008-09-15const pointersMax Kellermann1-2/+2
2007-08-26Removed nested functionsAndreas Obergrusberger1-2/+6
2004-07-13Use glib's str functions (g_strlcat, g_strlcpy, g_snprintf, g_strdup_vprintf)Kalle Wallin1-10/+10
2004-07-13Use my_wgetch() instead of wgetch(), added --[no-]mouse optionKalle Wallin1-2/+3
2004-06-18Added completion stuffKalle Wallin1-0/+8
2004-06-06Added wreadln.c, wreadln.h a simple line editorKalle Wallin1-0/+25