Consolatis
Consolatis
This bug just hit me again but this time I decided to actually investigate the reason and found this issue. Setting box-sizing: content-box for #term-container indeed fixed the issue for...
I think it would be useful to have it inside the integrated help screen (c-h). For the wording maybe different topics would work. Something like this maybe: ## 5. Working...
I updated the gist and basically rewrote it from the bottom up. Literally. Start reading from the bottom. https://gist.github.com/Consolatis/f0b47166efc286bd0bcd5d02698e203a I am somewhat satisfied with the key handling part of that...
Updated description. See also docstrings inside statusbar.py.
> I found a slight bug: when lots of files are opened and they don't fit in the top bar, the clock is still shown correctly but the left most...
Maybe it might make sense to default to filelist rotate: true and top_bar truncate: right so at least the current file will always be visible? Or keep the default for...
Or maybe.. StatusComponents could provide another flag which allows them to indicate if they can be hidden in case of truncating? Then truncating would first go through all the components...
> Another one I found is that if I edit the config in suplemon and save, the top bar disappears. As soon as a key is pressed it reappears. I'm...
> Or maybe instead of it being a simple boolean flag it could actually be a integer priority. The higher the priority (app_status, current file) the less likely it is...
>> It would be nice to somehow limit the file list length as it's probably potentially the longest item > > This would actually be a nice feature for the...