-
When building with `CARGO_TERM_PROGRESS_WIDTH=100 CARGO_TERM_PROGRESS_WHEN=always cargo build`, with stdout/stderr directed somewhere other than a tty, cargo doesn't seem to clear to the end of the li…
-
Programs should not emit ANSI escape codes if TERM is set to dumb.
-
When a crate is available in https://play.rust-lang.org we could add the `--playground-url` argument so that its examples get the "Run" button enabled. The list of crates currently supported is at htt…
-
I see a potential improvement to ANSIStrings, where you can drop foreground colour changes for strings that are only whitespace.
I.E.
```
use ansi_term::Colour::Red;
use ansi_term::{ANSIString, ANSI…
-
The current Interactive commands (VimsidianRgLinesWithMatchesInteractive/VimsidianRgNotesWithMatchesInteractive) search for the search term when you enter it in the prompt and press Enter. The search …
kis9a updated
4 months ago
-
Awesome package, thanks. Any chance we can enable color in the aider output inside emacs aswell? Currently it's a bit harder to read the code snippets. Presumably we'd need to forward the color codes …
-
```
Caused by:
Could not compile `clap`.
Caused by:
▽
process didn't exit successfully: `rustc --crate-name clap .cargo/registry/src/github.com-1ecc6299db9ec823/clap-2.25.0/src/lib.rs --c…
-
Today we assume that anytime `$TERM` contains `"xterm"` then it supports ansi escape codes. This means that a default configuration of `tmux` or `screen` will not appear to support ansi escapes.
It…
-
**Note:** Neovim installed using `pkg install neovim`, not from ports.
- `nvim --version`:
```
NVIM v0.4.4
Build type: Release
LuaJIT 2.0.5
Compilation: /usr/bin/cc -O2 -pipe -DLIBICONV_PL…
-
```
What steps will reproduce the problem?
1.Launch ttc-term-suite-1.2 on Windows
2.Select the French directory of provided Sample (wind energy)
3.Run
What is the expected output? What do you see …