From 3d90156e997dd5daec727152f0cc85f26cc91342 Mon Sep 17 00:00:00 2001 From: Josh Yan Date: Thu, 16 May 2024 14:12:03 -0700 Subject: [PATCH] removed comment --- cmd/cmd.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/cmd.go b/cmd/cmd.go index 8917022e..dff8d7c1 100644 --- a/cmd/cmd.go +++ b/cmd/cmd.go @@ -739,7 +739,6 @@ type displayResponseState struct { wordBuffer string } -// using runewidth instead of len (cus length is number of bytes, we want display length) func displayResponse(content string, wordWrap bool, state *displayResponseState) { termWidth, _, _ := term.GetSize(int(os.Stdout.Fd())) if wordWrap && termWidth >= 10 {