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
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
2006-02-01
make negative scroll_page_count scroll screensize-n lines (Patch by Chris Moore)
Wouter Coekaerts
2006-01-29
Fixed a bug where tab-complete didn't worked with utf8/big5 multibyte charact...
Valentin Batz
2005-10-18
Fix warnings caused by r4043
Wouter Coekaerts
2005-10-18
Fix delete_{next,previous}_word bindings, patch by Emanuele Giaquinta
Wouter Coekaerts
2005-08-27
Implementation of the meta-[cult] (capitalize words, upcase word, downcase wo...
Valentin Batz
2005-05-09
Fixed bug where pasting is not using the character translation (http://bugs.i...
Valentin Batz
2004-03-24
Fixes for Chinese multibyte characters handling and cursor movement, patch
Timo Sirainen
2004-03-23
Added /SET paste_detect_keycount back. Pasting isn't detected until so
Timo Sirainen
2004-03-23
fixed /BIND escape_char
Timo Sirainen
2004-01-24
add space between merged lines
Timo Sirainen
2004-01-19
fix
Timo Sirainen
2004-01-19
fix
Timo Sirainen
2004-01-19
Added /SET paste_join_multiline - it attempts to be smart and detect when
Timo Sirainen
2004-01-19
add pasted lines to command history
Timo Sirainen
2003-11-26
If pasted line starts with command char, treat it as command always. Paste
Timo Sirainen
2003-11-23
Don't count linefeeds in paste detection to avoid it going on when holding
Timo Sirainen
2003-11-21
Removed /SET paste_detect_keycount - don't really need it anymore.
Timo Sirainen
2003-11-21
pasting fixes. changed key to ^K from ^O since ^O is working strangely in
Timo Sirainen
2003-11-17
disabling paste detection works again
Timo Sirainen
2003-11-17
again changed the paste_detect defaults.
Timo Sirainen
2003-11-17
paste texts are themeable now.
Timo Sirainen
2003-11-17
When pasting to empty window, don't ask about if pasting was wanted or not.
Timo Sirainen
2003-11-17
paste detection fixes
Timo Sirainen
2003-11-17
more initializing..
Timo Sirainen
2003-11-17
initialize prev_entry
Timo Sirainen
2003-11-16
paste detection growed.
Timo Sirainen
[next]