Update README

This commit is contained in:
Vivianne 2024-03-02 14:25:22 -05:00
parent b75cba5c08
commit 925d86c828
1 changed files with 3 additions and 3 deletions

View File

@ -2,11 +2,11 @@
#+TITLE: README for Guile Reflow
guile-reflow is a simple Guile library for wrapping text in terminals. It integrates with guile's port system
~guile-reflow~ is a simple Guile library for wrapping text in terminals. It integrates with guile's port system
and provides an API that allows for easy creation of ports with a restricted line width.
The library attempts to be compatible with non-ascii characters and emoji, using the companion library
`guile-runewidth` to determine the best guess at rune widths (a notoriously difficult task to accomplish
~guile-runewidth~ to determine the best guess at rune widths (a notoriously difficult task to accomplish
accurately!).
This library is heavily inspired by the golang library `reflow`.
This library is heavily inspired by the golang library ~reflow~.