]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r320360:
authortrasz <trasz@FreeBSD.org>
Wed, 4 Oct 2017 11:38:52 +0000 (11:38 +0000)
committertrasz <trasz@FreeBSD.org>
Wed, 4 Oct 2017 11:38:52 +0000 (11:38 +0000)
commit261c4337c5dcd1e20f629f82cffedfaa02004a1d
tree9e41402117e6584fc4e7ed3a855a55cde4433908
parent7dabf7165ce0478b645a42fb52c19554750ef6f2
MFC r320360:

Make resizewin(1) do flushing by using TCSAFLUSH instead of TCSANOW
followed by tcflush(3).  This works just as well and is more elegant.
usr.bin/resizewin/resizewin.c