Terminal UI framework written in Go
Go to file
2023-04-24 16:41:36 +02:00
layouts fixed unicode characters on last column 2023-04-24 16:41:36 +02:00
modals migrated to milar.in 2023-04-24 11:55:04 +02:00
tests fixed unicode characters on last column 2023-04-24 16:41:36 +02:00
views fixed size calculation in BorderView 2023-04-24 13:03:16 +02:00
draw_buffer.go fixed unicode characters on last column 2023-04-24 16:41:36 +02:00
events.go MouseEvent handling refactored 2022-05-04 14:16:08 +02:00
go.mod fixed unicode characters on last column 2023-04-24 16:41:36 +02:00
go.sum fixed unicode characters on last column 2023-04-24 16:41:36 +02:00
README.md Initial commit 2021-12-11 15:57:42 +00:00
rune.go huge refactor 2022-04-01 20:10:51 +02:00
screen.go fixed unicode characters on last column 2023-04-24 16:41:36 +02:00
tmpl_modal.go migrated to git.milar.in 2023-04-24 11:41:38 +02:00
tmpl_view.go migrated to git.milar.in 2023-04-24 11:41:38 +02:00
tmpl_wrapper.go migrated to git.milar.in 2023-04-24 11:41:38 +02:00
types.go migrated to milar.in 2023-04-24 11:55:04 +02:00
utils.go use gmath instead of locally implemented min/max functions 2023-04-24 14:17:02 +02:00
view.go migrated to git.milar.in 2023-04-24 11:41:38 +02:00

tui

Terminal UI framework written in Go