Added a way to reset the bg/fg color.

This commit is contained in:
LemonBoy
2012-07-16 11:56:09 +02:00
parent fbaf85f480
commit fcf64daac8
2 changed files with 5 additions and 2 deletions

View File

@@ -20,6 +20,7 @@ To draw a backslash just backslash escape it (\\\\).
```
f<0-9> Selects the text foreground color from the palette.
b<0-9> Selects the text background color from the palette.
To reset the bg/fg color just pass 'r' as color index.
l Aligns the text to the left.
c Aligns the text to the center.