package oxbow

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Source file cmd_window_resize_drag.ml

1
2
3
4
5
6
7
8
open! Oxbow_ipc

let name = "drag"
let doc = "Begin an interactive resize operation on the focused window"

let cmd, bind_cmd =
  Ctl_cli.cmd_pair ~name ~doc @@ Cmdliner.Term.const @@ Command.Window Resize_drag
;;