Documentation ¶
Index ¶
Constants ¶
View Source
const ( LogPath = "./logs/debug.log" DBPath = "./data.db" )
View Source
const ( MinWidth = 115 MinHeight = 20 )
View Source
const ( CommandView = 0 ModListView = 1 ModInfoView = 2 LogView = 3 EnterKspDirView = 4 SearchView = 5 SettingsView = 6 QueueView = 7 )
View Source
const ( // StatusBarHeight represents the height of the status bar. StatusBarHeight = 1 // BoxPadding represents the padding of the boxes. BoxPadding = 1 // EllipsisStyle represents the characters displayed when overflowing. EllipsisStyle = "..." // FileSizeLoadingStyle represents the characters displayed when file sizes are loading. FileSizeLoadingStyle = "---" )
View Source
const ( MenuInputs = 4 MenuSortOrder = 0 MenuSortTag = 1 MenuCompatible = 2 MenuKspDir = 3 )
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.