From 5ebe68d8f1b6c290083dab6feff6f2fded5ac790 Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Mon, 3 Jun 2024 11:04:48 +0200 Subject: AAAAAAAAAAAAAAA --- client/sock.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'client') diff --git a/client/sock.cpp b/client/sock.cpp index 95a3685..3490586 100644 --- a/client/sock.cpp +++ b/client/sock.cpp @@ -79,6 +79,8 @@ void PBSocket::sock_task() { char buf[80]; ssize_t bytes = read(_fd, buf, sizeof(buf)); + rl_printf("%.*s", bytes, buf); + continue; if (bytes == -1) { rl_printf("error: %s (%d)\n", strerror(errno), errno); break; -- cgit v1.2.3