summaryrefslogtreecommitdiff
path: root/src/fe-text
AgeCommit message (Expand)Author
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
2007-05-24Move 'version' option in main.Emanuele Giaquinta
2007-05-24Cleanup option handling.Emanuele Giaquinta
2007-05-08Oops. Update address correctly now.Wouter Coekaerts
2007-05-08Update FSF addressWouter Coekaerts
2007-05-03Revert, do not use IS_PRINTABLE in reverse_controls.Emanuele Giaquinta
2007-05-03Add common IS_PRINTABLE macro.Emanuele Giaquinta
2007-04-28Increment paste_keycount when the key before the one that starts aEmanuele Giaquinta
2007-04-28Ignore empty lines when pasting.Emanuele Giaquinta
2007-04-28When sending a line as non-pasted reset also paste_entry, bug #405.Emanuele Giaquinta
2007-04-19Fix typos.Emanuele Giaquinta
2007-04-14Reindent.Emanuele Giaquinta
2007-04-14Modify gui_entry_draw_from to clear to end of line only if it has notEmanuele Giaquinta
2007-04-14Revert r4352.Emanuele Giaquinta
2007-04-07Bind also CSI 1 ; 5 D to key cleft and CSI 1 ; 5 C to key cright.Emanuele Giaquinta
2007-04-07Remove unused gettext code.Emanuele Giaquinta
2007-04-05Forbid "window show" when the target window is sticky rather than when there isEmanuele Giaquinta
2007-03-12When removing a line from the view also unconditionally remove any bookmark forEmanuele Giaquinta
2007-02-20UTF-8 0x80-0x9f characters weren't treated as control chars as they should haveTimo Sirainen
2007-02-18Add crapbuster-like "scrollback levelclear" command.Emanuele Giaquinta