diff options
author | stanley lieber <stanley.lieber@gmail.com> | 2012-03-02 04:54:45 +0000 |
---|---|---|
committer | stanley lieber <stanley.lieber@gmail.com> | 2012-03-02 04:54:45 +0000 |
commit | f93dcaff17c5e7839a484c9034e15d5a2b423d71 (patch) | |
tree | 8637a59c11413efeec408bff93b28e825fd6696f /sys/man/1/paint | |
parent | 2fec3c0bc8b160b1a2594805a779a7d04ab6a1ea (diff) |
paint: add 'c' and 'f'
Diffstat (limited to 'sys/man/1/paint')
-rw-r--r-- | sys/man/1/paint | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/sys/man/1/paint b/sys/man/1/paint index 66d3c3860..e89fcf634 100644 --- a/sys/man/1/paint +++ b/sys/man/1/paint @@ -23,7 +23,14 @@ Type a number, in the pop-up box and hit enter. .TP .B c -Clear the screen. Any unsaved work will be lost. +Change the drawing color to +.I n, +where +0 = black, 1 = white, 2 = red, 3 = green, 4 = blue and 5 = yellow. +Type the corresponding number into the pop-up box and hit enter. +.TP +.B f +Fill the screen with the current color. Any unsaved work will be lost. .TP .B o Open a bitmap image file for editing. Type a path and filename into the |