We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
The bg query added as workaround in #1107 causes unwanted output when no tea application is started and output is redirected to /dev/stdout.
/dev/stdout
Setup
To Reproduce
go run . >/dev/stdout
Source Code
package main import ( _ "github.com/charmbracelet/bubbletea" ) func main() {}
Expected behavior A clear and concise description of what you expected to happen.
Screenshots
bsh ❯ go run . >/dev/stdout Documents/development/moep via 🐹 v1.23.0 bsh ❯ 11;rgb:0000/0000/0000R
Additional context
The text was updated successfully, but these errors were encountered:
Oof, thanks for the report, @rsteube. We’ll prioritize this one.
Also—one of the primary reasons for a v2 is to eliminate this situation entirely.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
The bg query added as workaround in #1107 causes unwanted output when no tea application is started and output is redirected to
/dev/stdout
.Setup
linux
bash
foot
none
To Reproduce
Source Code
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
Additional context
The text was updated successfully, but these errors were encountered: