Replies: 2 comments
-
I don't think it's supported: #1923 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yeah that enviorment variable is part of a recent release. I don't think we shuld support that. Running an interactive editor without colors makes no sense (for example the selection is rendered using bg styling so without colours support cursors and selection are invisible) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
there are a couple of bugs I noticed when I use NO_COLOR
Reproduction Steps
expected: cursor visible
actual: cursor invisible
add an extra
z
after println likeprintln!("Hello, world!")z;
expected: swigly lines under z have no color
actual: swigly lines under z is red
hit
v
to go to visual modeexpected there is some indication of what I'm selecting
actual: no indication of what I'm selecting
Helix log
No response
Platform
linux
Terminal Emulator
wezterm 20230712-072601-f4abf8fd
Helix Version
helix 23.05 (c9694f6)
Beta Was this translation helpful? Give feedback.
All reactions