Преглед на файлове

Send winch to server in any case

Serj Kalichev преди 7 месеца
родител
ревизия
0403d74c09
променени са 1 файла, в които са добавени 1 реда и са изтрити 2 реда
  1. 1 2
      bin/klish/klish.c

+ 1 - 2
bin/klish/klish.c

@@ -438,8 +438,7 @@ bool_t auth_ack_cb(ktp_session_t *ktp, const faux_msg_t *msg, void *udata)
 		return BOOL_FALSE;
 	}
 
-	if (isatty(STDIN_FILENO))
-		send_winch_notification(ctx);
+	send_winch_notification(ctx);
 
 	if (ctx->mode == MODE_INTERACTIVE) {
 		// Print prompt for interactive command