next up previous contents index
Next: Alias Up: Terminal Characteristics Previous: Terminal Characteristics

Keyboards

   There are a large number of terminal types from which Unix can be used. With the terminal type you describe the terminal hardware or the emulation program you use when communicating with Unix. The most important terminal types used are

If you work in a Unix environment with the wrong terminal type set, you should keep in mind that not all keys on your keyboard will be available in the expected way. If this is the case you should reset your terminal type. For example if you want to correct your terminal type to dxterm, you have to enter

 
               		  TERM= dxterm; export TERM  		 - Bourne Shell

setenv TERM dxterm - C Shell

On dumb terminals, there may be applications that cannot work correctly because they require hardware features not available. However, many Unix commands can be used in such an environment: e.g. to compile and run user programs, or to look into the file system.

If you have changed the size of your window or changed your terminal type, this change may not be recognised by some applications unless you execute the resize command, usually via the command eval `resize`.

There are also a number of 'special' keys that can be used, but their use can be restricted by shell and/or keyboard:



Alan Silverman
Wed Apr 12 16:54:02 METDST 1995