Tiny Core Linux

Tiny Core Base => TCB Bugs => Topic started by: florian on December 18, 2008, 06:45:22 PM

Title: remove aterm scrollbar for ncurses applications
Post by: florian on December 18, 2008, 06:45:22 PM
Obviously not a "bug" but a polishing/cosmetic touch:

when starting a ncurse applications from the tc menus (ie top, vi, xvesa setup, crypto home, terminal server, ...), it would be better to turn off the unused scrollbar (=> add the +sb flag to the aterm invokation). Less screen real-estate used is always good ;)
Title: Re: remove aterm scrollbar for ncurses applications
Post by: mikshaw on December 18, 2008, 10:14:02 PM
I tend to remove the scrollbar from aterm in general, since Shift+PageUp/PageDown and Shift+up/down are easier to use than dragging a scrollbar in my opinion.

In $HOME/.Xdefaults:  Aterm*scrollBar: false
Title: Re: remove aterm scrollbar for ncurses applications
Post by: tobiaus on December 18, 2008, 10:19:37 PM
Shift+PageUp/PageDown and Shift+up/down are easier to use than dragging a scrollbar in my opinion.

ooh, thank you, i never knew those! (shift+up arrow, shift+down arrow are good too.)
Title: Re: remove aterm scrollbar for ncurses applications
Post by: florian on December 19, 2008, 05:41:44 AM
Removing scrollbar in general case is a question of taste by each user.

However setting explicitely +sb makes a sense for ncurse apps launched by menus because there scroll bar has no function whatsoever.
Title: Re: remove aterm scrollbar for ncurses applications
Post by: roberts on December 19, 2008, 01:52:35 PM
Removing scrollbar in general case is a question of taste by each user.

However setting explicitely +sb makes a sense for ncurse apps launched by menus because there scroll bar has no function whatsoever.

Sounds good to me.