package tty

  1. Overview
  2. Docs

Module Tty.Escape_seqSource

Sourceval csi : string
Sourceval reset_seq : string
Sourceval bold_seq : string
Sourceval faint_seq : string
Sourceval italics_seq : string
Sourceval underline_seq : string
Sourceval reverse_seq : string
Sourceval cross_out_seq : string
Sourceval overline_seq : string
Sourceval foreground_seq : string
Sourceval background_seq : string
Sourceval alt_screen_seq : unit -> unit
Sourceval change_scrolling_region_seq : int -> int -> unit -> unit
Sourceval cursor_back_seq : int -> unit -> unit
Sourceval cursor_down_seq : int -> unit -> unit
Sourceval cursor_forward_seq : int -> unit -> unit
Sourceval cursor_horizontal_seq : int -> unit -> unit
Sourceval cursor_next_line_seq : int -> unit -> unit
Sourceval cursor_position_seq : int -> int -> unit -> unit
Sourceval cursor_previous_line_seq : int -> unit -> unit
Sourceval cursor_up_seq : int -> unit -> unit
Sourceval delete_line_seq : int -> unit -> unit
Sourceval disable_bracketed_paste_seq : unit -> unit
Sourceval disable_mouse_all_motion_seq : unit -> unit
Sourceval disable_mouse_cell_motion_seq : unit -> unit
Sourceval disable_mouse_extended_mode_seq : unit -> unit
Sourceval disable_mouse_hilite_seq : unit -> unit
Sourceval disable_mouse_pixels_mode_seq : unit -> unit
Sourceval disable_mouse_press_seq : unit -> unit
Sourceval disable_mouse_seq : unit -> unit
Sourceval enable_bracketed_paste_seq : unit -> unit
Sourceval enable_mouse_all_motion_seq : unit -> unit
Sourceval enable_mouse_cell_motion_seq : unit -> unit
Sourceval enable_mouse_extended_mode_seq : unit -> unit
Sourceval enable_mouse_hilite_seq : unit -> unit
Sourceval enable_mouse_pixels_mode_seq : unit -> unit
Sourceval enable_mouse_press_seq : unit -> unit
Sourceval enable_mouse_seq : unit -> unit
Sourceval end_bracketed_paste_seq : unit -> unit
Sourceval erase_display_seq : int -> unit -> unit
Sourceval erase_entire_line_seq : unit -> unit
Sourceval erase_line_left_seq : unit -> unit
Sourceval erase_line_right_seq : unit -> unit
Sourceval erase_line_seq : int -> unit -> unit
Sourceval exit_alt_screen_seq : unit -> unit
Sourceval hide_cursor_seq : unit -> unit
Sourceval insert_line_seq : int -> unit -> unit
Sourceval restore_cursor_position_seq : unit -> unit
Sourceval restore_screen_seq : unit -> unit
Sourceval save_cursor_position_seq : unit -> unit
Sourceval save_screen_seq : unit -> unit
Sourceval scroll_down_seq : int -> unit -> unit
Sourceval scroll_up_seq : int -> unit -> unit
Sourceval set_background_color_seq : string -> unit -> unit
Sourceval set_cursor_color_seq : string -> unit -> unit
Sourceval set_foreground_color_seq : string -> unit -> unit
Sourceval set_window_title_seq : string -> unit -> unit
Sourceval show_cursor_seq : unit -> unit
Sourceval start_bracketed_paste_seq : unit -> unit
OCaml

Innovation. Community. Security.