summaryrefslogtreecommitdiff
path: root/src/fe-text/gui-readline.c
AgeCommit message (Expand)Author
2006-02-01make negative scroll_page_count scroll screensize-n lines (Patch by Chris Moore)Wouter Coekaerts
2006-01-29Fixed a bug where tab-complete didn't worked with utf8/big5 multibyte charact...Valentin Batz
2005-10-18Fix warnings caused by r4043Wouter Coekaerts
2005-10-18Fix delete_{next,previous}_word bindings, patch by Emanuele GiaquintaWouter Coekaerts
2005-08-27Implementation of the meta-[cult] (capitalize words, upcase word, downcase wo...Valentin Batz
2005-05-09Fixed bug where pasting is not using the character translation (http://bugs.i...Valentin Batz
2004-03-24Fixes for Chinese multibyte characters handling and cursor movement, patchTimo Sirainen
2004-03-23Added /SET paste_detect_keycount back. Pasting isn't detected until soTimo Sirainen
2004-03-23fixed /BIND escape_charTimo Sirainen
2004-01-24add space between merged linesTimo Sirainen
2004-01-19fixTimo Sirainen
2004-01-19fixTimo Sirainen
2004-01-19Added /SET paste_join_multiline - it attempts to be smart and detect whenTimo Sirainen
2004-01-19add pasted lines to command historyTimo Sirainen
2003-11-26If pasted line starts with command char, treat it as command always. PasteTimo Sirainen
2003-11-23Don't count linefeeds in paste detection to avoid it going on when holdingTimo Sirainen
2003-11-21Removed /SET paste_detect_keycount - don't really need it anymore.Timo Sirainen
2003-11-21pasting fixes. changed key to ^K from ^O since ^O is working strangely inTimo Sirainen
2003-11-17disabling paste detection works againTimo Sirainen
2003-11-17again changed the paste_detect defaults.Timo Sirainen
2003-11-17paste texts are themeable now.Timo Sirainen
2003-11-17When pasting to empty window, don't ask about if pasting was wanted or not.Timo Sirainen
2003-11-17paste detection fixesTimo Sirainen
2003-11-17more initializing..Timo Sirainen
2003-11-17initialize prev_entryTimo Sirainen
2003-11-16paste detection growed.Timo Sirainen
2003-11-16pasting fixesTimo Sirainen
2003-11-16If pasting more lines than /SET paste_verify_line_count, ask before doingTimo Sirainen
2003-11-16changed /set pster_detect_keycount 5 -> 6 to fix function keysTimo Sirainen
2003-11-16Added pasting detection. All keys except CR and LF are pasted as-is intoTimo Sirainen
2003-10-26BIG5 stuff is used only if term_type is big5Timo Sirainen
2003-10-19BIG5 fixes by vanilla@FreeBSD.org(?)Timo Sirainen
2002-11-11fixes to allow you to register a new keyboard redirection inside aTimo Sirainen
2002-11-05Added "gui key pressed" signal which is sent every time a key is pressed.Timo Sirainen
2002-09-14window->active_server used to hold non-connected servers, but that wasTimo Sirainen
2002-06-07Empty lines can be now sent to /EXEC -interactive windows.Timo Sirainen
2002-06-06Added default meta-d = delete_next_wordTimo Sirainen
2002-05-15^ key couldn't be used with /BINDTimo Sirainen
2002-04-15fixed several signal leaksTimo Sirainen
2002-03-10When input line is in redirection mode, allow empty lines (eg. enter afterTimo Sirainen
2002-03-09Fixed a memory leak with ^YTimo Sirainen
2002-02-20Backspace/delete shouldn't modify cutbuffer.Timo Sirainen
2002-02-18Added escape_char /BIND command for inserting the next keypress to inputTimo Sirainen
2002-02-17compiler warning fixesTimo Sirainen
2002-02-17Added ^I = "tab" key.Timo Sirainen
2002-02-16Don't crash when handling input line if the input line doesn't exist (huh?Timo Sirainen
2002-02-15transpose_characters was brokenTimo Sirainen
2002-02-15added meta-f and meta-b for forward/backward wordTimo Sirainen
2002-02-15/SET term_type 8bit|utf8|big5 - Removed --with-big5 configure option, it'sTimo Sirainen
2002-02-10meta-backspace is now bound to delete_previous_word by default.Timo Sirainen