mirror of
https://github.com/mum4k/termdash.git
synced 2026-04-27 03:15:55 +03:00
[GH-ISSUE #375] Is there any way to render charts without handing over the entire terminal? #161
Labels
No labels
bug
cleanup
enhancement
enhancement
enhancement
good first issue
help wanted
help wanted
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/termdash#161
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @anderspitman on GitHub (Apr 30, 2024).
Original GitHub issue: https://github.com/mum4k/termdash/issues/375
I'm trying to add a few charts to my app, but still allow normal stdout/stderr logs to be shown. Is this possible?
@mum4k commented on GitHub (Apr 30, 2024):
Hi @anderspitman that currently isn't supported. Termdash is a library built on top of terminal driver libraries (
tcellandtermbox). I believe both of those only work with exclusivbe access to the full terminal. At least that is what used to be true, I did not explore the latest changes and feature set oftcell.If you are interested in exploring this further, we would first have to figure out if
tcellsupports running on a portion of a terminal and then make the necessary changes in Termdash to utilize such mode.@anderspitman commented on GitHub (Apr 30, 2024):
That makes sense. Thanks!