mirror of
https://github.com/ollama/ollama.git
synced 2025-03-26 17:51:48 +01:00
updated double-width display
This commit is contained in:
parent
17b1e81ca1
commit
c9e584fb90
@ -745,6 +745,7 @@ func displayResponse(content string, wordWrap bool, state *displayResponseState)
|
||||
if wordWrap && termWidth >= 10 {
|
||||
for _, ch := range content {
|
||||
if state.lineLength+1 > termWidth - 5 {
|
||||
|
||||
if runewidth.StringWidth(state.wordBuffer) > termWidth - 10 {
|
||||
fmt.Printf("%s%c", state.wordBuffer, ch)
|
||||
state.wordBuffer = ""
|
||||
|
Loading…
x
Reference in New Issue
Block a user