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