summaryrefslogtreecommitdiff
path: root/src/fe-text/gui-readline.c
AgeCommit message (Expand)Author
2010-02-27Irssi now detects a paste if it reads at least three bytes in a single read;Alexander Færøy
2009-05-22Allow ctrl+home/ctrl+end to go to the beginning/end of scrollback.Jilles Tjoelker
2008-11-18Revert r4912.Emanuele Giaquinta
2008-11-16Simplify sending of the first pasted line.Emanuele Giaquinta
2008-11-10Remove get_utf8_char/utf16_char_to_utf8 in favour of glibEmanuele Giaquinta
2008-05-18Improve descriptions of key bind itemsWouter Coekaerts
2008-05-17Add 'word_completion_backward' command to scroll backwards in the completionEmanuele Giaquinta
2008-04-25Refactor code to create a watcher for an fd into a function.Emanuele Giaquinta
2008-04-16Remove the need to buffer input by moving the 'gui key pressed' eventsEmanuele Giaquinta
2008-03-12After last change paste_entry includes the key before the oneEmanuele 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-02-02Remove broken by design /set translation.Emanuele Giaquinta
2008-01-21Reindent.Emanuele Giaquinta
2008-01-21Simplify.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-08-24Make alt/meta+arrow keys work in recent versions of xterm.Jilles Tjoelker
2007-05-25Add function to delete the whole cell under the cursor and use it forEmanuele Giaquinta
2007-05-08Oops. Update address correctly now.Wouter Coekaerts
2007-05-08Update FSF addressWouter Coekaerts
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-07Bind also CSI 1 ; 5 D to key cleft and CSI 1 ; 5 C to key cright.Emanuele Giaquinta
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