diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-26 16:38:00 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-26 16:38:00 -0400 |
| commit | 97d5c458cfa039d857301e1ca7d5af3beb37131d (patch) | |
| tree | b460cd850d0537eb71806ba30358840377b27688 /static/unix-v10/man9/ruler.9 | |
| parent | b89dc2331a50c63f8b33272a5c4c61ab98abdaa3 (diff) | |
build: Better Build System
Diffstat (limited to 'static/unix-v10/man9/ruler.9')
| -rw-r--r-- | static/unix-v10/man9/ruler.9 | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/static/unix-v10/man9/ruler.9 b/static/unix-v10/man9/ruler.9 new file mode 100644 index 00000000..c0a49c01 --- /dev/null +++ b/static/unix-v10/man9/ruler.9 @@ -0,0 +1,46 @@ +.TH RULER 9.1 +.CT 1 comm_term +.SH NAME +ruler \- measure things on the screen +.SH SYNOPSIS +.B ruler +.SH DESCRIPTION +.I Ruler +measures things on a +.IR mux (9.1) +screen. +Press button 1 to sweep out a rectangle anywhere on the screen. +For each rectangle swept, +.I ruler +displays the coordinates of the rectangle's corners (labeled +.B down +and +.BR up ), +the size +of the rectangle and length of its diagonal. +.LP +There is +a menu on button 3. +The +.B pixels +and +.B chars +items control whether the size and diagonal are measured +in units of pixels or characters; +.B stop +deactivates +.I ruler +without exiting; +.B measure +reactivates +.IR ruler . +.SH BUGS +Character units are arbitrarily defined as the width and height of a +.L 0 +in the +.I ruler +layer. +This may have nothing to do with character sizes in other layers. +.br +Ruler's menu must pop up in its own layer, perhaps far +away from the cursor. |
