Re: [PATCH] Add --with-diagnostics-urls configuration option and GCC_URLS env var

2019-12-20 Thread
I think this is good idea since it is consistent with env var GCC_COLORS -- the color support will be disabled even with -fdiagnostics-color=always, if GCC_COLORS is set to empty. And I has experienced more serious problem when I ssh(1) to the remote machine from a even older terminal, GNOME Termin

Re: [PATCH 1/2] pretty-print: support URL escape sequences (PR 87488)

2019-12-15 Thread
tputs on warning lines and beeps. Tested on xfce4-terminal 0.8.3, it produces no beep but garbled outputs; however I think this is due to broken terminal bell support of xfce4-terminal in my system. 2019-12-15 23:09 GMT+08:00, David Malcolm : > On Sun, 2019-12-15 at 19:38 +0800, 王昊然 wrote: >&g

Re: [PATCH 1/2] pretty-print: support URL escape sequences (PR 87488)

2019-12-15 Thread
This patch has made my terminal beeps on every warning message, which is so noisy. May be this feature should be disabled by default, unless enabled by configure time option, runtime option or runtime environment variables.