Skip to main content

Questions tagged [stty]

2 votes
0 answers
66 views

I save this shell script as test.sh and then run bash test.sh: python3 When the prompt appears I press Ctrl+\ (in reality I have more complicated Python commands and Ctrl+C/Ctrl+D doesn't work). ...
LastDuckStanding's user avatar
1 vote
0 answers
142 views

When I connect to my Docker container with Debian 11 via ssh, I have it set up such that zsh is the main shell. When I switch to bash (by typing bash) I lose the ability to type the lowercase letter s ...
orion3's user avatar
  • 732
0 votes
0 answers
761 views

It would be nice if tmux could display the width and height of a current window within its status bar. I personally use :resize-window -x -y quite a lot, cause I connect from a computer to a second ...
freddie_ventura's user avatar
0 votes
1 answer
750 views

I'm trying to change some key bindings in my console (Konsole). If I map intr to Ctrl-k, by running stty intr \^k I don't see the change reflected in stty -a speed 38400 baud; rows 46; columns 172; ...
EricS's user avatar
  • 607
1 vote
1 answer
9k views

I added into my .profile file the command stty werase ^H (The command makes it possible that i can delete a word with Ctrl + Return). But whenever i start my PC it prints the following error: Error ...
Stefan xyz's user avatar
0 votes
1 answer
619 views

I have a problem with agetty. when the login prompt gets the user name, then the password prompt or login shell shows unrecognized characters as below: [ OK ] Started Serial Getty on ttymxc4. [ OK ...
amin khozaei's user avatar
1 vote
1 answer
466 views

I try to use this stty intr ^K in order to change Ctrl + C to Ctrl + K in CentOS 7. But when I restart my server. It resets to default again. How can I change it permanently from Ctrl + C to Ctrl + ...
Leo's user avatar
  • 13
2 votes
0 answers
1k views

I use PHPUnit with Jenkins. PHPUnit outputs many "stty: standard input: Inappropriate ioctl for device." like this [***] $ /bin/sh -xe /tmp/jenkins3872195701082406677.sh  + vendor/bin/phpunit tests/ ...
Kimitaka Watanabe's user avatar
1 vote
0 answers
188 views

I've recently tried switching from being a long time tcsh user to bash and I was lamenting the extra key tapping for deleting "words" to the left, so I've been looking into modifying the behaviors in ...
hepcat72's user avatar
  • 155
0 votes
0 answers
282 views

I'm ssh'ing from my Mac (Terminal.app) into a Linux box, where I need to run ckermit or screen over USB to have a console on a second Linux box. (There are no graphics on the second box, and I'm ...
Johannes Ernst's user avatar
0 votes
1 answer
260 views

My bash terminal is receiving a space (chr 32) immediately followed by a backspace (chr 8) every 5 seconds (almost exactly). The effects aren't noticeable when typing, as the added space is deleted ...
wutch's user avatar
  • 101
7 votes
1 answer
2k views

Trying to swap the Ctrl and Super keys around on a ubuntu box. Have managed to swap Super and Ctrl around using xmodmap. Now i just need to change the stty intr to be Super_L + C I can't for the ...
StudioMatrix Webmaster's user avatar
1 vote
2 answers
5k views

I have a USB to serial adapter, based on CH340G chip. It is connected to a device which periodically sends a string at 9600 baud. However, I seem to be able to receive the data regardless of how I ...
Dmitry Grigoryev's user avatar
3 votes
0 answers
2k views

I tried to setup raw serial communication over ttyusb0 and used stty to change baud rate and raw mode. Those settings were successful and it was visible after I checked ttyUSB0 again, so after stty -...
Laza's user avatar
  • 31
2 votes
2 answers
1k views

In stty -a, there's an option for discard = ^0. I've googled around, and the closest documentation I get is from: http://www.tldp.org/HOWTO/Text-Terminal-HOWTO-17.html which says ^O flush (or ...
CMCDragonkai's user avatar

15 30 50 per page