Garrett D'Amore
8a32d2b0c8
Version 2.0 work in progress.
2020-08-25 16:20:58 -07:00
VÖRÖSKŐI András
b0084cc526
Remove SetCursor(0,0) from CellArea SetModel
...
Removing SetCursor makes it possible to add lines to the model on the fly,
while keeping the cursor in position.
Go also initializes them with 0, no need to set it manually.
2020-05-27 19:47:21 -07:00
VÖRÖSKŐI András
b03a4607a4
Add GetModel() method to CellView
...
GetModel() returns CellView.model type CellModel
2020-02-28 11:53:41 -08:00
VÖRÖSKŐI András
66b1faf255
CeellView corsor remove
...
Do not store cursor info (cursorX, CursorY) in CellView, as it belongs to the model (CellModel)
Use GetCursor() to identify current cursor position from CellModel
2020-02-28 11:53:41 -08:00
Frank Braun
1f66b72172
views: move method call out of the inner loop
...
No need to retrieve the same values multiple times.
2017-06-20 20:13:35 -07:00
Garrett D'Amore
ad43f8729b
fixes #117 Add PGUP, PGDN, HOME, and END key handling to TextArea
2016-05-24 01:26:09 -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