mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 18:02:25 +00:00
first colored messasges in OPM using vt100, 'f' option added to disable
it
Former-commit-id: 338c3f47e8
This commit is contained in:
parent
da0807d369
commit
485e27a287
29 changed files with 757 additions and 136 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue