Skip to content

Latest commit

 

History

History
80 lines (77 loc) · 1.42 KB

README.md

File metadata and controls

80 lines (77 loc) · 1.42 KB

AnsiESCape Module Designs

Namespaces and Functions

namespaces are underlined and functions are not

aesc:

  • cursor:
    • up(n)
    • down(n)
    • forward(n)
    • back(n)
    • next_line(n)
    • prev_line(n)
    • EL
    • save_pos
    • restore_pos
  • render:
    • reset
    • bold
    • faint
    • italic
    • underline
    • blink
      • slow
      • rapid
    • reverse_color
    • cross_out
    • reset_intensity
    • cancel_underline
    • cancel_blink
    • cancel_inverse
    • cancel_cross_out
  • color:
    • black
    • red
    • green
    • yellow
    • blue
    • magenta
    • cyan
    • white
    • backgound:
      • black
      • red
      • green
      • yellow
      • blue
      • magenta
      • cyan
      • white
    • bright:
      • black
      • red
      • green
      • yellow
      • blue
      • magenta
      • cyan
      • white
      • background:
        • black
        • red
        • green
        • yellow
        • blue
        • magenta
        • cyan
        • white
  • color256:
    • RGB:
      • foreground
      • background
    • grey:
      • foreground
      • background
  • truecolor
    • RGB:
      • foreground
      • background