]> git.lizzy.rs Git - plan9front.git/blob - sys/man/8/statusbar
/sys/man/*/*: fix perms (sorry)
[plan9front.git] / sys / man / 8 / statusbar
1 .TH STATUSBAR 8
2 .SH NAME
3 statusbar, statusmsg \- display a bar graph or status message window
4 .SH SYNOPSIS
5 .B aux/statusbar
6 [
7 .B -kt
8 ]
9 [
10 .B -w
11 .I minx,miny,maxx,maxy
12 ]
13 .I title
14 .br
15 .B aux/statusmsg
16 [
17 .B -kt
18 ]
19 [
20 .B -w
21 .I minx,miny,maxx,maxy
22 ] [
23 .I title
24 ]
25 .SH DESCRIPTION
26 .I Statusbar
27 and
28 .I statusmsg
29 read textual status lines from standard input into a
30 continuously updated bar graph or text message displayed in
31 a new window on the screen.
32 The
33 .I title
34 is displayed on a line above the bar graph or message.
35 For
36 .I statusbar,
37 each input line is two space-separated decimal numbers:
38 the numerator and denominator of a fraction.
39 .PP
40 The programs exit when it reaches end-of-file on standard input.
41 Typing
42 .SM DEL
43 or control-C
44 will also cause it to exit.
45 .PP
46 The options are:
47 .TP
48 .B -k
49 do not allow typing to cause exit
50 .TP
51 .B -t
52 print an ASCII version of the bar or message to standard output, using
53 backspace to redraw it. 
54 .TP
55 .B -w
56 set the coordinates of the window created
57 .PD
58 .SH SOURCE
59 .B /sys/src/cmd/aux/statusbar.c
60 .br
61 .B /sys/src/cmd/aux/statusmsg.c