-
In Windows Terminal, can I get the "vintage" cursor (~30% blinking horizontal bar) with an escape sequence?
Both of these (below) give a non-blinking cursor of the desired size. Other similar pairs…
-
CSexact changes the size of my terminal every time it gets loaded (or triggered, such as by loading a new file). The terminal window is "elongated" in the horizontal dimension (not in the vertical). T…
-
This prints out all the grayscale values at the end of ansi256:
```js
for (let i = 232; i < 256; i++) {
console.log(colorConvert.ansi256.ansi16(i));
}
```
Which results in:
```
30
30
…
-
[Tom Wilson]
https://www.facebook.com/groups/CommanderX16/permalink/519788175438948/?comment_id=521425405275225
I have a suggestion.... and this will seem radical at first.
Change the PETSCII c…
-
#### Current Behavior
Using [kitty](https://github.com/kovidgoyal/kitty) and Fish shell I get a new Prompt when I switch to vim normal mode by pressing `Escape`.
The entered text in the Prompt remai…
-
I Am trying to do ssh using console with 2FA TOTP, I am able to login.
But From webssh I am unable to login,
I am getting Authentication Failed.
**Its trying for password auth, not even going to …
-
I'm deploying a shinyapp and I am using rhandsontable to edit some table in the UI
No problem if I change some values. The table is rendered properly.
The problem seems to rise with the hot_to…
-
# This bug report was migrated from our old Bugzilla tracker.
**Reported in version:** 2.0.14
**Reported for operating system, platform:** Linux, x86_64
# Comments on the original bug report:
On 20…
-
This opens a huge can of worms, but it's worth thinking about idly: in what way could Notcurses accept marked up input, i.e. Markdown or (very limited) HTML? Are we the right place to do it? How would…
-
Glide should not output colors for terminals that don't support it. This is also an issue if you try logging the output of Glide.
Steps to reproduce:
```
# glide update -s &>l
# less l
ESC[0;32m[INF…