]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: pty: Trigger redraw screen if ESC[?3h or ESC[?3l is sent.
authorTakashi Yano <takashi.yano@nifty.ne.jp>
Wed, 13 Nov 2019 10:49:29 +0000 (19:49 +0900)
committerCorinna Vinschen <corinna@vinschen.de>
Fri, 15 Nov 2019 12:07:40 +0000 (13:07 +0100)
commit1626569222066ee601f6c41b29efcc95202674b7
treedce11a944fdb94eb0902e8b7e56cd6c84daddd79
parent8f8522c82a43c926119a5764ff009e4e5c26bbdf
Cygwin: pty: Trigger redraw screen if ESC[?3h or ESC[?3l is sent.

- Pseudo console clears console screen buffer if ESC[?3h or ESC[?3l
  is sent. However, xterm/vt100 does not clear screen. This cause
  mismatch between real screen and console screen buffer. Therefore,
  this patch triggers redraw screen in that situation so that the
  synchronization is done on the next execution of native app.
  This solves the problem reported in:
  https://www.cygwin.com/ml/cygwin-patches/2019-q4/msg00116.html
winsup/cygwin/fhandler_tty.cc
This page took 0.032093 seconds and 5 git commands to generate.