mirror of
https://github.com/tio/tio.git
synced 2026-05-01 23:07:58 +02:00
Replace -U,--upcase with mapping flag OLTU
This commit is contained in:
parent
555e526ce7
commit
11762b2300
6 changed files with 17 additions and 30 deletions
|
|
@ -128,10 +128,6 @@ static int data_handler(void *user, const char *section, const char *name,
|
|||
{
|
||||
option.eol_delay = atoi(value);
|
||||
}
|
||||
else if ( !strcmp(name, "upcase"))
|
||||
{
|
||||
option.upcase = true;
|
||||
}
|
||||
else if (!strcmp(name, "dtr-pulse-duration"))
|
||||
{
|
||||
option.dtr_pulse_duration = atoi(value);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue