-
#### **Is your feature request related to a problem? Please describe.**
LLMs can output ANSI escape codes that manipulate terminals, such as moving cursors, hiding text, or even executing commands. …
-
E.g. here:
https://github.com/r-lib/testthat/blob/886527dcdf673fef9e57218b51af1151201210da/R/reporter-junit.R#L116-L119
Note that testthat is already stripping ANSI escapes for the regular messa…
-
### Description
A toggle on the script and shell extensions to strip ANSI escape codes from the output would be useful, some programs don't have functional escaping. It could also be a good idea to s…
-
**Description:**
The ANSI escape sequence `[38;5;246m[3m` is not being processed correctly, resulting in incorrect text formatting.
**Expected behavior:**
The sequence should change the text …
-
**Describe the bug**
I tried to extend the bubbles table with mouse support by using the https://github.com/lrstanley/bubblezone lib.
When adding the marker to the rows it works pretty well, excep…
-
Hello,
After reading the below issues with looks like the handling of ansi escape control sequences is not currently supported, can you confirm if that is the case still?
https://github.com/rivo…
mgale updated
2 months ago
-
Version: 1.0.188
Platform: Windows x64 10.0.19044
Plugins: none
Frontend: xterm
ANSI escapes not handled properly.
Eg this is is output with colors:
9:05AM INF New connection 9:05AMremote-…
-
### Brief Issue Summary
Excuse me, when I finish running the test and look at the test at the test results, I get a broken ANSI sequence, but when I use cout to output in the terminal, I can get to…
-
### Steps to reproduce
1. type ``````
2. put [48;2;132;159;149m[38;2;132;159;149m▄
### Expected behaviour
It should show something like this:
![image](https://github.com/telegramdesktop/tdeskto…
-
### What happened?
In `ColorizeSwift.swift`, we are extending `String` to add styles to strings that we are logging to the terminal. This is done using ANSI escape codes. The way that functionality i…