GUAC-1452: Add semicolon to pipe closure terminal code.

This commit is contained in:
Michael Jumper 2016-01-12 16:26:50 -08:00
parent d03c7452d9
commit 97bfcef20d

View File

@ -90,7 +90,7 @@ send_open_pipe_stream() {
## terminal emulator
##
send_close_pipe_stream() {
printf "\033]482203\007"
printf "\033]482203;\007"
}
##