mirror of
https://github.com/tmux/tmux.git
synced 2025-01-13 03:48:51 +00:00
Nuke unnecessary assignment.
This commit is contained in:
parent
feaf91ab93
commit
406fc209ac
@ -596,7 +596,6 @@ window_copy_search_down(struct window_pane *wp, const char *searchstr)
|
|||||||
memcpy(&gc, &grid_default_cell, sizeof gc);
|
memcpy(&gc, &grid_default_cell, sizeof gc);
|
||||||
screen_write_nputs(&ctx, -1, &gc, utf8flag, "%s", searchstr);
|
screen_write_nputs(&ctx, -1, &gc, utf8flag, "%s", searchstr);
|
||||||
screen_write_stop(&ctx);
|
screen_write_stop(&ctx);
|
||||||
searchlen = strlen(searchstr);
|
|
||||||
|
|
||||||
fx = data->cx;
|
fx = data->cx;
|
||||||
fy = gd->hsize - data->oy + data->cy;
|
fy = gd->hsize - data->oy + data->cy;
|
||||||
|
Loading…
Reference in New Issue
Block a user