Projects STRLCPY termdash Commits b9894832
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■
    draw/text.go
    skipped 131 lines
    132 132   switch {
    133 133   case om == OverrunModeTrim:
    134 134   // Only write the rune if it still fits, i.e. don't cut
    135  - // full-width runes in halt.
     135 + // full-width runes in half.
    136 136   if cur+rw == maxCells {
    137 137   b.WriteRune(r)
    138 138   }
    skipped 52 lines
Please wait...
Page is in error, reload to recover