Documentation
¶
Overview ¶
Package box defines box-drawing characters and layout constants for nudge display.
Index ¶
Constants ¶
View Source
const ( // Top is the top-left corner of a nudge box. Top = "┌─ " // LinePrefix is the left border prefix for nudge box content lines. LinePrefix = "│ " // Bottom is the bottom border of a nudge box. Bottom = "" /* 153-byte string literal not displayed */ // NudgeBoxWidth is the inner character width of the nudge box border. NudgeBoxWidth = 51 )
Nudge box drawing constants.
View Source
const PipeSeparator = " | "
PipeSeparator is the inline separator used between navigation links.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.