Nojus Gudinavičius

Results 39 comments of Nojus Gudinavičius

I think this is fixed in ca37cd7eed45ea7cee15cba4abdf022116a01ce7

All right, I see your reasons. Anyway, despite your advise I did write parser and iterator, for myself at least. The parser still uses regexes and is not that different,...

> What's the number of the 3-liner fix? #410

Maybe scroll bars length could represent visible lines count compared to all lines as in most GUIs? That is, the the more lines, the smaller the scroll bar. It could...

This is my implementation of a scrollbar. Supports horizontal ones too and divides uses eights of a block. Horizontal scrollbars are a quite thick though. ```go package tview import (...

I am currently thinking of ripping off the `AutoScrollbar` entirely, as as it is really hard to implement efficiently with dynamic content.

@rivo ok, I understand. @tslocum Yes I'm interested in such implementation, and I have been thinking about it lately.

I decided to try and implement this and came up with a simple, but yet very useful solution (at least from my perspective). I only made the basic implementation, because...

You are right, the version that I linked previously is far from perfect and doesn't make too much sense. I have made many changes on my local branch, which is...

Although I would argue that this doesn't introduce anything new (the async queue also has a delay, albeit lower one), I can understand your position as maintainer :) Anyway, it...