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:
Martin Lund 2014-09-30 01:18:29 +02:00
parent f371d01f3c
commit 9dfb1debaf
5 changed files with 73 additions and 128 deletions

View file

@ -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