We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8a5901 commit 7cc379eCopy full SHA for 7cc379e
1 file changed
bin/apty.c
@@ -33,7 +33,7 @@ void send_(struct ptybuf *buf) {
33
vec_push(&cmd, avimbuf);
34
vec_push(&cmd, "-2");
35
vec_push(&cmd, "-1");
36
- size_t bol = 0, eol = 0, len;
+ size_t bol = 0, eol = buf->i, len;
37
size_t c = buf->c, i = buf->i;
38
size_t n = vec_len(&buf->d);
39
vec_push(&buf->d, '\0');
0 commit comments