Jöran Karl
Jöran Karl
Closed with #2992. In case it is still reproducible afterwards we can simply re-open it. :)
Great that you try to fix this, because it was annoying me too, but I didn't found the time so far. :+1:
I assume that this should be initiated by [zyedidia/tcell](https://github.com/zyedidia/tcell), which initiates a Windows terminal different from Linux terminals... [screen.go#L231](https://github.com/zyedidia/tcell/blob/master/screen.go#L231) ...for which it usually sets the [EnterCA](https://github.com/zyedidia/tcell/blob/master/tscreen.go#L192), to enter the alternate...
Someone needs to take a deeper dive into `tcell` again, if it really needs a patch for the current Windows terminal (approach). Unfortunately I've some lack in time too and...
@DHowett Thank you for taking the time to give some insights/hints for a better understanding. It will help a lot to hopefully solve this in `micro`'s fork of `tcell` and...
@AmerM137 It took a while till I found some minutes to spend, but it looks quite promising now. @DHowett Thanks again for your support.
The `// TODO` can be seen as possible improvement. Help is appreciated to do the necessary change, test it and provide it as a PR. I suggest to turn the...
Hm, from user perspective we could allow resizing till the content isn't visible any longer, but what we shouldn't allow is to resize it that low to hide the split...
From my perspective user defined color schemes should take precedence in the moment they have the same name. So the easiest way is to add them first and while adding...
Correct me if I'm wrong, but your commit adds it as long as the asset file name is `!=` to the current checked user defined one. Furthermore it doesn't respect...