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