Browse Source

removed comment

Josh Yan 11 tháng trước cách đây
mục cha
commit
3d90156e99
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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 {