mirror of
https://github.com/tmux/tmux.git
synced 2024-12-13 01:48:47 +00:00
Ugh, committed the wrong version of this change and got both solutions rather
than just the second. Remove unused assignment.
This commit is contained in:
parent
f817a338d0
commit
65ac8e9f0c
@ -858,9 +858,6 @@ screen_write_overwrite(struct screen_write_ctx *ctx)
|
|||||||
u_int xx;
|
u_int xx;
|
||||||
|
|
||||||
gc = grid_view_peek_cell(gd, s->cx, s->cy);
|
gc = grid_view_peek_cell(gd, s->cx, s->cy);
|
||||||
if (gc->flags & GRID_FLAG_UTF8)
|
|
||||||
gu = grid_view_peek_utf8(gd, s->cx, s->cy);
|
|
||||||
|
|
||||||
if (gc->flags & GRID_FLAG_PADDING) {
|
if (gc->flags & GRID_FLAG_PADDING) {
|
||||||
/*
|
/*
|
||||||
* A padding cell, so clear any following and leading padding
|
* A padding cell, so clear any following and leading padding
|
||||||
|
Loading…
Reference in New Issue
Block a user