Age | Commit message (Expand) | Author |
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 |
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 |