bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#35212: problem docs vs. implementation


From: L A Walsh
Subject: bug#35212: problem docs vs. implementation
Date: Tue, 09 Apr 2019 17:31:44 -0700
User-agent: Thunderbird

My console becomes 121 characters wide when I turn on
unicode, but stty says it is 132 characters.

Looking at the stty manpage, I see:
Special settings:
...
       * cols N
              tell the kernel that the terminal has N columns

       * columns N
              same as cols N
---
I thought 'cool', I'll tell the kernel its only 121 characters.

I end up with :
> echo $TTY
> /dev/tty1
> stty cols 121
stty: 'standard input': Invalid argument

So .. why can't I tell the kernel how many columns my tty is?








reply via email to

[Prev in Thread] Current Thread [Next in Thread]