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
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
2003-11-16
pasting fixes
Timo Sirainen
2003-11-16
If pasting more lines than /SET paste_verify_line_count, ask before doing
Timo Sirainen
2003-11-16
changed /set pster_detect_keycount 5 -> 6 to fix function keys
Timo Sirainen
2003-11-16
Added pasting detection. All keys except CR and LF are pasted as-is into
Timo Sirainen
2003-10-26
BIG5 stuff is used only if term_type is big5
Timo Sirainen
2003-10-19
BIG5 fixes by vanilla@FreeBSD.org(?)
Timo Sirainen
2002-11-11
fixes to allow you to register a new keyboard redirection inside a
Timo Sirainen
2002-11-05
Added "gui key pressed" signal which is sent every time a key is pressed.
Timo Sirainen
2002-09-14
window->active_server used to hold non-connected servers, but that was
Timo Sirainen
2002-06-07
Empty lines can be now sent to /EXEC -interactive windows.
Timo Sirainen
2002-06-06
Added default meta-d = delete_next_word
Timo Sirainen
2002-05-15
^ key couldn't be used with /BIND
Timo Sirainen
2002-04-15
fixed several signal leaks
Timo Sirainen
2002-03-10
When input line is in redirection mode, allow empty lines (eg. enter after
Timo Sirainen
2002-03-09
Fixed a memory leak with ^Y
Timo Sirainen
2002-02-20
Backspace/delete shouldn't modify cutbuffer.
Timo Sirainen
2002-02-18
Added escape_char /BIND command for inserting the next keypress to input
Timo Sirainen
2002-02-17
compiler warning fixes
Timo Sirainen
2002-02-17
Added ^I = "tab" key.
Timo Sirainen
2002-02-16
Don't crash when handling input line if the input line doesn't exist (huh?
Timo Sirainen
2002-02-15
transpose_characters was broken
Timo Sirainen
2002-02-15
added meta-f and meta-b for forward/backward word
Timo Sirainen
2002-02-15
/SET term_type 8bit|utf8|big5 - Removed --with-big5 configure option, it's
Timo Sirainen
2002-02-10
meta-backspace is now bound to delete_previous_word by default.
Timo Sirainen
2002-02-10
/BIND meta-k erase_completion - support for removing completion data.
Timo Sirainen
2002-02-02
Add ^H and ^? as "backspace" key, so you can use meta-backspace etc.
Timo Sirainen
2001-12-20
Added command history groups, set them with /WINDOW HISTORY. Patch by peder@i...
Timo Sirainen
2001-12-20
Still some #include "servers.h"s ..
Timo Sirainen
2001-12-19
Hidden entry texts shouldn't have gone to command history..
Timo Sirainen
[next]