diff options
author | stanley lieber <stanley.lieber@gmail.com> | 2011-12-09 21:18:20 -0600 |
---|---|---|
committer | stanley lieber <stanley.lieber@gmail.com> | 2011-12-09 21:18:20 -0600 |
commit | 69c3808e586e79e901703ef500607da1eee59c14 (patch) | |
tree | 837f6e38c98097200c72659e4dea389bb69e0620 /sys/man/1/paint | |
parent | 4dd4213677184294116caee0a41b169324bccba1 (diff) |
paint: add selectable brush sizes
Diffstat (limited to 'sys/man/1/paint')
-rw-r--r-- | sys/man/1/paint | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/sys/man/1/paint b/sys/man/1/paint index c0455e2dc..c08a5823b 100644 --- a/sys/man/1/paint +++ b/sys/man/1/paint @@ -11,15 +11,24 @@ holding down mouse button 1 or its equivalent. .PP A number of keyboard commands are recognized: .TP +.B b +Set the brush size to an ellipse of +.I n +x +.I n +pixels. Type a number, +.I n, +in the pop-up box and hit enter. +.TP .B c Clear the screen. Any unsaved work will be lost. .TP .B s -Save the current screen as a bitmap image. A pop-up window appears +Save the current screen as a bitmap image. A pop-up box appears suggesting a default filename of .I out.bit. Hit enter to accept the default, or backspace over the suggested name and -enter an alternative path and filename. If the path is omitted, the file will be +type an alternative path and filename. If the path is omitted, a file will be created in the current directory. .TP .B q @@ -31,6 +40,6 @@ Quit. .IR image (6) .SH BUGS .I Paint -offers the bare minimum of drawing functionality. -.B Undo -has not been implemented. +offers a bare minimum of drawing functionality. Popular features such as +.B undo +have not yet been implemented. |