package tui type ApplicationState int const ( StateWelcome ApplicationState = iota StateSelectWindowManager StateSelectTerminal StateMissingWMInstructions StateDetectingDeps StateDependencyReview StateGentooUseFlags StateGentooGCCCheck StateAuthMethodChoice StateFingerprintAuth StatePasswordPrompt StateInstallingPackages StateConfigConfirmation StateDeployingConfigs StateInstallComplete StateFinalComplete StateError )