mirror of
https://github.com/tmux/tmux.git
synced 2024-11-05 10:28:48 +00:00
Merge branch 'obsd-master'
This commit is contained in:
commit
05c97d7fe9
6
tty.c
6
tty.c
@ -1228,11 +1228,7 @@ tty_cmd_setselection(struct tty *tty, const struct tty_ctx *ctx)
|
||||
void
|
||||
tty_cmd_rawstring(struct tty *tty, const struct tty_ctx *ctx)
|
||||
{
|
||||
u_int i;
|
||||
u_char *str = ctx->ptr;
|
||||
|
||||
for (i = 0; i < ctx->num; i++)
|
||||
tty_putc(tty, str[i]);
|
||||
tty_add(tty, ctx->ptr, ctx->num);
|
||||
tty_invalidate(tty);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user