gizak / termui

Golang terminal dashboard
MIT License
13.16k stars 787 forks source link

Feature: Allow individual block to flash its trim when new update comes in #266

Open i3d opened 4 years ago

i3d commented 4 years ago

Can we add an option to allow client to configure a block's trim to be flashed when new event comes? Basically, some implementation of a block may have some slow update events and when there is an update, it's often more visually noticeable of the trim can flash using a different color, for example. If it can be an API that clients can access, that would be really helpful. Thanks!