removed comment
This commit is contained in:
parent
26bfc1c443
commit
3d90156e99
1 changed files with 0 additions and 1 deletions
|
@ -739,7 +739,6 @@ type displayResponseState struct {
|
||||||
wordBuffer string
|
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) {
|
func displayResponse(content string, wordWrap bool, state *displayResponseState) {
|
||||||
termWidth, _, _ := term.GetSize(int(os.Stdout.Fd()))
|
termWidth, _, _ := term.GetSize(int(os.Stdout.Fd()))
|
||||||
if wordWrap && termWidth >= 10 {
|
if wordWrap && termWidth >= 10 {
|
||||||
|
|
Loading…
Reference in a new issue