[GH-ISSUE #375] Is there any way to render charts without handing over the entire terminal? #161

Closed
opened 2026-03-03 16:23:00 +03:00 by kerem · 2 comments
Owner

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?

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?
kerem 2026-03-03 16:23:00 +03:00
  • closed this issue
  • added the
    question
    label
Author
Owner

@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 (tcell and termbox). 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 of tcell.

If you are interested in exploring this further, we would first have to figure out if tcell supports running on a portion of a terminal and then make the necessary changes in Termdash to utilize such mode.

<!-- gh-comment-id:2085961123 --> @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 (`tcell` and `termbox`). 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 of `tcell`. If you are interested in exploring this further, we would first have to figure out if `tcell` supports running on a portion of a terminal and then make the necessary changes in Termdash to utilize such mode.
Author
Owner

@anderspitman commented on GitHub (Apr 30, 2024):

That makes sense. Thanks!

<!-- gh-comment-id:2086409422 --> @anderspitman commented on GitHub (Apr 30, 2024): That makes sense. Thanks!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/termdash#161
No description provided.