diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2012-07-20 23:00:33 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2012-09-06 23:22:42 -0700 |
commit | df0cb3bfd76afa43a6b51c42dc5965c7c629ba1e (patch) | |
tree | 2bad905eb4b7126b99750c242156ebc8baa08020 /man | |
parent | f1d378454d51a2615d0a4a95e2e77f3353321267 (diff) |
Add -I command line flag to enter interactive mode at startup
Avoids having to try to time a ^C after the signal handler is set up
but before any data is handled.
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'man')
-rw-r--r-- | man/xscope.man | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/man/xscope.man b/man/xscope.man index f6ae899..d97790a 100644 --- a/man/xscope.man +++ b/man/xscope.man @@ -6,7 +6,7 @@ xscope - X Window Protocol Viewer [\fB-i\fP\fI<in-port>\fP] [\fB-o\fP\fI<out-port>\fP] [\fB-h\fP\fI<server-host>\fP] [\fB-d\fP\fI<display-number>\fP] [\fB-q\fP] [\fB-v\fP\fI<n>\fP] [\fB-r\fP] -[\fB-D\fP\fI<debug-level>\fP] [\fB-S\fP\fI<n>\fP] [\fB-t\fP] +[\fB-D\fP\fI<debug-level>\fP] [-I] [\fB-S\fP\fI<n>\fP] [\fB-t\fP] .SH DESCRIPTION .I Xscope sits in-between an X11 client and an X11 server and prints the contents @@ -81,6 +81,10 @@ Print only raw data without decoding it. Print debugging information at the specified level. .PP .TP 10 +.BI -I +Enter interactive mode at startup. +.PP +.TP 10 .BI -S <n> Toggle output on or off when SIGUSR1 is received. If \fIn\fP is 0, the initial state is off. If \fIn\fP is 1, the initial state is on. @@ -91,7 +95,8 @@ Terminate \fIxscope\fP when all clients close. .SH INTERACTIVE MODE .PP When \fBxscope\fP receives an interrupt signal (normally generated by -Control-C) it enters an interactive mode in which it prompts for commands. +Control-C) or is started with the -I flag, it enters an interactive mode +in which it prompts for commands. Available commands in this mode are: .TP 10 .B audio, a |