mirror of
https://github.com/1j01/textual-paint.git
synced 2024-12-27 00:33:28 +03:00
Note Ctrl+V issue in Windows Terminal app
This commit is contained in:
parent
4383a882ee
commit
aad51d2978
@ -234,7 +234,10 @@ The default Terminal has missing characters, causing misalignment of everything
|
||||
|
||||
Textual Paint works with the new [Windows Terminal](https://learn.microsoft.com/windows/terminal/install), however, the Fill With Color tool icon is missing (shows as tofu), and the Pencil emoji causes misalignment of everything to the right of it, including the canvas.
|
||||
|
||||
It will not work properly with the old Windows console, which lacks emoji/Unicode support and true color support.
|
||||
Ctrl+V does not work to paste, but **Edit > Paste** does work.
|
||||
It may be possible to unbind Ctrl+V to fix this, see [this issue](https://github.com/microsoft/terminal/issues/11267).
|
||||
|
||||
Textual Paint will not work properly with the old Windows console (`conhost.exe`), which lacks emoji/Unicode support and true color support.
|
||||
|
||||
### VS Code
|
||||
|
||||
|
@ -35,6 +35,7 @@
|
||||
"Cascadia",
|
||||
"clion",
|
||||
"cmdpxl",
|
||||
"conhost",
|
||||
"Consola",
|
||||
"Consolas",
|
||||
"Cour",
|
||||
|
Loading…
Reference in New Issue
Block a user