Source file cmd_input_cursor.ml

1
2
3
4
5
6
let name = "cursor"
let doc = "Configure the cursor appearance"

let cmd, bind_cmd =
  Ctl_cli.group_pair ~name ~doc [ Cmd_input_cursor_theme.(cmd, bind_cmd) ]
;;