Welcome to MUGS ⚄♠♞🏹 (Multi-User Gaming Services)! | github.com/Raku-MUGS | v0.1.4 has been released! (github.com/Raku-MUGS/MUGS/blob/mai...v0.1.4.md) | This channel is logged for historical purposes; logs at irclogs.raku.org/mugs/index.html
Set by japhb on 3 March 2024.
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.)
Terminal-Widgets/main: 4e50990c98 | (Geoffrey Broadwell)++ | lib/Terminal/Widgets/WrappableBuffer.rakumod
Start building WhitespaceSquashMode support
08:54
Terminal-Widgets/main: fabaaaf24a | (Geoffrey Broadwell)++ | lib/Terminal/Widgets/WrappableBuffer.rakumod
WIP: Sketch of word-span-loop
Terminal-Widgets/main: 60d3f8ca73 | (Geoffrey Broadwell)++ | lib/Terminal/Widgets/WrappableBuffer.rakumod
Cleaner way to modify ws text
08:57
13:34 librasteve_ left
Geth Text-MiscUtils: 5822c49d44 | (Geoffrey Broadwell)++ | 3 files
Add is-monospace(-core) routines
19:07
Text-MiscUtils: 1ec9f09f6b | (Geoffrey Broadwell)++ | 3 files
0.0.11
Terminal-Widgets/main: d6a4b95fff | (Geoffrey Broadwell)++ | lib/Terminal/Widgets/WrappableBuffer.rakumod
in-whitespace should be true at start of line
19:37
Terminal-Widgets/main: bfe737203f | (Geoffrey Broadwell)++ | 2 files
Bump Text::MiscUtils dep for is-monospace()
Terminal-Widgets/main: c592647d9e | (Geoffrey Broadwell)++ | 2 files
Switch to more accurate monospace checks
Terminal-Widgets/main: 1a88e2ed26 | (Geoffrey Broadwell)++ | lib/Terminal/Widgets/WrappableBuffer.rakumod
Continued word-span-loop hacking
22:49
Terminal-Widgets/main: 0cb8dcaf8a | (Geoffrey Broadwell)++ | lib/Terminal/Widgets/WrappableBuffer.rakumod
Fill in WordWrap and WordFill outer loops
Terminal-Widgets/main: c9863a106c | (Geoffrey Broadwell)++ | lib/Terminal/Widgets/WrappableBuffer.rakumod
Rename and clarify WHY docs for squash modes
Terminal-Widgets/main: e2eeafb7cf | (Geoffrey Broadwell)++ | examples/rich-text-viewer.raku
Add initial rich-text-viewer example
23:04
japhb patrickb: ^^ Still work in progress, but that at least gives you a demo to work with. Don't forget to upgrade your Text-MiscUtils if you want to play with it. 23:05
Geth Terminal-Widgets/main: 915562dc6a | (Geoffrey Broadwell)++ | lib/Terminal/Widgets/WrappableBuffer.rakumod
Add missing in-whitespace update in WordWrap mode
23:31
Terminal-Widgets/main: 0dc7f1250a | (Geoffrey Broadwell)++ | examples/rich-text-viewer.raku
Add a list section to rich-text-viewer demo text