package curses

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

Predefined characters.

type acs = {
  1. ulcorner : chtype;
    (*

    Upper left-hand corner (+).

    *)
  2. llcorner : chtype;
    (*

    Lower left-hand corner (+).

    *)
  3. urcorner : chtype;
    (*

    Upper right-hand corner (+).

    *)
  4. lrcorner : chtype;
    (*

    Lower right-hand corner (+).

    *)
  5. ltee : chtype;
    (*

    Left tee (+).

    *)
  6. rtee : chtype;
    (*

    Tight tee (+).

    *)
  7. btee : chtype;
  8. ttee : chtype;
  9. hline : chtype;
    (*

    Horizontal line (-).

    *)
  10. vline : chtype;
    (*

    Vertical line (|).

    *)
  11. plus : chtype;
    (*

    Plus (+).

    *)
  12. s1 : chtype;
    (*

    Scan line 1 (-).

    *)
  13. s9 : chtype;
    (*

    Scan line 9 (_).

    *)
  14. diamond : chtype;
    (*

    Diamond (+).

    *)
  15. ckboard : chtype;
  16. degree : chtype;
    (*

    Degree symbol (').

    *)
  17. plminus : chtype;
    (*

    Plus/minus (#).

    *)
  18. bullet : chtype;
  19. larrow : chtype;
    (*

    Arrow pointing left (<).

    *)
  20. rarrow : chtype;
    (*

    Arrow pointing right (>).

    *)
  21. darrow : chtype;
  22. uarrow : chtype;
    (*

    Arrow pointing up (^).

    *)
  23. board : chtype;
  24. lantern : chtype;
  25. block : chtype;
    (*

    Solid square block (#).

    *)
  26. s3 : chtype;
    (*

    Scan line 3 (-).

    *)
  27. s7 : chtype;
    (*

    Scan line 7 (-).

    *)
  28. lequal : chtype;
    (*

    Less-than-or-equal-to (<).

    *)
  29. gequal : chtype;
    (*

    Greater-or-equal-to (>).

    *)
  30. pi : chtype;
    (*

    Greek pi ( * ).

    *)
  31. nequal : chtype;
    (*

    Not-equal (!).

    *)
  32. sterling : chtype;
    (*

    Pound-Sterling symbol (f).

    *)
}
val bssb : acs -> chtype
val ssbb : acs -> chtype
val bbss : acs -> chtype
val sbbs : acs -> chtype
val sbss : acs -> chtype
val sssb : acs -> chtype
val ssbs : acs -> chtype
val bsss : acs -> chtype
val bsbs : acs -> chtype
val sbsb : acs -> chtype
val ssss : acs -> chtype