Terminal number (sys.TTYno)ΒΆ
sys.TTYno,,u4 |
Terminal number |
The terminal number. On UNIX systems, this is a number based on the major and minor device numbers, rather than the device name. The purpose of sys.TTYno is to provide a unique identifier for each terminal.
EXAMPLE
+textbox TermBox at 60,10 {
field = sys.TTYno
label = "Terminal"
}
...
display TermBox
RELATED TOPICS |