diff options
author | Timo Sirainen <cras@irssi.org> | 2003-11-16 19:37:31 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2003-11-16 19:37:31 +0000 |
commit | d79cc02a10a0426c9dedd783b634ad7d311f5741 (patch) | |
tree | 16343ae3d8b76fb73ee300638678020f101aa422 /TODO | |
parent | c8b792e92be6a8d8da472fc1c267899c821c93b8 (diff) | |
download | irssi-d79cc02a10a0426c9dedd783b634ad7d311f5741.zip |
Added pasting detection. All keys except CR and LF are pasted as-is into
prompt in pasting mode.
/SET paste_detect_time controls how closely each others characters must
occur for it to be considered pasting. Pasting mode goes on after /SET
paste_detect_keycount characters have been received and detected as pasting.
The first paste_detect_keycount characters can also contain some command
characters. They are executed, but their action in entry line is reverted
once pasting is detected. Of course, if any such character was followed by
CR/LF, it was already sent to channel/query and is unreversable.
What this means in practise is that even if you have TABs (assuming TAB is
completion key) in the first few pasted characters, they get pasted as TABs
as long as they weren't immediately followed by CR/LF.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3153 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'TODO')
0 files changed, 0 insertions, 0 deletions