termax Erase enums
Type to start searching
    • termax
      • Package
      • interface TerminalNotify
      • actor Terminal
      • trait TerminalTextFormatting
      • primitive TermText
      • class TermOptions
      • trait TerminalEscapeCodes
      • primitive Term
      • trait GridChars
      • primitive SingleSolidLine
      • primitive SingleDashedLine
      • primitive DoubleSolidLine
      • primitive FillPattern
      • trait TerminalDrawing
      • primitive TermDraw
      • primitive LeftMouseButton
      • primitive MiddleMouseButton
      • primitive RightMouseButton
      • primitive UnknownMouseButton
      • type KnownMouseButton
      • type MouseButton
      • primitive ScrollUp
      • primitive ScrollDown
      • type ScrollDirection
      • primitive Key
      • primitive EraseBefore
      • primitive EraseAfter
      • primitive EraseAll
      • type EraseLine
      • type EraseDisplay
      • primitive EasyTerminal
      • primitive ANSI
      • type ANSITerm
      • interface ANSINotify

    Erase enums

    
    primitive EraseBefore
      """
      Erase up to to (before) the cursor position
      """
    
    primitive EraseAfter
      """
      Erase from (after) the cursor position
      """
    
    primitive EraseAll
      """
      Erase all (before and after) regardless of cursor position
      """
    
    type EraseLine is (EraseBefore | EraseAfter | EraseAll)
      """
      Erase the line relative to the cursor position.
      """
    
    type EraseDisplay is (EraseBefore | EraseAfter | EraseAll)
      """
      Erase the display (screen) relative to the cursor position.
      """
    
    
    powered by MkDocs and Material for MkDocs