commit 7cdf12cbee5f0812071d9bf15e32849aab36d5f5 from: Omar Polo date: Wed May 12 12:06:32 2021 UTC style(9)-ify comment commit - d64bf47b14e3e12a2bbd379a63d1e1255d14ca7d commit + 7cdf12cbee5f0812071d9bf15e32849aab36d5f5 blob - 660f93c1410e29d51f83ac5ec7b8fcb7b54aac90 blob + 55fba4a6bb5199888fd94e5ebacb622d2b2dccec --- ui.c +++ ui.c @@ -878,9 +878,11 @@ cmd_toggle_help(struct window *window) if (side_window) recompute_help(); - /* ugly hack, but otherwise the window doesn't get updated + /* + * ugly hack, but otherwise the window doesn't get updated * until I call handle_resize a second time (i.e. C-l). I - * will be happy to know why something like this is needed. */ + * will be happy to know why something like this is needed. + */ handle_resize(0, 0, NULL); handle_resize(0, 0, NULL); }