Sponsored Content
Full Discussion: abbreviation vi
Top Forums Shell Programming and Scripting abbreviation vi Post 302450921 by JerryHone on Saturday 4th of September 2010 06:45:48 PM
Old 09-04-2010
To set an abbreviation
Code:
:ab itl Infosys Technologies Limited

To unset it
Code:
:una itl

 

2 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

OEM - what does this abbreviation stand for?

Just saw this OEM abbreviation during installation of Solaris 8. I'm curious to know what the letters stand for and what OEM actually is. (3 Replies)
Discussion started by: Kanu77
3 Replies

2. UNIX for Advanced & Expert Users

what is the meaning of the nu abbreviation in vi

Does anyone know what nu stands for in vi? That is so much easier to remember then number and nonumber for line numbers. Show Line Numbers In vim Text Editor, Linux (1 Reply)
Discussion started by: cokedude
1 Replies
tkwait(n)						       Tk Built-In Commands							 tkwait(n)

__________________________________________________________________________________________________________________________________________________

NAME
tkwait - Wait for variable to change or window to be destroyed SYNOPSIS
tkwait variable name tkwait visibility name tkwait window name _________________________________________________________________ DESCRIPTION
The tkwait command waits for one of several things to happen, then it returns without taking any other actions. The return value is always an empty string. If the first argument is variable (or any abbreviation of it) then the second argument is the name of a global variable and the command waits for that variable to be modified. If the first argument is visibility (or any abbreviation of it) then the second argument is the name of a window and the tkwait command waits for a change in its visibility state (as indicated by the arrival of a Visi- bilityNotify event). This form is typically used to wait for a newly-created window to appear on the screen before taking some action. If the first argument is window (or any abbreviation of it) then the second argument is the name of a window and the tkwait command waits for that window to be destroyed. This form is typically used to wait for a user to finish interacting with a dialog box before using the result of that interaction. While the tkwait command is waiting it processes events in the normal fashion, so the application will continue to respond to user interac- tions. If an event handler invokes tkwait again, the nested call to tkwait must complete before the outer call can complete. KEYWORDS
variable, visibility, wait, window Tk tkwait(n)
All times are GMT -4. The time now is 05:38 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy