Jason Hood
Jason Hood
I thought there'd be something in terminfo for it, but apparently not; by charset I mean something like `(((LWCHAR)(c)) == CSI & control_char(c))`. It seems that would pretty much only...
Another issue is that the SGR emulation only detects 7-bit, not 8-bit. I've never come across 8-bit CSI, so I'm content with the compiler `#if`, which I could just add...
I [added](https://github.com/adoxa/less/tree/word-wrap) this many years ago, but Mark never said much about it and I stopped trying.
I have experienced this before, but can't replicate it atm (Windows 10, my own [binary](http://less.adoxa.vze.com/) and the 563.0 release from the link on the less download page).
Confirmed with real Windows, but I'm afraid I can't say when I'll look at it.
You're going to need to be way more specific. Colour is tricky to demonstrate via copy/paste, so assuming nothing's working I'll demonstrate with move cursor right: ``` C:\Projects\ansicon>ver Microsoft Windows...
Which gives me the same problem: lack of detail - all I can tell from that is you're using 64-bit Win7 and either `ansicon` is in the `PATH` or you've...
Does `ansicon -e ^[[4Ctest` (where `^[` is the escape character, Ctrl+[) show ` test` (i.e. four spaces before `test`)?
Do a log and send me the output. Here's mine. ``` C:\>ansicon -l5 -e ^[[4Ctest test C:\>type %temp%\ansicon.log ANSICON (64-bit) v1.89 log (5) started 2022-03-15 9:59:44 ansicon (11144): WriteConsoleW: 3...
Windows 10 doesn't *quite* support colors out of the box - programs must still enable the terminal sequences.