From de5cd653fbdbc7958b3b1e5463bfd7ac859841f6 Mon Sep 17 00:00:00 2001 From: Johan Walles Date: Wed, 3 Jan 2024 11:02:59 +0100 Subject: [PATCH] Used to exit pager on < 1 screen of contents --- m/reader.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m/reader.go b/m/reader.go index 73a70d4..cc24a74 100644 --- a/m/reader.go +++ b/m/reader.go @@ -42,7 +42,7 @@ type Reader struct { replaced bool done *atomic.Bool - highlightingDone *atomic.Bool // FIXME: Do we really need this? + highlightingDone *atomic.Bool // For telling the UI it should recheck the --quit-if-one-screen conditions. // Signalled when either highlighting is done or reading is done.