mirror of
https://github.com/tio/tio.git
synced 2026-05-01 23:07:58 +02:00
Correct text
This commit is contained in:
parent
3773fddb6a
commit
166d36d7d4
1 changed files with 1 additions and 1 deletions
|
|
@ -142,7 +142,7 @@ void handle_command_sequence(char input_char, char previous_char, char *output_c
|
||||||
error_printf("Could not get line state: %s", strerror(errno));
|
error_printf("Could not get line state: %s", strerror(errno));
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
tio_printf("Lines state:");
|
tio_printf("Line states:");
|
||||||
tio_printf(" DTR: %s", (state & TIOCM_DTR) ? "HIGH" : "LOW");
|
tio_printf(" DTR: %s", (state & TIOCM_DTR) ? "HIGH" : "LOW");
|
||||||
tio_printf(" RTS: %s", (state & TIOCM_RTS) ? "HIGH" : "LOW");
|
tio_printf(" RTS: %s", (state & TIOCM_RTS) ? "HIGH" : "LOW");
|
||||||
tio_printf(" CTS: %s", (state & TIOCM_CTS) ? "HIGH" : "LOW");
|
tio_printf(" CTS: %s", (state & TIOCM_CTS) ? "HIGH" : "LOW");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue