index
:
irssi
fix/startup_doc
hax/doc_format_fix
master
The client of the future
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
fe-text
/
gui-readline.c
Age
Commit message (
Expand
)
Author
2015-12-15
Merge pull request #306 from dequis/bracketed-paste
ailin-nemui
2015-12-13
Bracketed paste: fix nitpick from ahf's review
dequis
2015-12-12
Bracketed paste: Adjust paste line count if there's text after newlines
dequis
2015-12-12
Disable timeout-based paste detection if paste_use_bracketed_mode is on
dequis
2015-11-22
Use 'isblank()' instead of a custom macro
LemonBoy
2015-11-22
Correct a wrong use of the 'paste_buffer' variable
Fabian Kurz
2015-11-08
Merge remote-tracking branch 'origin/master' into bracketed-paste
dequis
2015-10-06
Add xterm's keypad enter, meta-O-M to "key return" bindings
dequis
2015-09-27
Handle empty bracketed pastes (or sequences of those)
dequis
2015-09-27
Handle a paste start marker right after an end one (ignore both)
dequis
2015-09-27
Create paste_bracketed_middle() function to handle small pastes
dequis
2015-09-27
Fix some minor style issues
dequis
2015-09-27
Send last line of bracketed paste together with the rest
dequis
2015-09-27
paste_bracketed_end: Fix rest length calculation
dequis
2015-09-27
Save the part of the paste buffer after the bp_end marker for later
dequis
2015-09-27
Improve bracketed paste start/end detection
dequis
2015-09-27
Get rid of the non-portable memmem
LemonBoy
2015-09-27
Enable the bracketed paste mode on demand
LemonBoy
2015-09-27
Replace some hairy logic with g_array_remove_range
LemonBoy
2015-09-27
Toggles
LemonBoy
2015-09-27
Implement the bracketed paste mode
LemonBoy
2015-09-21
Fix FS#905, mangled text when pasted line length exceeds 400
dequis
2015-04-07
Change all strcmp() to g_strcmp0() to handle nulls gracefully
dequis
2014-07-28
Modify escape of ^ key so it can be used as well as Ctrl+^
Ailin Nemui
2010-02-27
Irssi now detects a paste if it reads at least three bytes in a single read;
Alexander Færøy
2009-05-22
Allow ctrl+home/ctrl+end to go to the beginning/end of scrollback.
Jilles Tjoelker
2008-11-18
Revert r4912.
Emanuele Giaquinta
2008-11-16
Simplify sending of the first pasted line.
Emanuele Giaquinta
2008-11-10
Remove get_utf8_char/utf16_char_to_utf8 in favour of glib
Emanuele Giaquinta
2008-05-18
Improve descriptions of key bind items
Wouter Coekaerts
2008-05-17
Add 'word_completion_backward' command to scroll backwards in the completion
Emanuele Giaquinta
2008-04-25
Refactor code to create a watcher for an fd into a function.
Emanuele Giaquinta
2008-04-16
Remove the need to buffer input by moving the 'gui key pressed' events
Emanuele Giaquinta
2008-03-12
After last change paste_entry includes the key before the one
Emanuele Giaquinta
2008-03-10
Make a copy of the entry buffer only when a paste begins rather than
Emanuele Giaquinta
2008-03-09
Do not buffer keys when waiting for paste confirmation.
Emanuele Giaquinta
2008-03-09
Simplify history handling in key_send_line.
Emanuele Giaquinta
2008-02-02
Remove broken by design /set translation.
Emanuele Giaquinta
2008-01-21
Reindent.
Emanuele Giaquinta
2008-01-21
Simplify.
Emanuele Giaquinta
2008-01-21
Remove unneeded resets of paste_keycount (check_pasting will reset it
Emanuele Giaquinta
2008-01-21
Move code to insert paste prompt into its own function.
Emanuele Giaquinta
2007-08-24
Make alt/meta+arrow keys work in recent versions of xterm.
Jilles Tjoelker
2007-05-25
Add function to delete the whole cell under the cursor and use it for
Emanuele Giaquinta
2007-05-08
Oops. Update address correctly now.
Wouter Coekaerts
2007-05-08
Update FSF address
Wouter Coekaerts
2007-04-28
Increment paste_keycount when the key before the one that starts a
Emanuele Giaquinta
2007-04-28
Ignore empty lines when pasting.
Emanuele Giaquinta
2007-04-28
When sending a line as non-pasted reset also paste_entry, bug #405.
Emanuele Giaquinta
2007-04-07
Bind also CSI 1 ; 5 D to key cleft and CSI 1 ; 5 C to key cright.
Emanuele Giaquinta
[next]