summaryrefslogtreecommitdiff
path: root/src/fe-text
AgeCommit message (Expand)Author
2008-04-05Restore the behaviour of active_window to go to the window with most recent a...Emanuele Giaquinta
2008-04-04Change type of 'chr' argument in terminfo_repeat/term_addch to 'char'.Emanuele Giaquinta
2008-03-31Print warning messages to stderr rather than to stdout.Emanuele Giaquinta
2008-03-28Move selection of string searching function out of the loop by using aEmanuele Giaquinta
2008-03-12After last change paste_entry includes the key before the oneEmanuele Giaquinta
2008-03-10Make line_add_colors part of the textbuffer api.Emanuele Giaquinta
2008-03-10Make a copy of the entry buffer only when a paste begins rather thanEmanuele Giaquinta
2008-03-09Do not buffer keys when waiting for paste confirmation.Emanuele Giaquinta
2008-03-09Simplify history handling in key_send_line.Emanuele Giaquinta
2008-03-09Rename variable.Emanuele Giaquinta
2008-03-09Replace usage of get_utf8_char with g_utf8_get_char_validated andEmanuele Giaquinta
2008-03-09Replace usage of get_utf8_char with g_utf8_get_char_validated.Emanuele Giaquinta
2008-03-09Use g_ascii_str{,n}casecmp for case insensitive comparison withEmanuele Giaquinta
2008-03-09Use g_ascii_str{,n}casecmp for case insensitive comparison withEmanuele Giaquinta
2008-03-07g_mem_set_vtable must be called before using any other GLib functions.Emanuele Giaquinta
2008-02-05Remove check for ancient default.theme.Emanuele Giaquinta
2008-02-03Remove popt and use glib GOption commandline option parserEmanuele Giaquinta
2008-02-02Remove broken by design /set translation.Emanuele Giaquinta
2008-02-02Remove term-curses.h (was added for cuix).Emanuele Giaquinta
2008-02-01Reset colors and attributes on newline.Emanuele Giaquinta
2008-01-28Properly initialize and reset last_{fg,bg}.Emanuele Giaquinta
2008-01-25Update the terminfo backend to query the 'colors' capability and support moreEmanuele Giaquinta
2008-01-24Do not assume that bit 0x80 enables blink, rather call set_blink whenEmanuele Giaquinta
2008-01-24Add function to set blink to the terminfo backend.Emanuele Giaquinta
2008-01-24Remove empty function.Emanuele Giaquinta
2008-01-21Reindent.Emanuele Giaquinta
2008-01-21Simplify.Emanuele Giaquinta
2008-01-21Remove .cvsignore files.Emanuele Giaquinta
2008-01-21Remove unneeded resets of paste_keycount (check_pasting will reset itEmanuele Giaquinta
2008-01-21Move code to insert paste prompt into its own function.Emanuele Giaquinta
2007-12-12Revert r2471, having the erase commands clear the cutbuffer when theEmanuele Giaquinta
2007-12-05Remove gettext leftover.Emanuele Giaquinta
2007-12-05Reindent.Emanuele Giaquinta
2007-10-11Fix broken URI.Geert Hauwaerts
2007-08-24Make alt/meta+arrow keys work in recent versions of xterm.Jilles Tjoelker
2007-08-22Make /LASTLOG -after/-before work without text to matchWouter Coekaerts
2007-08-07Use autoconf PACKAGE_TARNAME/PACKAGE_VERSION macros rather than automakeEmanuele Giaquinta
2007-07-26Change 'actlist_moves' boolean to 'actlist_sort' string which specifies theEmanuele Giaquinta
2007-07-06/lastlog -file: use stdio instead of two write(2) calls per lineJilles Tjoelker
2007-06-28Do not require that a line matches the input level to add it to theEmanuele Giaquinta
2007-06-28Do not compile the regexp if the input string is empty.Emanuele Giaquinta
2007-06-17Remove cuix from trunk.Emanuele Giaquinta
2007-05-31Assume width 1 for control characters in places where a non-negative width isEmanuele Giaquinta
2007-05-31Rename IS_PRINTABLE macro to unichar_isprint and move it to utf8.h.Emanuele Giaquinta
2007-05-30Cleanup and optimize a bit sig_statusbar_activity_hilight.Emanuele Giaquinta
2007-05-25Make word commands unicode friendly.Emanuele Giaquinta
2007-05-25Add function to delete the whole cell under the cursor and use it forEmanuele Giaquinta
2007-05-25Move the cursor cell-wise in utf8.Emanuele Giaquinta
2007-05-25Forbid insertion of a character with width 0 as the first character inEmanuele Giaquinta
2007-05-25Replace utf8_width with Markus Kuhn's wcwidth.Emanuele Giaquinta