-
**I'm submitting a bug report**
- **Library Version:**
0.17.0
**Please tell us about your environment:**
- **Operating System:**
Windows 10
- **Node Version:**
6.3.0
- **NPM Version:**
…
-
I tried to create a completer for the following command syntax:
`Command1 [Param1 (Option1 | Option2) | Param2 | Param3]`
Here is what I tried (JLine Version 3.0.1):
Terminal terminal = Termina…
-
Using CLI to do set-log-levels, server required restart and gave the wrong reason.
The log level doesn't change and indeed require server restart.
This is a regression from v2 since v2 log level chang…
-
On my arm embedded system there is no infocmp, my TERM variable is set to vt102 and if I try to start the jline example I get an exception.
```
zynq> java -jar jlinetest.jar param
Picked up _JAVA…
-
Using the default `LineReader` setup, typing any character in `i-search` (ctrl-S) crashes:
```
java.lang.IndexOutOfBoundsException: Index: -1, Size: 0
at java.util.LinkedList.checkPositio…
-
Hi,
When I use `wget --post-data '' 'localhost:9000/?properties={"pipelineLanguage":"zh", "outputFormat":"json"}' -O -` to process Chinese, as suggested in [this thread](https://github.com/stanford…
-
### 系统环境
win10
### IDE
IDEA 2016.3.4
### 错误详情
```java
log4j:WARN No appenders could be found for logger (com.blade.kit.base.Config).
log4j:WARN Please initialize the log4j system properly.
…
-
The definition of the method is:
ParsedLine parse(String line, int cursor, ParseContext context) throws SyntaxError;
default ParsedLine parse(String line, int cursor) throws SyntaxError …
-
Throws
```
org.jline.reader.EndOfFileException: org.jline.utils.ClosedException: InputStreamReader is closed.
at org.jline.keymap.BindingReader.readCharacter(BindingReader.java:135)
a…
-
Hello,
I'm building Lua with local LLVM binaries (downloaded directly from the LLVM website), in an effort to package up Terra using conda. That way, hopefully, folks will be able to just run `conda i…