searching updates the screen

This commit is contained in:
anon 2023-08-04 19:30:28 +02:00
parent f5f14dca06
commit 6098604d92

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);
}