Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disabling terminal freezes because of scroll lock (XOFF) #16

Open
eliasdorneles opened this issue Apr 16, 2016 · 1 comment
Open

Disabling terminal freezes because of scroll lock (XOFF) #16

eliasdorneles opened this issue Apr 16, 2016 · 1 comment

Comments

@eliasdorneles
Copy link

What about disabling scroll lock (XOFF), to avoid people puzzling why the screen is frozen, having to find out about Ctrl-S and scroll lock and hitting Ctrl-Q to "unfreeze"?

I've been using this for years in my bashrc, but I don't know how portable it is:

# disable terminal locking
bind -r '\C-s'
stty -ixon
@chocolateboy
Copy link

I've been using this for years in my bashrc

Same here, though it has always worked for me without the bind.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants