Browse Source

*** empty log message ***

florian 27 years ago
parent
commit
d6e74e2082
2 changed files with 14 additions and 0 deletions
  1. 13 0
      bugs/bug0125.pp
  2. 1 0
      bugs/readme.txt

+ 13 - 0
bugs/bug0125.pp

@@ -0,0 +1,13 @@
+uses
+crt;
+var
+i:integer;
+begin
+clrscr;
+textcolor(blue);
+writeln('ole');
+textcolor(red);
+readln(i);
+writeln('rasmussen');
+writeln(i);
+end.

+ 1 - 0
bugs/readme.txt

@@ -170,3 +170,4 @@ bug0121.pp   cardinal -> byte conversion not work (and crashes)
 bug0122.pp   exit() gives a warning that the result is not set
 bug0122.pp   exit() gives a warning that the result is not set
 bug0123.pp   problem with intel assembler (shrd)
 bug0123.pp   problem with intel assembler (shrd)
 bug0124.pp   problem with -Rintel switch and indexing (whatever the order)
 bug0124.pp   problem with -Rintel switch and indexing (whatever the order)
+bug0125.pp   wrong colors with DOS CRT unit