---
ptty.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ptty.c b/ptty.c
index c99c010..bbbb99f 100644
--- a/ptty.c
+++ b/ptty.c
@@ -130,7 +130,7 @@ main(int argc, char *argv[])
/* handle cursor position request */
if (strcmp("\033[6n", buf) == 0) {
- dprintf(mfd, "\033[25;1R", 1, 1);
+ dprintf(mfd, "\033[25;1R");
continue;
}
--
2.20.1- [hackers] [scroll-vanilla][PATCH] Fix warning for too m... Steve Ward
- Re: [hackers] [scroll-vanilla][PATCH] Fix warning ... Jochen Sprickerhof
- [hackers] Re: [scroll-vanilla][PATCH] Fix warning ... Steve Ward
