add simplest terminal

This commit is contained in:
2026-08-11 10:15:20 +03:00
parent e7b345b377
commit 25d35e2294
7 changed files with 65 additions and 15 deletions

View File

@@ -72,6 +72,7 @@ static sl_option_t cmdlnopts[] = {
{"server", NEED_ARG, NULL, 's', arg_string, APTR(&G.serverhost), _("server node, IP:port")},
{"lostsync",NEED_ARG, NULL, 'L', arg_double, APTR(&G.T_sync_lost),_("\"lost synchronization\" timeout, s (default: 5)")},
{"emulation",NO_ARGS, NULL, 'e', arg_int, APTR(&G.emulmode), _("run even in emulation mode")},
{"terminal",NO_ARGS, NULL, 'T', arg_int, APTR(&G.terminal), _("run client in terminal mode")},
#endif
end_option
};