diff options
author | hobbs <hobbs> | 2000-05-17 22:44:09 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2000-05-17 22:44:09 (GMT) |
commit | 71215bc2afcd3025cd57931919fe87b990bcd75e (patch) | |
tree | a1f1f3a1e36f8876528e945ad7a001f84cb27b9f /doc | |
parent | 12614611674bc0a6afb0634fb27c5974472b6b06 (diff) | |
download | tk-71215bc2afcd3025cd57931919fe87b990bcd75e.zip tk-71215bc2afcd3025cd57931919fe87b990bcd75e.tar.gz tk-71215bc2afcd3025cd57931919fe87b990bcd75e.tar.bz2 |
* doc/bell.n:
* tests/bell.test:
* generic/tkCmds.c (Tk_BellObjCmd): added -nice option to
optionally avoid resetting screen saver [Bug: 4279]
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bell.n | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -1,20 +1,21 @@ '\" '\" Copyright (c) 1994 The Regents of the University of California. '\" Copyright (c) 1994-1996 Sun Microsystems, Inc. +'\" Copyright (c) 2000 Scriptics Corporation. '\" '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: bell.n,v 1.2 1998/09/14 18:22:54 stanton Exp $ +'\" RCS: @(#) $Id: bell.n,v 1.3 2000/05/17 22:44:09 hobbs Exp $ '\" .so man.macros -.TH bell n 4.0 Tk "Tk Built-In Commands" +.TH bell n 8.4 Tk "Tk Built-In Commands" .BS '\" Note: do not modify the .SH NAME line immediately below! .SH NAME bell \- Ring a display's bell .SH SYNOPSIS -\fBbell \fR?\fB\-displayof \fIwindow\fR? +\fBbell \fR?\fB\-displayof \fIwindow\fR? \fR?\fB\-nice\fR? .BE .SH DESCRIPTION @@ -26,9 +27,9 @@ application's main window is used by default. The command uses the current bell-related settings for the display, which may be modified with programs such as \fBxset\fR. .PP -This command also resets the screen saver for the screen. Some -screen savers will ignore this, but others will reset so that the -screen becomes visible again. +If \fB\-nice\fR is not specified, this command also resets the screen saver +for the screen. Some screen savers will ignore this, but others will reset +so that the screen becomes visible again. .SH KEYWORDS beep, bell, ring |