package curses

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type acs = {
  1. ulcorner : chtype;
  2. llcorner : chtype;
  3. urcorner : chtype;
  4. lrcorner : chtype;
  5. ltee : chtype;
  6. rtee : chtype;
  7. btee : chtype;
  8. ttee : chtype;
  9. hline : chtype;
  10. vline : chtype;
  11. plus : chtype;
  12. s1 : chtype;
  13. s9 : chtype;
  14. diamond : chtype;
  15. ckboard : chtype;
  16. degree : chtype;
  17. plminus : chtype;
  18. bullet : chtype;
  19. larrow : chtype;
  20. rarrow : chtype;
  21. darrow : chtype;
  22. uarrow : chtype;
  23. board : chtype;
  24. lantern : chtype;
  25. block : chtype;
  26. s3 : chtype;
  27. s7 : chtype;
  28. lequal : chtype;
  29. gequal : chtype;
  30. pi : chtype;
  31. nequal : chtype;
  32. sterling : chtype;
}
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