Migrate to charmbracelet/bubbletea #1

Open
opened 2026-07-23 16:17:09 +00:00 by decentral1se · 0 comments
Owner

tcell feels somewhat limited, e.g. on screen resize. It would be nice to stick to on TUI API also. The only pain is that you can't just draw to a random x/y in bubbletea, you construct a string which is written to the screen. So, some sort of "canvas" construction needs to be worked out. I think the API convenience and consistent terminal edge case handling is worth it.

`tcell` feels somewhat limited, e.g. on screen resize. It would be nice to stick to on TUI API also. The only pain is that you can't just draw to a random x/y in `bubbletea`, you construct a string which is written to the screen. So, some sort of "canvas" construction needs to be worked out. I think the API convenience and consistent terminal edge case handling is worth it.
Sign in to join this conversation.
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: decentral1se/pandadraw#1