aboutsummaryrefslogtreecommitdiffstats
path: root/src/wreadln.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* wreadln: return NULL instead of empty stringMax Kellermann2008-11-071-0/+3
* disable more features with --enable-miniMax Kellermann2008-11-071-0/+8
* wreadln: support wide charactersMax Kellermann2008-10-061-17/+190
* wreadln: wait for complete multibyte sequence in wreadln_insert_byte()Max Kellermann2008-10-061-0/+54
* wreadln: don't use cursor_move_right() in insert_byte()Max Kellermann2008-10-061-1/+4
* wreadln: optimize wreadln_delete_char() with memmove()Max Kellermann2008-10-061-3/+4
* wreadln: moved code to wreadln_delete()Max Kellermann2008-10-061-7/+16
* wreadln: return early from cursor movement functionsMax Kellermann2008-10-061-11/+13
* wreadln: use unsigned integers and size_tMax Kellermann2008-10-061-13/+14
* wreadln: use memcpy() for both casesMax Kellermann2008-10-061-11/+6
* wreadln: use memmove() instead of an temporary bufferMax Kellermann2008-10-061-7/+2
* wreadln: moved code to insert_byte()Max Kellermann2008-10-061-19/+25
* wreadln: static bufferMax Kellermann2008-10-061-18/+11
* wreadln: added struct wreadlnMax Kellermann2008-10-061-94/+111
* wreadln: removed parameter "x1"Max Kellermann2008-10-061-15/+11
* wreadln: convert public globals to local constantsMax Kellermann2008-10-061-5/+6
* wreadln: import screen_bell() from screen_utils.hMax Kellermann2008-10-061-3/+1
* code style, indent with tabs XIIMax Kellermann2008-10-061-60/+57
* removed my_wgetch(), switch to wgetch()Max Kellermann2008-10-061-5/+1
* wreadln: removed the disabled ncursesw codeMax Kellermann2008-10-061-384/+0
* removed KEY_RESIZEMax Kellermann2008-10-031-22/+0
* code style, indent with tabs XIMax Kellermann2008-10-031-3/+1
* charset: renamed my_strlen() to utf8_width()Max Kellermann2008-10-021-3/+3
* moved code to charset.cMax Kellermann2008-10-021-3/+2
* fix miscellaneous sparse warningsMax Kellermann2008-09-251-1/+1
* wreadln: adding additional line editing bindsJ. Alexander Treuman2008-09-211-1/+9
* use size_t and unsigned integersMax Kellermann2008-09-151-2/+3
* include cleanupMax Kellermann2008-09-151-2/+2
* fix function prototypesMax Kellermann2008-09-151-2/+2
* const pointersMax Kellermann2008-09-151-8/+8
* code style, indent with tabsMax Kellermann2008-09-151-294/+269
* remove unused static functionsMax Kellermann2008-09-151-8/+6
* fixed 0001496Andreas Obergrusberger2007-08-261-0/+13
* Removed nested functionsAndreas Obergrusberger2007-08-261-145/+217
* due to bensonk's demand i added a splash screen.Andreas Obergrusberger2006-09-071-6/+32
* translation updates, template and german. another little build fixAndreas Obergrusberger2006-08-051-0/+1
* fixed TAB completion support with libcursesw (path from René van Bevern)Kalle Wallin2006-03-281-0/+27
* Backspace fix (wide-char version)Kalle Wallin2006-01-221-0/+11
* Added wide-char versionKalle Wallin2006-01-221-3/+313
* support wide-char ncurses library (ncursesw)Kalle Wallin2005-06-111-3/+4
* Use glib's str functions (g_strlcat, g_strlcpy, g_snprintf, g_strdup_vprintf)Kalle Wallin2004-07-131-24/+26
* Use my_wgetch() instead of wgetch(), added --[no-]mouse optionKalle Wallin2004-07-131-13/+6
* Support SIGSTOP, SIGCONT in raw modeKalle Wallin2004-07-121-0/+6
* Ignore mouse events in wreadln, screen_getchKalle Wallin2004-07-031-2/+5
* added screen_bell() for optional audible/visible bellsKalle Wallin2004-06-221-2/+3
* try to complete even if the line is emptyKalle Wallin2004-06-191-1/+1
* Added completion stuffKalle Wallin2004-06-181-1/+7
* Added wreadln.c, wreadln.h a simple line editorKalle Wallin2004-06-061-0/+339