diff options
author | cinap_lenrek <cinap_lenrek@gmx.de> | 2012-07-22 16:33:42 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@gmx.de> | 2012-07-22 16:33:42 +0200 |
commit | 9d212c517d0aea6bc0e70a891e83aa4c1d139114 (patch) | |
tree | 7ea1ed8f340f70234a4fc1355a483e0a060aba40 /sys/man | |
parent | f3b08dd655446276be6426506a1fd84d13defbad (diff) |
paint: floodfill
Diffstat (limited to 'sys/man')
-rw-r--r-- | sys/man/1/paint | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/man/1/paint b/sys/man/1/paint index 8eb35091f..55336ec58 100644 --- a/sys/man/1/paint +++ b/sys/man/1/paint @@ -26,12 +26,15 @@ A number of immediate keyboard commands are recognized: .B u Undos the previous action. .TP -.B f -Fills the canvas with the background color. +.B c +Clears the canvas with the background color. .TP .B 1-9 Select brush size. .TP +.B f +Select flood fill brush. +.TP .B + Doubles magnification. .TP |