From bf608be61e97bab08e3f26f249762e63630549b4 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Fri, 14 Nov 2025 16:25:14 -0500 Subject: Remove blank lines after build completes - Replace cursor down movement with single newline at end - Cursor now stays at bottom of status lines - No extra blank space between build output and next prompt --- Omni/Log/Concurrent.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Omni/Log/Concurrent.hs') diff --git a/Omni/Log/Concurrent.hs b/Omni/Log/Concurrent.hs index 86a3853..b064190 100644 --- a/Omni/Log/Concurrent.hs +++ b/Omni/Log/Concurrent.hs @@ -68,7 +68,7 @@ withLineManager nss action = do result <- action mgr - ANSI.hCursorDown IO.stderr numLines + IO.hPutStrLn IO.stderr "" writeIORef currentLineManager Nothing writeIORef namespaceLines Map.empty pure result -- cgit v1.2.3