Skip to content
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

Update jline to 3.18.0 #417

Closed
snuyanzin opened this issue Dec 11, 2020 · 1 comment
Closed

Update jline to 3.18.0 #417

snuyanzin opened this issue Dec 11, 2020 · 1 comment

Comments

@snuyanzin
Copy link
Collaborator

snuyanzin commented Dec 11, 2020

Among others updates
there are

  1. returning back group for autocompletion Tab completion loses groups when tabbing (3.17 regression) jline/jline3#613 which was removed in Navigating grouped candidates using arrow keys is broken jline/jline3#580 (3.16.1)
  2. Support for 24-bit colours Support for 24-bit colours jline/jline3#619

To set rgb color use fg-rgb/f-rgb/foreground-rgb and bg-rgb/b-rgb/background-rgb, rgb code should start with # or x and be written in hex e.g.

!set prompt %[fg-rgb:#cc77aa%]test
!set prompt %[f-rgb:xcc77aa%]test
!set prompt %[foreground-rgb:#cc77aa%]test

!set prompt %[bg-rgb:xcc77aa%]test
!set prompt %[b-rgb:#cc77aa%]test
!set prompt %[background-rgb:#cc77aa%]test
@snuyanzin
Copy link
Collaborator Author

merged as 86bfb12

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant