| Commit message (Expand) | Author | Age | Files | Lines |
* | wreadln: return NULL instead of empty string | Max Kellermann | 2008-11-07 | 1 | -0/+3 |
* | disable more features with --enable-mini | Max Kellermann | 2008-11-07 | 1 | -0/+8 |
* | wreadln: support wide characters | Max Kellermann | 2008-10-06 | 1 | -17/+190 |
* | wreadln: wait for complete multibyte sequence in wreadln_insert_byte() | Max Kellermann | 2008-10-06 | 1 | -0/+54 |
* | wreadln: don't use cursor_move_right() in insert_byte() | Max Kellermann | 2008-10-06 | 1 | -1/+4 |
* | wreadln: optimize wreadln_delete_char() with memmove() | Max Kellermann | 2008-10-06 | 1 | -3/+4 |
* | wreadln: moved code to wreadln_delete() | Max Kellermann | 2008-10-06 | 1 | -7/+16 |
* | wreadln: return early from cursor movement functions | Max Kellermann | 2008-10-06 | 1 | -11/+13 |
* | wreadln: use unsigned integers and size_t | Max Kellermann | 2008-10-06 | 1 | -13/+14 |
* | wreadln: use memcpy() for both cases | Max Kellermann | 2008-10-06 | 1 | -11/+6 |
* | wreadln: use memmove() instead of an temporary buffer | Max Kellermann | 2008-10-06 | 1 | -7/+2 |
* | wreadln: moved code to insert_byte() | Max Kellermann | 2008-10-06 | 1 | -19/+25 |
* | wreadln: static buffer | Max Kellermann | 2008-10-06 | 1 | -18/+11 |
* | wreadln: added struct wreadln | Max Kellermann | 2008-10-06 | 1 | -94/+111 |
* | wreadln: removed parameter "x1" | Max Kellermann | 2008-10-06 | 1 | -15/+11 |
* | wreadln: convert public globals to local constants | Max Kellermann | 2008-10-06 | 1 | -5/+6 |
* | wreadln: import screen_bell() from screen_utils.h | Max Kellermann | 2008-10-06 | 1 | -3/+1 |
* | code style, indent with tabs XII | Max Kellermann | 2008-10-06 | 1 | -60/+57 |
* | removed my_wgetch(), switch to wgetch() | Max Kellermann | 2008-10-06 | 1 | -5/+1 |
* | wreadln: removed the disabled ncursesw code | Max Kellermann | 2008-10-06 | 1 | -384/+0 |
* | removed KEY_RESIZE | Max Kellermann | 2008-10-03 | 1 | -22/+0 |
* | code style, indent with tabs XI | Max Kellermann | 2008-10-03 | 1 | -3/+1 |
* | charset: renamed my_strlen() to utf8_width() | Max Kellermann | 2008-10-02 | 1 | -3/+3 |
* | moved code to charset.c | Max Kellermann | 2008-10-02 | 1 | -3/+2 |
* | fix miscellaneous sparse warnings | Max Kellermann | 2008-09-25 | 1 | -1/+1 |
* | wreadln: adding additional line editing binds | J. Alexander Treuman | 2008-09-21 | 1 | -1/+9 |
* | use size_t and unsigned integers | Max Kellermann | 2008-09-15 | 1 | -2/+3 |
* | include cleanup | Max Kellermann | 2008-09-15 | 1 | -2/+2 |
* | fix function prototypes | Max Kellermann | 2008-09-15 | 1 | -2/+2 |
* | const pointers | Max Kellermann | 2008-09-15 | 1 | -8/+8 |
* | code style, indent with tabs | Max Kellermann | 2008-09-15 | 1 | -294/+269 |
* | remove unused static functions | Max Kellermann | 2008-09-15 | 1 | -8/+6 |
* | fixed 0001496 | Andreas Obergrusberger | 2007-08-26 | 1 | -0/+13 |
* | Removed nested functions | Andreas Obergrusberger | 2007-08-26 | 1 | -145/+217 |
* | due to bensonk's demand i added a splash screen. | Andreas Obergrusberger | 2006-09-07 | 1 | -6/+32 |
* | translation updates, template and german. another little build fix | Andreas Obergrusberger | 2006-08-05 | 1 | -0/+1 |
* | fixed TAB completion support with libcursesw (path from René van Bevern) | Kalle Wallin | 2006-03-28 | 1 | -0/+27 |
* | Backspace fix (wide-char version) | Kalle Wallin | 2006-01-22 | 1 | -0/+11 |
* | Added wide-char version | Kalle Wallin | 2006-01-22 | 1 | -3/+313 |
* | support wide-char ncurses library (ncursesw) | Kalle Wallin | 2005-06-11 | 1 | -3/+4 |
* | Use glib's str functions (g_strlcat, g_strlcpy, g_snprintf, g_strdup_vprintf) | Kalle Wallin | 2004-07-13 | 1 | -24/+26 |
* | Use my_wgetch() instead of wgetch(), added --[no-]mouse option | Kalle Wallin | 2004-07-13 | 1 | -13/+6 |
* | Support SIGSTOP, SIGCONT in raw mode | Kalle Wallin | 2004-07-12 | 1 | -0/+6 |
* | Ignore mouse events in wreadln, screen_getch | Kalle Wallin | 2004-07-03 | 1 | -2/+5 |
* | added screen_bell() for optional audible/visible bells | Kalle Wallin | 2004-06-22 | 1 | -2/+3 |
* | try to complete even if the line is empty | Kalle Wallin | 2004-06-19 | 1 | -1/+1 |
* | Added completion stuff | Kalle Wallin | 2004-06-18 | 1 | -1/+7 |
* | Added wreadln.c, wreadln.h a simple line editor | Kalle Wallin | 2004-06-06 | 1 | -0/+339 |