In-reply-to » I'm currently writing my own tview tree table widget where items can be multiple lines long. Turns out scrolling and offsets are quite a challenge. I might have to revisit my mental model. Building this on top of urwid was much easier as I could use some existing widgets as building blocks like a list that already implemented scrolling for arbitrary long items. Tview on the other hand doesn't offer me anything that I can reuse for this undertaking. Starting from scratch.

@prologic@twtxt.net Ah, that only provides graph stuff. Unfortunately, doesn’t help me.

I could paint on a second screen and then copy over the cropped segment that should be in view. I think I’ve seen this happening in urwird for scrolling. I could be wrong.

⤋ Read More