mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 22:43:58 +00:00
Fix some indentation and dead assignments.
This commit is contained in:
@ -819,7 +819,7 @@ mode_tree_display_menu(struct mode_tree_data *mtd, struct client *c, u_int x,
|
||||
line = mtd->current;
|
||||
else
|
||||
line = mtd->offset + y;
|
||||
mti = mtd->line_list[line].item;
|
||||
mti = mtd->line_list[line].item;
|
||||
|
||||
if (!outside) {
|
||||
s = mtd->menu;
|
||||
|
Reference in New Issue
Block a user