GNU bug report logs - #67619
stty on Chromebook

Previous Next

Package: coreutils;

Reported by: Dan Jacobson <jidanni <at> jidanni.org>

Date: Mon, 4 Dec 2023 07:42:01 UTC

Severity: normal

To reply to this bug, email your comments to 67619 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-coreutils <at> gnu.org:
bug#67619; Package coreutils. (Mon, 04 Dec 2023 07:42:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Dan Jacobson <jidanni <at> jidanni.org>:
New bug report received and forwarded. Copy sent to bug-coreutils <at> gnu.org. (Mon, 04 Dec 2023 07:42:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Dan Jacobson <jidanni <at> jidanni.org>
To: bug-coreutils <at> gnu.org
Subject: stty on Chromebook
Date: Mon, 04 Dec 2023 15:41:17 +0800
Seen on Chromebook:
$ stty speed
38400
$ stty speed 1200
38400
$ stty speed 1200
1200

coreutils 9.4




Information forwarded to bug-coreutils <at> gnu.org:
bug#67619; Package coreutils. (Mon, 04 Dec 2023 13:29:01 GMT) Full text and rfc822 format available.

Message #8 received at 67619 <at> debbugs.gnu.org (full text, mbox):

From: Pádraig Brady <P <at> draigBrady.com>
To: Dan Jacobson <jidanni <at> jidanni.org>, 67619 <at> debbugs.gnu.org
Subject: Re: bug#67619: stty on Chromebook
Date: Mon, 4 Dec 2023 13:28:24 +0000
tag 67619 notabug
close 67619
stop

On 04/12/2023 07:41, Dan Jacobson wrote:
> Seen on Chromebook:
> $ stty speed
> 38400
> $ stty speed 1200
> 38400
> $ stty speed 1200
> 1200
> 
> coreutils 9.4

"speed" only prints the current setting.
A number on its own, sets the input and output speeds.
So depending on the order of the supplied "speed" or <number>,
it will print the current speed before or after it is set.
If you want to set speed with explicit directives you would need:
  stty ispeed 1200 ospeed 1200

cheers,
Pádraig




This bug report was last modified 150 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.