EdJoPaTo
EdJoPaTo
Personally I like being more explicit with things in order to ensure what is meant is actually happening. Autocompletion exists and pairs tend to create mistakes. I would either remove...
My approach of this: I have a `Table` with the entries and the last one should be seen. When the user selects something the `TableState` has something selected. When nothing...
> > When the user is scrolled to the bottom, it should automatically keep scrolling them down as new rows get added. However, if they begin scrolling up, I want...
At least gnome console and alacritty support Shift + Click when the terminal is in alt mode. Then Ctrl + Shift + C can be used to copy the content...
This is not specific to only the examples. Also with scrollable widgets and mouse interaction mouse capture is of interest.
I assume that this depends heavily on the terminal you are using. For example with gnome terminal and alacritty I can mark and copy on a redraw (as long as...
alacritty has a debug mode to highlight redrawn sections but that's not something I enable other than to try the feature :D
I think this could be closed for the reasons stated in #1018? There should be focus on improving the design, therefore #174.
> with a better alternative available (or soon-to-be-available) Currently, there isn't.
> I'm writing bytes to a "fake" terminal Then you should have the access there too I guess? As it's your target it seems to be also a better idea...