mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
calloc for confirm-before data since the item needs to start NULL.
This commit is contained in:
2
tty.c
2
tty.c
@ -2043,7 +2043,7 @@ tty_cmd_syncstart(struct tty *tty, const struct tty_ctx *ctx)
|
||||
{
|
||||
if (ctx->num == 0x11) {
|
||||
/*
|
||||
* This is an overlay and a command that moves, the cursor so
|
||||
* This is an overlay and a command that moves the cursor so
|
||||
* start synchronized updates.
|
||||
*/
|
||||
tty_sync_start(tty);
|
||||
|
Reference in New Issue
Block a user