aboutsummaryrefslogtreecommitdiffstats
path: root/src/c_defs.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/c_defs.go')
-rw-r--r--src/c_defs.go8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/c_defs.go b/src/c_defs.go
index e6fcf79..5d24337 100644
--- a/src/c_defs.go
+++ b/src/c_defs.go
@@ -86,6 +86,13 @@ const (
)
const (
+ WELCOME_GPG = iota
+ WELCOME_CONFIRM_GPG
+ WELCOME_SSH
+ WELCOME_END
+)
+
+const (
W = 0
H = 1
)
@@ -234,5 +241,6 @@ var DEFAULT_OPTS = HardOpts{
false,
"",
"",
+ "",
}