1
0
mirror of https://github.com/mum4k/termdash.git synced 2025-04-25 13:48:50 +08:00

12 Commits

Author SHA1 Message Date
Jakub Sobon
188017287a
Merge pull request #347 from LQR471814/devel
Add OnChange handler to the TextInput widget
2023-02-08 13:27:33 -05:00
Jakub Sobon
94d07aea18
Format files with gofmt from Golang 1.20.
Signed-off-by: Jakub Sobon <jakub.sobon@elohim.sk>
2023-02-08 13:15:27 -05:00
LQR471814
e87b1cb791 capitalize text 2023-01-29 11:15:42 -08:00
LQR471814
f28390ba72 Fixed an issue with ReadAndClear, Add example to textinputdemo.go, Add tests 2023-01-29 11:13:48 -08:00
Jakub Sobon
3e476963e8
Changing Blue color in demos to a more readable shade. 2020-11-14 01:41:29 -05:00
Jakub Sobon
3cbd993521
Making tcell the default in all demos and examples. 2020-11-14 01:09:07 -05:00
Jakub Sobon
0ef875039b
Fixing lint issues found on Go report card. 2019-04-28 22:44:44 -04:00
Jakub Sobon
d105df4413
Refactoring the Draw method for readability. 2019-04-27 01:58:37 -04:00
Jakub Sobon
886f970586
Completing test coverage and most of the functionality.
Mouse support is outstanding.
2019-04-25 23:44:14 -04:00
Jakub Sobon
1df5298809
Test coverage for basic functionality of the text input field.
Tests without any input text for now.
2019-04-24 23:44:44 -04:00
Jakub Sobon
c0c9727c80
Working proof-of-concept of the textinput field. 2019-04-20 17:33:23 -04:00
Jakub Sobon
bf72b5ddc2
Skeleton of the TextInput widget. 2019-04-07 00:41:09 -04:00