Merge master

This commit is contained in:
Emil 2023-08-04 11:54:19 -06:00
commit ff21fa6438

View File

@ -586,10 +586,10 @@ search(void)
/* put back the character read */
(void) ungetc(c, refsfound);
/* HBB 20041027: this used to hold a copy of the code of
* countrefs(), but with the crucial display width adjustments
* missing. Just call the real thing instead! */
countrefs();
window_change |= CH_RESULT;
return(YES);
}