]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: pty: Discard CSI > Pm m sequence from native windows apps.
authorTakashi Yano via Cygwin-patches <cygwin-patches@cygwin.com>
Tue, 30 Jun 2020 11:12:13 +0000 (20:12 +0900)
committerCorinna Vinschen <corinna@vinschen.de>
Wed, 1 Jul 2020 07:25:54 +0000 (09:25 +0200)
commit8121b606e843c001d5ca5213d24099e04ebc62ca
treeafbf495298cd04c0b6b2930b448cfacfe5add6be
parenta97bdf100f54c736c1ab46d39984c4deaacd7386
Cygwin: pty: Discard CSI > Pm m sequence from native windows apps.

- If vim is started from WSL (Ubuntu) which is executed in pseudo
  console in mintty, shift key and ctrl key do not work. Though
  this issue is similar to the issue resolved by commit
  4527541ec66af8d82bb9dba5d25afdf489d71271, that commit is not
  effective for this issue. This patch fixes the issue by discarding
  "CSI > Pm m" in fhandler_pty_master::pty_master_fwd_thread().
winsup/cygwin/fhandler_tty.cc
This page took 0.028486 seconds and 5 git commands to generate.