Module Ed_tdl_rc (.ml)


module Ed_tdl_rc: sig .. end
Configuration of the "tdl" view.

val factory_name : string
Name of the view.
val rc_file : string
The user's configuration file.
val key_bindings : (Okey.keyhit_state * string) Config_file.list_cp
Key bindings of the view.
val read : unit -> unit
Read the configuration file.
val write : unit -> unit
Write the configuration file.