martanne / vis

A vi-like editor based on Plan 9's structural regular expressions
Other
4.19k stars 260 forks source link

allow disabling of statusbar #1168

Closed apprehensions closed 4 months ago

apprehensions commented 4 months ago

fixes #1123

apprehensions commented 4 months ago

If the statusbar is off there is no way of distinguishing between the two windows.

The statusbar disablement is only valid for the selected window. If the user so chooses to disable it on the window, it will be gone, but not on all others.

mcepl commented 4 months ago

I am not happy about window-managering vis either, but this seems like such a small thing, that I wouldn't bother. Yes, boiling of a frog, I know.

rnpnr commented 4 months ago

Applied, thanks for the patch!