Terminal UI framework written in Go
Go to file
2022-05-04 11:25:43 +02:00
tests ConstrainView and GrowView improved 2022-05-04 11:13:18 +02:00
views ConstraintView fixed with negative sizes 2022-05-04 11:25:43 +02:00
draw_buffer.go ScrollLayout added and various improvements 2022-04-03 16:29:01 +02:00
events.go ScrollLayout added and various improvements 2022-04-03 16:29:01 +02:00
go.mod hide specific borders in BorderView 2022-05-04 10:17:16 +02:00
go.sum hide specific borders in BorderView 2022-05-04 10:17:16 +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 warning in screen.go 2022-05-04 10:11:40 +02:00
types.go hide specific borders in BorderView 2022-05-04 10:17:16 +02:00
utils.go introduce default KeyPressed behavior 2022-05-03 17:59:34 +02:00
view.go renamed group in layout 2022-04-02 15:21:17 +02:00
viewtmpl.go ScrollLayout added and various improvements 2022-04-03 16:29:01 +02:00
wrappertmpl.go ScrollLayout added and various improvements 2022-04-03 16:29:01 +02:00

tui

Terminal UI framework written in Go