mirror of
https://github.com/tmux/tmux.git
synced 2025-01-12 11:18:48 +00:00
Only need to print this once...
This commit is contained in:
parent
c2a45b1532
commit
fb5a92ff9f
@ -1,4 +1,4 @@
|
|||||||
/* $Id: window-copy.c,v 1.55 2009-03-30 20:14:50 nicm Exp $ */
|
/* $Id: window-copy.c,v 1.56 2009-03-30 20:58:25 nicm Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||||
@ -260,7 +260,6 @@ window_copy_write_line(struct window_pane *wp, struct screen_write_ctx *ctx, u_i
|
|||||||
gc.attr |= options_get_number(&wp->window->options, "mode-attr");
|
gc.attr |= options_get_number(&wp->window->options, "mode-attr");
|
||||||
screen_write_cursormove(ctx, screen_size_x(s) - size, 0);
|
screen_write_cursormove(ctx, screen_size_x(s) - size, 0);
|
||||||
screen_write_puts(ctx, &gc, "%s", hdr);
|
screen_write_puts(ctx, &gc, "%s", hdr);
|
||||||
screen_write_puts(ctx, &gc, "%s", hdr);
|
|
||||||
} else
|
} else
|
||||||
size = 0;
|
size = 0;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user