awesome-gocui / gocui

Minimalist Go package aimed at creating Console User Interfaces.
BSD 3-Clause "New" or "Revised" License
350 stars 39 forks source link

Fix manual bounds checks in View.SetLine #38

Closed josharian closed 5 years ago

josharian commented 5 years ago

The lower bound check was missing; the higher bound check was off by one.

glvr182 commented 5 years ago

Thanks for another PR! It looks good to me so I'll approve it