mirror of
https://github.com/embarklabs/neo-blessed.git
synced 2025-01-11 03:25:45 +00:00
readme
This commit is contained in:
parent
37de84e93c
commit
e8a20fdb77
@ -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!');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user