]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: console: Retain ENABLE_VIRTUAL_TERMIANL_PROCESSING flag.
authorTakashi Yano <takashi.yano@nifty.ne.jp>
Tue, 14 Jun 2022 12:01:58 +0000 (21:01 +0900)
committerTakashi Yano <takashi.yano@nifty.ne.jp>
Tue, 14 Jun 2022 12:11:56 +0000 (21:11 +0900)
commitfdbd1539329ad669606767ab5a63a16f825b4c45
tree6298d97130aba2f9076b24cd1eea706219cdf554
parentddce45112d96d35d57c8423747d615f86f5e5c09
Cygwin: console: Retain ENABLE_VIRTUAL_TERMIANL_PROCESSING flag.

- Currently, ENABLE_VIRTUAL_TERMINAL_PROCESSING flag is disabled
  unconditionally when exiting from cygwin. This causes ANSI escape
  sequence disabled in Windows Terminal where it is enables by
  default. This patch retains that flag if it is originally enabled.
winsup/cygwin/fhandler.h
winsup/cygwin/fhandler_console.cc
This page took 0.028559 seconds and 5 git commands to generate.