bug-apl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-apl] Why not reset color for cout by default?


From: Clouds Flowing
Subject: [Bug-apl] Why not reset color for cout by default?
Date: Thu, 01 Feb 2018 10:03:54 +0000

Related thread: https://lists.gnu.org/archive/html/bug-apl/2013-10/msg00003.html

Now I see it is using `char Output::color_COUT[MAX_ESC_LEN] = CSI "0;30;49m";` in code, it is strange that reset background while set foreground to black.
I think it quite normal to use default (reset color) color for std::cout, i.e. use `CSI "0;39;49m"`.

I know it could be set in /etc/gnu-apl.d/preference, while we are talking about the default behavior.

Thanks,
Clouds

reply via email to

[Prev in Thread] Current Thread [Next in Thread]