Next: vm_set_omode
, Previous: vm_set_omaps
, Up: VM [Contents][Index]
vm_omode
The pre-defined function vm_omode
returns an integer indicating
the currently enabled output mode. It has the following prototype:
fun vm_omode = int<32>:
There are currently two supported output modes:
var VM_OMODE_PLAIN = 0; var VM_OMODE_TREE = 1;