V6scripts 20081230 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News V6scripts 20081230 (Default branch)
# 1  
Old 12-30-2008
V6scripts 20081230 (Default branch)

V6scripts is a collection of osh and sh6 command files which provide working examples of how to script these shells. License: Public Domain Changes:
This release adds a new script, bell.osh, to ring the terminal bell. It fixes the oshlatest.osh fetch code so that it is more reliable on systems without an FTP utility that supports HTTP. It also improves the alarm.osh diagnostics. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
bell(1T)						       Tk Built-In Commands							  bell(1T)

__________________________________________________________________________________________________________________________________________________

NAME
bell - Ring a display's bell SYNOPSIS
bell ?-displayof window? ?-nice? _________________________________________________________________ DESCRIPTION
This command rings the bell on the display for window and returns an empty string. If the -displayof option is omitted, the display of the 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 xset. If -nice 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. KEYWORDS
beep, bell, ring ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +--------------------+-----------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +--------------------+-----------------+ |Availability | SUNWTk | +--------------------+-----------------+ |Interface Stability | Uncommitted | +--------------------+-----------------+ NOTES
Source for Tk is available on http://opensolaris.org. Tk 8.4 bell(1T)