cli: Disable XON/XOFF in the tty 77/12977/3
authorChris Luke <chrisy@flirble.org>
Sun, 10 Jun 2018 17:42:45 +0000 (13:42 -0400)
committerFlorin Coras <florin.coras@gmail.com>
Sun, 10 Jun 2018 19:54:26 +0000 (19:54 +0000)
commit01dc6b968aa1bfa9deea9917b3b45b89c80f6a24
tree1d12bbae38dcefe701666fafdac6d332029ff6fb
parentfc379d28ab06760c8dcf0d976a5b224f1b062b97
cli: Disable XON/XOFF in the tty

- CLI history forward-search is bound to ^S which is common, but
  that is also the tty's default control byte to pause output.
  So we disable XON/XOFF in the tty so that we can use ^S.

Change-Id: I61717c77a11733d64eed7f8119677e7cd2e20029
Signed-off-by: Chris Luke <chrisy@flirble.org>
src/vlib/unix/cli.c