Merge pull request #119 from jszakmeister/pass-correct-appname |
|
More...
|
over 11 years ago
|
Merge pull request #118 from jszakmeister/history-search-backward |
|
More...
|
over 11 years ago
|
Avoid passing null as the appName to ConsoleKeys. |
|
More...
|
over 11 years ago
|
Make history-search-backward/forward similar to readline's version. |
|
More...
|
over 11 years ago
|
Change windows tests to use assume |
|
More...
|
over 11 years ago
|
Reset history position on user interrupt |
|
More...
|
over 11 years ago
|
Swallowed InterruptedException with jline.internal.TerminalLineSettings stty method |
|
More...
|
over 11 years ago
|
Correctly parse LC_CTYPE when a modifier is present |
|
More...
|
over 11 years ago
|
Merge pull request #104 from brianm/patch-1 |
|
More...
|
almost 12 years ago
|
Bump version in the README maven snippet |
|
More...
|
almost 12 years ago
|
#101 Ensure TerminalSupport doesn't cause classloader leaks |
|
More...
|
almost 12 years ago
|
Added vi move-mode 'C', 'D', and 'S' support |
|
More...
|
almost 12 years ago
|
Drop use of ThreadLocal, which causes class loader leaks. |
|
More...
|
almost 12 years ago
|
Avoid falling in never ending loop in edge cases where the kill word or kill word backwards are invoked when the buffer is empty. |
|
More...
|
almost 12 years ago
|
support for args expansion using status |
|
More...
|
almost 12 years ago
|
Adds support for the yank and yank pop operations using the KillRing class to keep the killed text. |
|
More...
|
almost 12 years ago
|
Adds the KillRing class and its test. |
|
More...
|
almost 12 years ago
|
add pub date for clarity |
|
More...
|
almost 12 years ago
|
fix check for absolute path broken on windows. Works even if file does not exist |
|
More...
|
about 12 years ago
|
[maven-release-plugin] prepare for next development iteration |
|
More...
|
about 12 years ago
|
[maven-release-plugin] prepare release jline-2.11 |
|
More...
|
about 12 years ago
|
Remove some unnecessary stdout calls in tests |
|
More...
|
about 12 years ago
|
Don't double-abort when quitting a search |
|
More...
|
about 12 years ago
|
Retain the existing buffer when aborting search |
|
More...
|
about 12 years ago
|
Merge pull request #86 from AtKaaZ/fixNumPadKeysWindows |
|
More...
|
about 12 years ago
|
tabs to spaces in code indentation |
|
More...
|
about 12 years ago
|
fixes #84 the rest of numpad keys(when numlock is off) on windows with trptcolin's help |
|
More...
|
about 12 years ago
|
Bump jansi version for CVE-2013-2035 |
|
More...
|
about 12 years ago
|
Allow aborting the current line |
|
More...
|
about 12 years ago
|
Fixes #74, where backslash was always interpreted as an event-designator escape and removed. |
|
More...
|
about 12 years ago
|