]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: console: Add support for REP escape sequence to xterm mode.
authorTakashi Yano <takashi.yano@nifty.ne.jp>
Wed, 26 Feb 2020 15:33:01 +0000 (00:33 +0900)
committerCorinna Vinschen <corinna@vinschen.de>
Wed, 26 Feb 2020 20:17:36 +0000 (21:17 +0100)
commit0d7bbc0bc3da7d7c9e0a76243cbeaf458724d32d
treef85739d323054fe96ab571300351cce0dd9e5436
parent3b42762e0b02ad53cc01dd752b94a044b7a42ebf
Cygwin: console: Add support for REP escape sequence to xterm mode.

- In Win10 upto 1809, xterm compatible mode does not have REP
  escape sequence which terminfo declares. This patch adds support
  for "CSI Ps b" (REP). With this patch, bvi (binary editor) works
  normally in Win10 1809. Also, xterm compatible mode does not have
  "CSI Pm `" (HPA), "CSI Pm a" (HPR) and "CSI Ps e" (VPR). However,
  they do not appear to be declared by terminfo. Therefore, these
  have been pending.
winsup/cygwin/fhandler_console.cc
winsup/cygwin/wincap.cc
winsup/cygwin/wincap.h
This page took 0.03005 seconds and 5 git commands to generate.