mirror of
https://github.com/tio/tio.git
synced 2026-05-01 23:07:58 +02:00
Fixed disconnect output
In certain cases the disconnect message would eat a line of output from the tty device (if any). This is now fixed.
This commit is contained in:
parent
f371d01f3c
commit
9dfb1debaf
5 changed files with 73 additions and 128 deletions
|
|
@ -1,4 +1,4 @@
|
|||
bin_PROGRAMS = gotty
|
||||
gotty_SOURCES = tty.c options.c device.c main.c
|
||||
gotty_SOURCES = tty.c options.c main.c
|
||||
bashcompletiondir=$(sysconfdir)/bash_completion.d
|
||||
dist_bashcompletion_DATA=bash-completion/gotty
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue