issues
search
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
Added changes a view changes from jesseduffield fork
#23
Closed
mjarkk
closed
5 years ago
mjarkk
commented
5 years ago
This adds and fixes 2 things:
The 1 line height boxes will have a
╴
and
╶
at the start and end:
https://github.com/jesseduffield/gocui/pull/5
The change of getting a panic/error by providing wrong data is reduced:
https://github.com/jesseduffield/gocui/pull/6
glvr182
commented
5 years ago
LGTM
This adds and fixes 2 things:
╴
and╶
at the start and end: https://github.com/jesseduffield/gocui/pull/5