aboutsummaryrefslogtreecommitdiffstats
path: root/src/c_defs.go
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2024-04-12 20:20:20 +0200
committerJoe <rbo@gmx.us>2024-04-12 20:20:20 +0200
commitbca4186e5550006f99ba38017840e660aa4016b1 (patch)
tree96c982168cabae474aef68e7b5d1aa62491abf7b /src/c_defs.go
parentcool (diff)
downloadhardflip-bca4186e5550006f99ba38017840e660aa4016b1.tar.gz
hardflip-bca4186e5550006f99ba38017840e660aa4016b1.tar.bz2
hardflip-bca4186e5550006f99ba38017840e660aa4016b1.tar.xz
hardflip-bca4186e5550006f99ba38017840e660aa4016b1.tar.zst
hardflip-bca4186e5550006f99ba38017840e660aa4016b1.zip
commit
Diffstat (limited to '')
-rw-r--r--src/c_defs.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/c_defs.go b/src/c_defs.go
index d899720..f0126da 100644
--- a/src/c_defs.go
+++ b/src/c_defs.go
@@ -135,6 +135,13 @@ const (
var (
HOST_ICONS = [4]string{" ", " ", " ", "󰅟 "}
DIRS_ICONS = [2]string{" ", " "}
+ RDP_QUALITY = [3]string{"Low", "Medium", "High"}
+ PROTOCOL_STR = [PROTOCOL_MAX + 1]string{
+ "SSH",
+ "RDP",
+ "Single command",
+ "OpenStack CLI",
+ }
)
var DEFAULT_OPTS = HardOpts{