summaryrefslogtreecommitdiff
path: root/zwgc/zwgc.1
diff options
context:
space:
mode:
authorGravatar Kenneth G Raeburn <raeburn@mit.edu>1990-10-22 02:40:22 +0000
committerGravatar Kenneth G Raeburn <raeburn@mit.edu>1990-10-22 02:40:22 +0000
commit0b168ee5cd4c76aaefaa50f0298fed4a22f48197 (patch)
treeff64ceb27eca257ede2b2c186c20f636b548e2a2 /zwgc/zwgc.1
parent795939c9e619331cbe1dad3252565c482b2bbdc0 (diff)
Documented time-to-live and kill-stack changes.
Diffstat (limited to 'zwgc/zwgc.1')
-rw-r--r--zwgc/zwgc.120
1 files changed, 20 insertions, 0 deletions
diff --git a/zwgc/zwgc.1 b/zwgc/zwgc.1
index bcca1ec..8e541de 100644
--- a/zwgc/zwgc.1
+++ b/zwgc/zwgc.1
@@ -813,6 +813,15 @@ entirely.
Transient
Secondary transient determining value [default False]
.TP
+timeToLive
+Primary value which specifies the minimum amount of time (``time to
+live'') a WindowGram must be on-screen (in milliseconds) until it can
+be destroyed. This feature is useful to avoid accidentally clicking
+on new WindowGrams when trying to delete old ones.
+.TP
+TimeToLive
+Secondary value of ``time to live.''
+.TP
iconName
(string) Primary icon name
.TP
@@ -843,6 +852,17 @@ disappear. If the pointer leaves the window
while the button is depressed, the window does not disappear; this
provides a way to avoid accidentally losing messages.
.PP
+If the control button is held down while clicking on a WindowGram,
+then that WindowGram and all windowgrams under the point where the
+button is released will be erased.
+.PP
+.B WARNING:
+If you do this with too many WindowGrams under the mouse, it is
+possible for your subscriptions to be lost. If \fIzctl retrieve\fR
+returns nothing, then issue a \fIzctl load\fR command to re-subscribe
+to your default set of subscriptions. If you use znol, then \fIznol
+-q &\fR will restore the subscriptions you need for \fIznol\fR.
+.PP
Portions of the text of a message may be selected for "pasting" into other X
applications by using the shift key in cooperation with the pointer
buttons.