date-string:  05 Apr 2021

help-string:  vncserver 0.22

title-string: vncserver

module-is-runnable:

initialisation-code: module_init

finalisation-code: module_finalise

irq-handlers: callback/callback_handler,
              socket_callback/socket_callback_handler,
              rect_filter_entry/rect_filter_handler,
              copy_filter_entry/copy_filter_handler,
              poll_filter_entry/poll_filter_handler,
              tick_callback/tick_callback_handler

command-keyword-table: command_handler
     vncserv_start(min-args: 0,
                   max-args: 0,
                   help-text: "Syntax: *vncserv_start\n"),
     vncserv_stop(min-args: 0,
                  max-args: 0,
                  help-text: "Syntax: *vncserv_stop\n"),
     vncserv_status(min-args: 0,
                  max-args: 0,
                  help-text: "Syntax: *vncserv_status\n"),
     vncserv_start_task(min-args: 0,
                  max-args: 0,
                  help-text: "This command is for internal use by the server\n"),
     vncserv_config(min-args: 1,
                  max-args: 1,
                  help-text: "Syntax: *vncserv_config <file>\n")

service-call-handler: module_service &11 &46 &72

vector-handlers: osword_entry/osword_handler,
                 osbyte_entry/osbyte_handler,
                 palettev_entry/palettev_handler,
                 tickerv_entry/tickerv_handler
