package curses
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Module Curses.Acs
Source
Predefined characters.
Source
type acs = {
ulcorner : chtype;
(*Upper left-hand corner (+).
*)llcorner : chtype;
(*Lower left-hand corner (+).
*)urcorner : chtype;
(*Upper right-hand corner (+).
*)lrcorner : chtype;
(*Lower right-hand corner (+).
*)ltee : chtype;
(*Left tee (+).
*)rtee : chtype;
(*Tight tee (+).
*)btee : chtype;
ttee : chtype;
hline : chtype;
(*Horizontal line (-).
*)vline : chtype;
(*Vertical line (|).
*)plus : chtype;
(*Plus (+).
*)s1 : chtype;
(*Scan line 1 (-).
*)s9 : chtype;
(*Scan line 9 (_).
*)diamond : chtype;
(*Diamond (+).
*)ckboard : chtype;
degree : chtype;
(*Degree symbol (').
*)plminus : chtype;
(*Plus/minus (#).
*)bullet : chtype;
larrow : chtype;
(*Arrow pointing left (<).
*)rarrow : chtype;
(*Arrow pointing right (>).
*)darrow : chtype;
uarrow : chtype;
(*Arrow pointing up (^).
*)board : chtype;
lantern : chtype;
block : chtype;
(*Solid square block (#).
*)s3 : chtype;
(*Scan line 3 (-).
*)s7 : chtype;
(*Scan line 7 (-).
*)lequal : chtype;
(*Less-than-or-equal-to (<).
*)gequal : chtype;
(*Greater-or-equal-to (>).
*)pi : chtype;
(*Greek pi ( * ).
*)nequal : chtype;
(*Not-equal (!).
*)sterling : chtype;
(*Pound-Sterling symbol (f).
*)
}