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

9 Commits

Author SHA1 Message Date
Jakub Sobon
9ed371362b
Release Termdash v0.16.0. (#302)
## v0.16.0 - 03-Apr-2021

### Added

- The `Text` widget has a new option `MaxTextCells` which can be used to limit
  the maximum number of cells the widget keeps in memory.

### Changed

- Bump github.com/mattn/go-runewidth from 0.0.10 to 0.0.12.
2021-04-03 17:21:22 -04:00
Jakub Sobon
9360ffff49
Bugfix: avoid crash on terminal rezise with tcell. 2020-12-27 02:53:08 -05:00
Jakub Sobon
6a4dc1dc3f
Fakewidget now indicates focus state when an event is received. 2020-11-27 22:56:37 -05:00
Jakub Sobon
dd6acb15e1
Give metadata about events to widgets. 2020-11-24 22:03:58 -05:00
Jakub Sobon
765556fe8e
faketerm diff: only print cells with differences. 2020-11-24 15:18:50 -05:00
Jakub Sobon
681499d0a9
Adding test coverage to faketerm. 2020-11-14 00:40:02 -05:00
Jakub Sobon
f0eac874cc
Switching coveralls to Github app. 2020-06-20 15:20:12 -04:00
Jakub Sobon
06eb7623bd
Modifying imports 'internal' -> 'private'. 2020-04-10 15:26:45 -04:00
Jakub Sobon
254ca7d460
Renamed 'internal' directory to 'private'. 2020-04-10 15:13:15 -04:00