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