2
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 3 hours ago.
May 28, 2023 — May 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Adds support to preserve in the kill ring the text removed after a UNIX_LINE_DISCARD or UNIX_WORD_RUBOUT operations. More... almost 10 years ago
Added a new method addBackwards to adds text to the kill ring product of a 'backwards' kill. This permits that consecutive backwards operations or combination of mixed backwards and forward kills to leave the ring in a correct state. Previously if you had 'hi there' and did backward-kill-word twice followed by a yank the result was 'there hi'. More... almost 10 years ago
Fix stty parsing on HP/UX More... about 10 years ago
Merge branch 'pulls/102' More... about 10 years ago
Merge pull request #126 from DavidEGrayson/console_runner_arg_array_fix More... about 10 years ago
Merge pull request #114 from madrob/windows-tests More... about 10 years ago
Merge branch 'pulls/105' More... about 10 years ago
Avoid propagating exception on bad expansion More... about 10 years ago
Merge branch 'pulls/95' More... about 10 years ago
Make exception message match !$ event expansion More... about 10 years ago
Merge pull request #88 from tkruse/fix_absolute_path_check More... about 10 years ago
Merge remote-tracking branch 'fantasy86/master' More... about 10 years ago
Avoid infinite loop when killing end-of-line word More... about 10 years ago
fix issue #144: let Windows support ALT+X keys. More... about 10 years ago
Merge pull request #142 from fantasy86/master More... about 10 years ago
fix issue #140 #141 : Windows console output codepage to java charset: prefer 'msNNN' to 'cpNNN'. More... about 10 years ago
Merge pull request #134 from fantasy86/master More... about 10 years ago
added quoting and escaping More... about 10 years ago
Revert "restore Windows console's ENABLE_PROCESSED_INPUT mode, to get back system's handling of Ctrl+C." More... about 10 years ago
more on fix issue #100 : fix display when console codepage and platform charset not match. More... about 10 years ago
fix issure #138: support ALT+NumPad input. More... about 10 years ago
add default keymap for HOME/END keys: \e[1~ & \e[4~ More... about 10 years ago
restore Windows console's ENABLE_PROCESSED_INPUT mode, to get back system's handling of Ctrl+C. More... about 10 years ago
quick fix of jline2 issue #100: fix Windows cursor movement keys. More... about 10 years ago
Merge pull request #112 from electrum/master More... over 10 years ago
Merge pull request #111 from vietj/swallowed-interruptedException More... over 10 years ago
Merge pull request #125 from ryantm/preserve More... over 10 years ago
ConsoleRunner: Fix a java.lang.UnsupportedOperationException that resulted from trying to remove an element from a list created with Arrays.asList. More... over 10 years ago
preserve stty settings More... over 10 years ago
Add support for vi '^' move to first printable More... over 10 years ago