mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Fix local-echo in configuration file
This commit is contained in:
parent
37f8b4fd1b
commit
8f45d6f688
1 changed files with 1 additions and 1 deletions
|
|
@ -183,7 +183,7 @@ static void config_parse_keys(GKeyFile *key_file, char *group)
|
||||||
config_get_string(key_file, group, "exclude-drivers", &option.exclude_devices, NULL);
|
config_get_string(key_file, group, "exclude-drivers", &option.exclude_devices, NULL);
|
||||||
config_get_string(key_file, group, "exclude-tids", &option.exclude_devices, NULL);
|
config_get_string(key_file, group, "exclude-tids", &option.exclude_devices, NULL);
|
||||||
config_get_bool(key_file, group, "no-reconnect", &option.no_reconnect);
|
config_get_bool(key_file, group, "no-reconnect", &option.no_reconnect);
|
||||||
config_get_bool(key_file, group, "local-echo", &option.no_reconnect);
|
config_get_bool(key_file, group, "local-echo", &option.local_echo);
|
||||||
config_get_string(key_file, group, "input-mode", &string, "normal", "hex", "line", NULL);
|
config_get_string(key_file, group, "input-mode", &string, "normal", "hex", "line", NULL);
|
||||||
if (string != NULL)
|
if (string != NULL)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue