From 18b6482ea4918f464009e189d1e3be95ef429fd4 Mon Sep 17 00:00:00 2001 From: Dev Randalpura Date: Fri, 6 Mar 2026 14:21:54 -0500 Subject: [PATCH] Revert changed comment --- packages/cli/src/ui/utils/toolLayoutUtils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cli/src/ui/utils/toolLayoutUtils.ts b/packages/cli/src/ui/utils/toolLayoutUtils.ts index 7b35f1ccd5..26a10773d4 100644 --- a/packages/cli/src/ui/utils/toolLayoutUtils.ts +++ b/packages/cli/src/ui/utils/toolLayoutUtils.ts @@ -26,7 +26,7 @@ export const TOOL_RESULT_MIN_LINES_SHOWN = 2; * This accounts for: * 1. The static height of the tool message (name, status line). * 2. Reserved space for hints and padding (different in ASB vs Standard mode). - * 3. Enforcing a physical minimum size based on terminal limits. + * 3. Enforcing a minimum number of lines shown. */ export function calculateToolContentMaxLines(options: { availableTerminalHeight: number | undefined;