---
window-copy.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/window-copy.c b/window-copy.c
index d282e25..86c9013 100644
--- a/window-copy.c
+++ b/window-copy.c
@@ -1069,11 +1069,10 @@ window_copy_write_line(struct window_pane *wp, struct
screen_write_ctx *ctx,
struct options *oo = wp->window->options;
struct grid_cell gc;
char hdr[512];
- size_t last, xoff = 0, size = 0;
+ size_t xoff = 0, size = 0;
style_apply(&gc, oo, "mode-style");
- last = screen_size_y(s) - 1;
if (py == 0) {
size = xsnprintf(hdr, sizeof hdr,
"[%u/%u]", data->oy, screen_hsize(data->backing));
--
2.1.4
--
You received this message because you are subscribed to the Google Groups
"tmux-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.