-
Hello there,
I've used tuikit in several projects and I'm very found of it. Thanks for your work !
Currently I'm working on a [file manager](https://github.com/qkzk/fm) which can preview some fi…
-
### Describe the bug
ls, rm, cd and possibly other tools strip ansi escapes, rendering some file operations impossible or resulting in surprising and dangerous behaviour.
### How to reproduce
…
-
I suggest we style printed text the [same way](https://examples.deno.land/color-logging) the Console API does rather than using ANSI escape codes across the codebase. In the terminal, styling should l…
-
When using dzen2, it seems like ANSI escape sequences for colors are not parsed.
So something that is supposed to be output like this:
![2015-06-28-090113_1600x900_scrot](https://cloud.githubusercont…
-
Summary
One of the Metals users hit an issue when Metals wasn't displaying errors which came from ZIO test suite. After an investigation I found that issue is caused by Fansi. ZIO sets [various ans…
-
Using custom colors in the prompt adds dead space at the end of it. This occurs anytime you pass a string with ANSI escape characters in it, and seems to be roughly the length of the escape characters…
-
```
# Repro case for prompt_toolkit issue with FormattedTextControl and scrolling in TextArea
from prompt_toolkit import Application
from prompt_toolkit.layout import Layout, HSplit, VSplit
from…
-
sbt 1.4.0 (N/A Java 14.0.1) with 1.3.13 launcher
## steps
`sbt --client compile`
## problem
This outputs garbage (and then hangs?)
## expectation
Compiles my code?
## notes
zs…
-
Someone in `#bpython` wanted to be able use their pretty colored text representations of objects in bpython. When I tried it in bpython, that particular serious of escape sequences didn't work - curts…
-
Currently, [ANSI Escape Codes](https://en.wikipedia.org/wiki/ANSI_escape_code) show up as plaintext in output. In Powershell and Bash, this makes output ugly (see #169).
If we parsed escape codes, …