martanne / dvtm

dvtm brings the concept of tiling window management, popularized by X11-window managers like dwm to the console. As a console window manager it tries to make it easy to work with multiple console based programs.
MIT License
843 stars 108 forks source link

Option to hide title bars #122

Open clark800 opened 3 years ago

clark800 commented 3 years ago

Usually I only have side-by-side windows and navigate directionally so don't need the title bars. It would be great to have an option to hide the title bars, and if there was a horizontal split it could just show a line with no title.

jpaulogg commented 3 years ago

I commented out the mvwprintw block in the draw_border function in dvtm.c and it worked. But I have no knowledge of C...

GReagle commented 3 years ago

This is an enhancement or new feature request, IMHO. The developer(s) (not I) would decide whether it is desirable or not, keeping in mind that simplicity is a goal of dvtm. It doesn't look like any issues are using the Labels that github provides though.