
25 Sep
2025
25 Sep
'25
5:47 p.m.
From: Simon Glass <sjg@chromium.org> When the console is cleared we have a fresh screen so we can reset the pager. Signed-off-by: Simon Glass <sjg@chromium.org> --- common/console.c | 1 + 1 file changed, 1 insertion(+) diff --git a/common/console.c b/common/console.c index 561a859dc1e..c033d72486a 100644 --- a/common/console.c +++ b/common/console.c @@ -1108,6 +1108,7 @@ int console_clear(void) if (ret) return ret; } + pager_reset(gd_pager()); return 0; } -- 2.43.0