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

it
This commit is contained in:
Norayr Chilingarian 2014-04-14 01:22:03 +04:00
parent 4943886b64
commit 338c3f47e8
29 changed files with 753 additions and 132 deletions

View file

@ -5,7 +5,7 @@ MODULE Kernel0;
*)
(* version for bootstrapping voc *)
IMPORT SYSTEM, Unix, Args, Strings := oocOakStrings, version;
IMPORT SYSTEM, Unix, Args, Strings, version;
TYPE
RealTime = POINTER TO TimeDesc;