Garrett D'Amore
d25117a2e5
Go fmt for the project.
2022-08-31 11:37:42 -07:00
Garrett D'Amore
8a32d2b0c8
Version 2.0 work in progress.
2020-08-25 16:20:58 -07:00
VÖRÖSKŐI András
e277d9c03b
Fix TextArea SetContent method
...
SetContent should overwrite the model, not append to it.
Add a test to check model's width and height after SetContent calls.
2020-05-07 07:39:48 -07:00
VÖRÖSKŐI András
1f1f979c1b
TextArea: use [][]rune instead of []string in linesModel
...
This way GetCell() will get full runes, not just bytes. Now accent characters will show properly
Adjust SetLines() and Init() to work on [][]rune instead of []string
2020-04-13 12:51:31 -07:00
Frank Braun
b87161466d
views: fix corner case for limitCursor()
...
If m.width and m.height have not been initialized yet m.x and m.y would
be set to -1. Changing the order fixes that.
2017-06-20 20:13:35 -07:00
Garrett D'Amore
c3e5bc256f
fixes #116 Various improvements to tcell Views API
2016-05-24 00:50:38 -07:00
Garrett D'Amore
b727b9f424
fixes #74 Make Application an object/class
...
fixes #73 Views package has many go lint issues
2015-11-04 14:26:57 -08:00
Garrett D'Amore
ca965237d9
fixes #52 Begin integrating topsl components
2015-11-01 14:44:23 -08:00