浏览代码

removed comment

Josh Yan 11 月之前
父节点
当前提交
3d90156e99
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      cmd/cmd.go

+ 0 - 1
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 {