nConServer Script Interface
nconserver:
Super Class:
C++ Class:
Info
The console server can be found at "/sys/servers/console", it implements an interactive console in the actual graphics mode. For the console server to be functioning, the following objects have to exist:/sys/servers/input /sys/servers/gfx /sys/servers/script
The console server is activated via the "esc (escape)" key and from there on it intercepts all key events. If activated the complete key input will be interpreted as command line input ans the resulting commands will be passed to the scrip server.
Commands:
open
- Command Input:
v
- Command Output:
v
- Command Description:
- Opens the console.
close
- Command Input:
v
- Command Output:
v
- Command Description:
- Closes the console.
toggle
- Command Input:
v
- Command Output:
v
- Command Description:
- Toggles the console state.
watch
- Command Input:
s (Pattern)
- Command Output:
v
- Command Description:
- Hereby you can monitor diverse status variables under '/sys/var'. By pattern matching it is possible to decide which variables will be shown after the console itself has been closed.
unwatch
- Command Input:
v
- Command Output:
v
- Command Description:
- Closes the with 'watch' activated watchmode.