aboutsummaryrefslogtreecommitdiffstats
path: root/options.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--options.h12
1 files changed, 3 insertions, 9 deletions
diff --git a/options.h b/options.h
index a06eda2ed..2a6681e2a 100644
--- a/options.h
+++ b/options.h
@@ -7,21 +7,15 @@ typedef struct
char *host;
char *username;
char *password;
+ char *config_file;
+ char *key_file;
int port;
int reconnect;
int debug;
int find_wrap;
int auto_center;
-
+ int wide_cursor;
int enable_colors;
- int bg_color;
- int title_color;
- int line_color;
- int list_color;
- int progress_color;
- int status_color;
- int alert_color;
- int wide_cursor;
} options_t;