bindings
Documentation for the shell-bindings api in /obj/secure/shell/bindings.c.
Module Information
Implements character mode key bindings.
Functions
- nomask void init_charmode(mapping new_bindings, function d)
start up character mode, passing a map of bindings and a function to handle keystrokes not covered in the binding map.
- nomask void bind(string sequence, function callback)
Add a key binding to a charmode shell.
- nomask void unbind(string sequence)
Remove a key binding from a charmode shell.
File generated by Lima 1.1a4 reStructured Text daemon.