mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-27 03:42:49 +00:00
Fix extra ST being sent
This commit is contained in:
parent
613e1ccbe3
commit
0fc73dd8c3
1 changed files with 1 additions and 4 deletions
|
|
@ -550,10 +550,7 @@ drop_move_on_child(Window *w, const char** mimes, size_t num_mimes, bool is_drop
|
|||
}
|
||||
queue_payload_to_child(w->id, w->drop.client_id, &w->drop.pending, buf, header_size, mbuf, pos, false);
|
||||
}
|
||||
} else {
|
||||
buf[header_size++] = 0x1b; buf[header_size++] = '\\';
|
||||
queue_payload_to_child(w->id, w->drop.client_id, &w->drop.pending, buf, header_size, NULL, 0, false);
|
||||
}
|
||||
} else queue_payload_to_child(w->id, w->drop.client_id, &w->drop.pending, buf, header_size, NULL, 0, false);
|
||||
}
|
||||
|
||||
static GLFWDragOperationType
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue