rivo / uniseg

Unicode Text Segmentation, Word Wrapping, and String Width Calculation in Go
MIT License
570 stars 60 forks source link

fix HasTrailingLineBreak #36

Closed shogo82148 closed 12 months ago

shogo82148 commented 1 year ago

property should compare with prXX constants instead of lbXX.

rivo commented 12 months ago

Good catch! Thank you.