Norbert Preining <[email protected]> ha escrit: > the same procedure: > info gzip > i > <Enter> > s > I get the cursor before the "[]:"
Thanks for reporting. Actually, this one is not related to that particular bug. Attached is the fix. Regards, Sergey
Index: info/window.c diff -pu texinfo-4.13.92/info/window.c texinfo/info/window.c --- texinfo-4.13.92/info/window.c 2012-12-01 01:58:20.000000000 +0200 +++ texinfo/info/window.c 2012-12-19 13:54:42.964511638 +0200 @@ -855,6 +855,7 @@ calculate_line_starts (WINDOW *window) calc_closure_expand (&closure); window->line_starts[window->line_count] = NULL; window->log_line_no[window->line_count] = 0; + window_line_map_init (window); } /* Given WINDOW, recalculate the line starts for the node it displays. */
