mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-06 01:05:48 +02:00
Forgot to increment expecting index
This commit is contained in:
@@ -360,6 +360,7 @@ func main(cmd *cli.Command, o *Options, args []string) (rc int, err error) {
|
||||
}
|
||||
for len(pending) > 0 && pending[0].input_sequence_number == expecting_input_sequence_number {
|
||||
do_one(pending[0])
|
||||
expecting_input_sequence_number++
|
||||
pending = pending[1:]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user