From 1b4015226f6274008b3cd1061016cb43415a6945 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Sat, 4 Jul 2026 19:01:48 +0100 Subject: [PATCH] Use correct counts for this test also. --- regress/input-requests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/regress/input-requests.sh b/regress/input-requests.sh index d9186c673..5e7b3781a 100644 --- a/regress/input-requests.sh +++ b/regress/input-requests.sh @@ -85,7 +85,7 @@ try: palette_out = f.name respawn("stty raw -echo min 1 time 50; " "printf '\\033]4;99;?\\033\\\\'; " - "dd bs=1 count=64 2>/dev/null | cat -v >%s; sleep 1" % + "dd bs=1 count=27 2>/dev/null | cat -v >%s; sleep 1" % palette_out) read_until(fd, b"\033]4;99;?\033\\") os.write(fd, b"\033]4;99;rgb:0101/0202/0303\033\\") @@ -101,7 +101,7 @@ try: clip_out = f.name respawn("stty raw -echo min 1 time 50; " "printf '\\033]52;c;?\\033\\\\'; " - "dd bs=1 count=64 2>/dev/null | cat -v >%s; sleep 1" % + "dd bs=1 count=21 2>/dev/null | cat -v >%s; sleep 1" % clip_out) data = read_until(fd, b"]52;") if b"?" not in data: