package terminal_size

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

Module Terminal_sizeSource

Get the dimensions of the terminal

Sourceval get_rows : unit -> int option

Return the number of rows that can be displayed

Sourceval get_columns : unit -> int option

Return the number of columns that can be displayed

OCaml

Innovation. Community. Security.