|
| From: | Kai Torben Ohlhus |
| Subject: | [Octave-bug-tracker] [bug #57658] [MXE Octave] grey text color after mkoctfile error message in gui terminal widget |
| Date: | Mon, 17 Feb 2020 10:46:28 -0500 (EST) |
| User-agent: | Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.106 Safari/537.36 |
Follow-up Comment #20, bug #57658 (project octave):
John, can you provide a cset for comment #19? When I patch octave.vbs like
this:
If GUI_MODE = 1 then
AllArgs = AllArgs & " " & chr(34) & "--gui" & chr(34)
wshSystemEnv("GCC_COLORS") =
"error=00:warning=00:note=00:range1=00:range2=00:locus=00:quote=00:fixit-insert=00:fixit-delete=00:diff-filename=00:diff-hunk=00:diff-delete=00:diff-insert=00"
wshShell.Run chr(34) & OctavePath & "\bin\octave-gui.exe" & Chr(34) &
AllArgs, 0
Else
wshShell.Run chr(34) & OctavePath & "\bin\octave-gui.exe" & Chr(34) &
AllArgs, 1
End If
and revert my cset
https://hg.savannah.gnu.org/hgweb/octave/rev/eb46a9f47164
my text still fades to gray.
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?57658>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |