Flow control should be disabled #8

Closed
opened 2018-04-15 14:41:07 +00:00 by benie · 0 comments
Owner

unsetopt flow_control does not seem to disable Ctrl-S from freezing the
terminal. Possible causes:

  • calling unsetopt on this option doesn't function as expected
  • the boolean logic of the option is inverted
  • Zsh has a bug which stops this from working

Hopefully this can be disabled with Zsh and allow Ctrl-S to be freed up for use
in other programs, if not it will have to be configured directly in the tty.

`unsetopt flow_control` does not seem to disable Ctrl-S from freezing the terminal. Possible causes: * calling `unsetopt` on this option doesn't function as expected * the boolean logic of the option is inverted * Zsh has a bug which stops this from working Hopefully this can be disabled with Zsh and allow Ctrl-S to be freed up for use in other programs, if not it will have to be configured directly in the `tty`.
benie closed this issue 2018-04-15 16:26:29 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: config/zsh#8
No description provided.