pretty-print.c (eat_esc_sequence): Swap the foreground and background colors if...
authorLiu Hao <lh_mouse@126.com>
Tue, 14 Aug 2018 10:04:10 +0000 (10:04 +0000)
committerJonathan Yong <jyong@gcc.gnu.org>
Tue, 14 Aug 2018 10:04:10 +0000 (10:04 +0000)
commit5d3083dde2a4fb03fab20d66fda1a5881801c757
tree507377ce956009509995349b7c611a81f887d1ef
parente99c19aae1cf5b9bb0350eb578be85429f42f607
pretty-print.c (eat_esc_sequence): Swap the foreground and background colors if...

* gcc/pretty-print.c (eat_esc_sequence): Swap the foreground and background
colors if the COMMON_LVB_REVERSE_VIDEO flag is set, and clear it thereafter,
as it only works for DBCS.

From-SVN: r263531
gcc/ChangeLog
gcc/pretty-print.c