mirror of
https://github.com/tmux/tmux.git
synced 2024-11-16 01:18:52 +00:00
Merge branch 'obsd-master' into master
This commit is contained in:
commit
7869ec87e0
@ -72,7 +72,7 @@ cmd_confirm_before_exec(struct cmd *self, struct cmdq_item *item)
|
|||||||
free(copy);
|
free(copy);
|
||||||
}
|
}
|
||||||
|
|
||||||
cdata = xmalloc(sizeof *cdata);
|
cdata = xcalloc(1, sizeof *cdata);
|
||||||
cdata->cmd = xstrdup(args->argv[0]);
|
cdata->cmd = xstrdup(args->argv[0]);
|
||||||
|
|
||||||
cmd_get_source(self, &cdata->pi.file, &cdata->pi.line);
|
cmd_get_source(self, &cdata->pi.file, &cdata->pi.line);
|
||||||
|
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) {
|
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.
|
* start synchronized updates.
|
||||||
*/
|
*/
|
||||||
tty_sync_start(tty);
|
tty_sync_start(tty);
|
||||||
|
Loading…
Reference in New Issue
Block a user