japhb Wow, patrickb, Awesome work! 01:35
Geth Terminal-ANSIParser/main: 4acf3773ae | (Patrick Böker)++ | lib/Terminal/ANSIParser.rakumod
Allow terminating OSC strings with BEL as well

XTerm accepts it and applications send it. See
  invisible-island.net/xterm/ctlseqs...m-Commands
22:08
Terminal-ANSIParser/main: 35e21cd4e6 | (Geoffrey Broadwell)++ (committed using GitHub Web editor) | lib/Terminal/ANSIParser.rakumod
Merge pull request #2 from patrickbkr/patrickb-OSC-BEL-termination

Allow terminating OSC strings with BEL as well
Terminal-ANSIParser/main: 4 commits pushed by (Geoffrey Broadwell)++ 23:05
Terminal-ANSIParser/main: dd78c33cf9 | (Geoffrey Broadwell)++ | .github/workflows/test.yml
Drop CI testing for several-year-old Rakudos
23:08
Terminal-ANSIParser/main: d8173e5ea1 | (Geoffrey Broadwell)++ | .github/workflows/test.yml
Bump to actions/checkout@v4 to silence CI warning
23:12
Terminal-ANSIParser/main: 12e33683b1 | (Geoffrey Broadwell)++ | .github/workflows/test.yml
Disable Windows CI to debug CI failure
23:27
Terminal-ANSIParser/main: 1df98886c1 | (Geoffrey Broadwell)++ | 3 files
0.0.4
23:37
Terminal-LineEditor/main: f822e98c1c | (Patrick Böker)++ | 2 files
Make the dependency chain free of native code

This means that installing this module won't require a C compiler toolchain anymore. Do so by replacing Term::termios with Terminal::MakeRaw.
23:52
Terminal-LineEditor/main: 9b51c78938 | (Geoffrey Broadwell)++ (committed using GitHub Web editor) | 2 files
Merge pull request #6 from patrickbkr/patrickb/makeraw

Make the dependency chain free of native code