first colored messasges in OPM using vt100, 'f' option added to disable

it


Former-commit-id: 338c3f47e8
This commit is contained in:
Norayr Chilingarian 2014-04-14 01:22:03 +04:00
parent da0807d369
commit 485e27a287
29 changed files with 757 additions and 136 deletions

View file

@ -853,8 +853,9 @@ MODULE OPC; (* copyright (c) J. Templ 12.7.95 / 3.7.96 *)
| OPM.lineno: OPM.Write("l")
| OPM.useparfile: OPM.Write("P")
| OPM.dontasm: OPM.Write("S")
| OPM.dontlink: OPM.Write("C")
| OPM.dontlink: OPM.Write("c")
| OPM.mainlinkstat: OPM.Write("M")
| OPM.notcoloroutput: OPM.Write("f")
ELSE
(* this else is necessary cause
if someone defined a new option in OPM module