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

Full log


View this message in rfc822 format

From: Pádraig Brady <P <at> draigBrady.com>
To: Dan Jacobson <jidanni <at> jidanni.org>, 67619 <at> debbugs.gnu.org
Subject: 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 1 year and 192 days ago.

Previous Next


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