Options
All
  • Public
  • Public/Protected
  • All
Menu

Module gui/util

Index

Interfaces

Type aliases

Functions

Object literals

Type aliases

BorderStyles

BorderStyles: "double-bar" | "single-bar"

Functions

drawBorder

  • drawBorder(borderOptions: { backColor?: Color; bounds: Rect; foreColor?: Color; style: "double-bar" | "single-bar"; terminal: BaseTerminal }): void

Object literals

Const tileMap

tileMap: object

double-bar

double-bar: object

bottomLeftCorner

bottomLeftCorner: boxDrawingsDoubleUpAndRight = CharCode.boxDrawingsDoubleUpAndRight

bottomRightCorner

bottomRightCorner: boxDrawingsDoubleUpAndLeft = CharCode.boxDrawingsDoubleUpAndLeft

horizontalBarsBottom

horizontalBarsBottom: boxDrawingsDoubleHorizontal = CharCode.boxDrawingsDoubleHorizontal

horizontalBarsTop

horizontalBarsTop: boxDrawingsDoubleHorizontal = CharCode.boxDrawingsDoubleHorizontal

topLeftCorner

topLeftCorner: boxDrawingsDoubleDownAndRight = CharCode.boxDrawingsDoubleDownAndRight

topRightCorner

topRightCorner: boxDrawingsDoubleDownAndLeft = CharCode.boxDrawingsDoubleDownAndLeft

verticalBarsLeft

verticalBarsLeft: boxDrawingsDoubleVertical = CharCode.boxDrawingsDoubleVertical

verticalBarsRight

verticalBarsRight: boxDrawingsDoubleVertical = CharCode.boxDrawingsDoubleVertical

single-bar

single-bar: object

bottomLeftCorner

bottomLeftCorner: boxDrawingsLightUpAndRight = CharCode.boxDrawingsLightUpAndRight

bottomRightCorner

bottomRightCorner: boxDrawingsLightUpAndLeft = CharCode.boxDrawingsLightUpAndLeft

horizontalBarsBottom

horizontalBarsBottom: boxDrawingsLightHorizontal = CharCode.boxDrawingsLightHorizontal

horizontalBarsTop

horizontalBarsTop: boxDrawingsLightHorizontal = CharCode.boxDrawingsLightHorizontal

topLeftCorner

topLeftCorner: boxDrawingsLightDownAndRight = CharCode.boxDrawingsLightDownAndRight

topRightCorner

topRightCorner: boxDrawingsLightDownAndLeft = CharCode.boxDrawingsLightDownAndLeft

verticalBarsLeft

verticalBarsLeft: boxDrawingsLightVertical = CharCode.boxDrawingsLightVertical

verticalBarsRight

verticalBarsRight: boxDrawingsLightVertical = CharCode.boxDrawingsLightVertical

Generated using TypeDoc