From c70f3e35e378a8bf3b114a6552579f14b647db7e Mon Sep 17 00:00:00 2001 From: Isaiah Odhner Date: Fri, 21 Jul 2023 01:18:22 -0400 Subject: [PATCH] Note powershell prompt/TUI clashing bugginess --- README.md | 5 +++++ cspell.json | 1 + 2 files changed, 6 insertions(+) diff --git a/README.md b/README.md index e7adf73..1c565aa 100644 --- a/README.md +++ b/README.md @@ -237,6 +237,11 @@ Textual Paint works with the new [Windows Terminal](https://learn.microsoft.com/ 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). +Running in Powershell, there seems to be a bug where the powershell prompt will be active at the same time as the TUI, +and commands can be typed and run, and the output will be interwoven with the TUI. +Running a second instance of Textual Paint even causes oscillation between both instances as they redraw the screen. +I would recommend using Command Prompt (not the app, but the shell) inside Windows Terminal instead, available in the new tab dropdown menu. + Textual Paint will not work properly with the old Windows console (`conhost.exe`), which lacks emoji/Unicode support and true color support. ### VS Code diff --git a/cspell.json b/cspell.json index 42f8166..22c62a5 100644 --- a/cspell.json +++ b/cspell.json @@ -121,6 +121,7 @@ "Thunar", "tkinter", "tlaplus", + "tput", "truecolor", "tspan", "tspans",