zshでctrl-s

zsh上で^Sを入力したらいきなり動かなくなった。
「なんでー!」とか思いつつ

>stty -a
speed 38400 baud; 60 rows; 200 columns;
lflags: icanon isig iexten echo echoe echok echoke -echonl echoctl
	-echoprt -altwerase -noflsh -tostop -flusho -pendin -nokerninfo
	-extproc
iflags: -istrip icrnl -inlcr -igncr ixon -ixoff -ixany imaxbel -ignbrk
	brkint -inpck ignpar -parmrk
oflags: opost onlcr -ocrnl tab0 -onocr -onlret
cflags: cread cs8 -parenb -parodd -hupcl -clocal -cstopb -crtscts
	-dsrflow -dtrflow -mdmbuf
cchars: discard = ^O; dsusp = ^Y; eof = ^D; eol = <undef>;
	eol2 = <undef>; erase = ^?; erase2 = ^H; intr = ^C; kill = ^U;
	lnext = ^V; min = 1; quit = ^\; reprint = ^R; start = ^Q;
	status = ^@; stop = ^S; susp = ^Z; time = 0; werase = ^W;

てな感じになっていたので、~/.zshrcに

stty stop undef

てな一文を追加してことなきを得た。