Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2008-10-06 | include ncursesw/ncurses.h if available | Max Kellermann | 1 | -0/+7 |
2008-10-06 | wreadln: use unsigned integers and size_t | Max Kellermann | 1 | -2/+2 |
2008-10-06 | wreadln: convert public globals to local constants | Max Kellermann | 1 | -6/+0 |
2008-10-06 | removed my_wgetch(), switch to wgetch() | Max Kellermann | 1 | -4/+0 |
2008-10-03 | code style, indent with tabs XI | Max Kellermann | 1 | -3/+3 |
2008-09-15 | include cleanup | Max Kellermann | 1 | -0/+3 |
2008-09-15 | fix function prototypes | Max Kellermann | 1 | -0/+7 |
2008-09-15 | const pointers | Max Kellermann | 1 | -2/+2 |
2007-08-26 | Removed nested functions | Andreas Obergrusberger | 1 | -2/+6 |
2004-07-13 | Use glib's str functions (g_strlcat, g_strlcpy, g_snprintf, g_strdup_vprintf) | Kalle Wallin | 1 | -10/+10 |
2004-07-13 | Use my_wgetch() instead of wgetch(), added --[no-]mouse option | Kalle Wallin | 1 | -2/+3 |
2004-06-18 | Added completion stuff | Kalle Wallin | 1 | -0/+8 |
2004-06-06 | Added wreadln.c, wreadln.h a simple line editor | Kalle Wallin | 1 | -0/+25 |