Cool! Out of interest, does it cope with characters whose bounding
boxes overlap (e.g. ff)? That's a particular failing of the original
frame library, which assumes every character lives alone in its own
distinct box.

On 11 October 2017 at 04:30, as <as.u...@gmail.com> wrote:
> For those of you who miss the Plan9 editable text boxes, here's a Go package
> that approximates them:
>
> https://github.com/as/frame
>
> It's not a c2go conversion, but the functionality is almost identical at the
> API level.
>
> A few extra things added
>
> - Raw ASCII bytes
> - Elastic tabstops
> - Semantic Replacement Characters
>
> --
> You received this message because you are subscribed to the Google Groups
> "golang-nuts" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to golang-nuts+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to