struct AnsiEscapes::Scroll
- AnsiEscapes::Scroll
 - Struct
 - Value
 - Object
 
Defined in:
ansi-escapes.crConstant Summary
- 
        DOWN = 
"#{ESC}T" - 
        
Scroll display down one line.
 - 
        UP = 
"#{ESC}S" - 
        
Scroll display up one line.
 
"#{ESC}T"
      Scroll display down one line.
"#{ESC}S"
      Scroll display up one line.