commit d7352f56a0347b3aea16c30ce69f42162e13745b from: Omar Polo date: Wed Jul 21 15:56:09 2021 UTC give a name to to the help buffer commit - 9a7d62cb7bc6f71742408245f7aae116112e411f commit + d7352f56a0347b3aea16c30ce69f42162e13745b blob - e7c87832db63b1d9e09565308a05e89b040bc161 blob + 9fcf7006156225fc07e11c91bc68381dd728a277 --- help.c +++ help.c @@ -83,6 +83,7 @@ recompute_help(void) if (last_active_map != current_map) { last_active_map = current_map; + helpwin.page.name = "*Help*"; erase_buffer(&helpwin); rec_compute_help(current_map, p, sizeof(p)); wrap_page(&helpwin, help_cols);