Cygwin: console, pty: Prevent error in legacy console mode.

This commit is contained in:
Takashi Yano
2019-11-07 01:29:29 +09:00
committed by Corinna Vinschen
parent e5db0d2fe0
commit 3880efb283
4 changed files with 46 additions and 17 deletions

View File

@ -1831,6 +1831,7 @@ enum cltype
class dev_console
{
pid_t owner;
bool is_legacy;
WORD default_color, underline_color, dim_color;