[fenrir-screenreader] Re: Resize console

  • From: Storm Dragon <storm_dragon@xxxxxxxxxxxxxx>
  • To: fenrir-screenreader@xxxxxxxxxxxxx
  • Date: Wed, 6 Feb 2019 06:58:15 -0500

Howdy,

You were on the right track. Stty can resize the screen for you. Try something 
like:

stty cols 160 rows 48

I tend to use screen, in fact it's one of the first apps I launch when I start 
my computer, so I just made an alias to both resize my screen and start the 
application screen all at the same time:

alias screen="stty cols 160 rows 48;screen"

HTH
Storm
On Tue, Feb 05, 2019 at 02:00:58PM -0500, E wrote:

Hello all, Is there a way to resize a TTY in order to fit more content in one 
line, and display more rows? I briefly
ventured looking into stty, but as I understood, it's only going to be 
declaring an alternative number of rows and
columns upstream if I connect to a remote console for example.

I'd like to avoid having my lines truncated in Nano, for example, or Mutt 
breaking lines.

Any clues would be super appreciated.

Emrah
--------------------------------------------
MailingList: fenrir-screenreader@xxxxxxxxxxxxx
Website: https://linux-a11y.org
Wiki: https://wiki.linux-a11y.org/doku.php?id=fenrir
Code: https://github.com/chrys87/fenrir
IRC Live Support:
Network: irc.linux-a11y.org
Room: #a11y


--
Storm Dragon
Linux accessibility community: https://linux-a11y.org/
24 hour IRC support: irc.linux-a11y.org #a11y
Voice chat and support: mumble.linux-a11y.org

Attachment: signature.asc
Description: PGP signature

Other related posts: