Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Symbol ¶
type Symbol struct {
// contains filtered or unexported fields
}
var ( Newline *Symbol = New("\n") CarridgeReturn *Symbol = New("\r") Tab *Symbol = New("\t") DoubleQuote *Symbol = New("\"") SingleQuote *Symbol = New("'") OpenBracket *Symbol = New("(") CloseBracket *Symbol = New(")") SquareQuoteOpen *Symbol = New("[") SquareQuoteClose *Symbol = New("]") WildcardBlank *Symbol = New("{{blank}}") Blank *Symbol = New("-") Degree *Symbol = New("°") Break *Symbol = New(" ━━ ") Space *Symbol = New(" ") PromptSymbol *Symbol = New("? ") Truncate *Symbol = New("...") Underline *Symbol = New("-") FolderIcon *Symbol = New("+") FileIcon *Symbol = New("#") SymLinkIcon *Symbol = New("~") Bullet *Symbol = New("- ") DotDot *Symbol = New("..") SymLinkID *Symbol = New("L") ConfigDelimiter *Symbol = New("|") TextDelimiter *Symbol = New(" - ") )
General Symbols
Click to show internal directories.
Click to hide internal directories.