Geth Terminal-Widgets/main: 87bed4bfb0 | (Geoffrey Broadwell)++ | lib/Terminal/Widgets/WrappableBuffer.rakumod
Adjust hard-line-count when removing a LineGroup
03:47
Terminal-Widgets/main: 4f90fbb1e6 | (Geoffrey Broadwell)++ | lib/Terminal/Widgets/WrappableBuffer.rakumod
Improve a comment
Terminal-Widgets/main: 38f1f0af8b | (Geoffrey Broadwell)++ | lib/Terminal/Widgets/WrappableBuffer.rakumod
Add a string-runs utility sub to wrap-lines

string-runs() splits a string into alternating whitespace and NON-whitespace substrings. It does *NOT* handle non-breakable spaces yet. (All whitespace is treated the same.)