This commit is contained in:
Christopher Jeffrey 2013-01-27 12:33:32 -06:00
parent 37de84e93c
commit e8a20fdb77
1 changed files with 1 additions and 3 deletions

View File

@ -32,9 +32,7 @@ program.alternateBuffer();
program.clear(); program.clear();
program.bg('white'); program.bg('white');
program.fg('blue'); program.write('Hello world', 'blue fg');
program.write('Hello world');
program.fg('!blue');
program.setx(1); program.setx(1);
program.down(5); program.down(5);
program.write('Hi again!'); program.write('Hi again!');