Added underlining support.

This commit is contained in:
LemonBoy
2012-07-20 16:28:12 +02:00
parent 054ee4396f
commit 741b9da4a1
3 changed files with 22 additions and 15 deletions

View File

@@ -41,6 +41,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.
u<0-9> Selects the underline color from the palette.
To reset the bg/fg color just pass 'r' as color index.
l Aligns the text to the left.