MCPcopy Create free account

hub / github.com/B33pBeeps/redthread / types & classes

Types & classes31 in github.com/B33pBeeps/redthread

↓ 1 callersTypeAliastickMsg
internal/app/model.go:40
StructBackground
Background is the workspace-wide board background. The two axes are independent: Cork toggles the ASCII texture overlay, and Color is the fill drawn b
internal/app/notes.go:229
StructBackgroundColor
--- background choices ------------------------------------------------ BackgroundColor is one fill option in the background picker. Hex "" means tran
internal/app/theme.go:154
StructBackgroundMenu
--- background picker ------------------------------------------------- BackgroundMenu is the stateful background picker. nil on model = closed. Two i
internal/app/menu.go:155
StructBoard
--- Board -------------------------------------------------------------
internal/app/notes.go:205
StructBorderChoice
Weighted shade pool — duplicates bias the random pick toward common mid tones, with occasional brighter/rustier accents. BorderChoice pairs a display
internal/app/theme.go:131
StructCanvas
internal/app/render.go:32
StructCell
internal/app/render.go:23
StructEditor
internal/app/edit.go:18
StructFontMenu
menu.go — font picker popup (tmux-menu style). Right-anchored, lists all TextStyleMode options with a live preview rendered using each mode's actual A
internal/app/menu.go:8
TypeAliasMode
internal/app/model.go:33
StructNote
--- Note -------------------------------------------------------------
internal/app/notes.go:103
StructNoteDims
internal/app/notes.go:46
StructPinOverride
--- rendering --------------------------------------------------------- PinOverride lets callers substitute the screen position used for a specific no
internal/app/wire.go:57
StructPullState
--- PullState --------------------------------------------------------
internal/app/wire.go:10
StructRGB
RGB is a 24-bit color.
internal/app/theme.go:15
StructRect
internal/app/anim.go:20
StructSaver
--- debouncer --------------------------------------------------------
internal/app/storage.go:160
StructStar
--- cork texture ------------------------------------------------------
internal/app/notes.go:578
StructStringConn
internal/app/notes.go:163
StructStringEnd
--- String connections ------------------------------------------------
internal/app/notes.go:157
TypeAliasTextStyleMode
--- text styles -------------------------------------------------------- Maps ASCII letters/digits to Unicode math-alphabet variants. Visually the ti
internal/app/theme.go:330
StructTint
--- note tints -------------------------------------------------------- A Tint is a named color set for a sticky-note look.
internal/app/theme.go:207
StructTransition
internal/app/anim.go:46
TypeAliasTransitionMode
internal/app/anim.go:13
StructWorkspace
Workspace is a list of named cork boards the user can cycle between. One is "active"; everything in the running model points at that one.
internal/app/notes.go:252
StructdeleteSnapshot
deleteSnapshot captures everything needed to revive a deleted note. The board is referenced by pointer (boards have no stable ID), so undo fails grace
internal/app/model.go:109
StructdiskFile
diskFile is the v4 envelope. v3 fields (TextMode, Notes, Strings, Zoom, HighlightColor) are kept here as optional fallbacks — when a v3 file is loaded
internal/app/storage.go:21
StructhelpColumn
helpColumn is a labeled vertical group of entries.
internal/app/model.go:1420
StructhelpEntry
--- help panel (bottom slide-up) ------------------------------------- helpEntry is one (key, description) row inside a help column.
internal/app/model.go:1417
Structmodel
internal/app/model.go:46