summaryrefslogtreecommitdiff
path: root/src/fe-text/gui-readline.c
AgeCommit message (Expand)Author
2015-12-15Merge pull request #306 from dequis/bracketed-pasteailin-nemui
2015-12-13Bracketed paste: fix nitpick from ahf's reviewdequis
2015-12-12Bracketed paste: Adjust paste line count if there's text after newlinesdequis
2015-12-12Disable timeout-based paste detection if paste_use_bracketed_mode is ondequis
2015-11-22Use 'isblank()' instead of a custom macroLemonBoy
2015-11-22Correct a wrong use of the 'paste_buffer' variableFabian Kurz
2015-11-08Merge remote-tracking branch 'origin/master' into bracketed-pastedequis
2015-10-06Add xterm's keypad enter, meta-O-M to "key return" bindingsdequis
2015-09-27Handle empty bracketed pastes (or sequences of those)dequis
2015-09-27Handle a paste start marker right after an end one (ignore both)dequis
2015-09-27Create paste_bracketed_middle() function to handle small pastesdequis
2015-09-27Fix some minor style issuesdequis
2015-09-27Send last line of bracketed paste together with the restdequis
2015-09-27paste_bracketed_end: Fix rest length calculationdequis
2015-09-27Save the part of the paste buffer after the bp_end marker for laterdequis
2015-09-27Improve bracketed paste start/end detectiondequis
2015-09-27Get rid of the non-portable memmemLemonBoy
2015-09-27Enable the bracketed paste mode on demandLemonBoy
2015-09-27Replace some hairy logic with g_array_remove_rangeLemonBoy
2015-09-27TogglesLemonBoy
2015-09-27Implement the bracketed paste modeLemonBoy
2015-09-21Fix FS#905, mangled text when pasted line length exceeds 400dequis
2015-04-07Change all strcmp() to g_strcmp0() to handle nulls gracefullydequis
2014-07-28Modify escape of ^ key so it can be used as well as Ctrl+^Ailin Nemui
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