-
Notifications
You must be signed in to change notification settings - Fork 218
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enabling colors on dumb terminal causes error #328
Comments
There's a missing It should contain something like the following (untested):
|
@gnodet Thanks for the reply. I can try sending this as a pull, but I'm not sure how to fully test it to see if it works. |
snuyanzin
pushed a commit
to snuyanzin/jline3
that referenced
this issue
Nov 20, 2018
Hi |
mattirn
added a commit
that referenced
this issue
Sep 3, 2019
Properly register dumb-color terminal caps file, fixes #328
bdw429s
changed the title
Enabling colors on dumb terminal cuases error
Enabling colors on dumb terminal causes error
Nov 9, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm using the java property
org.jline.terminal.jna=false
to force a dumb terminal while doing some testing on Windows. I tried to get colors back by addingorg.jline.terminal.dumb.color=true
. While this succeeds in getting me 8 colors it generates an error in the console while JLine starts up. The message is a "warning" level message, but I don't have any logging enabled for JLine.The text was updated successfully, but these errors were encountered: