tokio-rs / console-gsoc

Google Summer of Code tokio-console prototype
MIT License
12 stars 2 forks source link

Events navigation #26

Closed matprec closed 5 years ago

matprec commented 5 years ago

Implements navigation between windows via arrows and events selection

matprec commented 5 years ago

This "regresses" styling, as events are not colored anymore, but this was not very functional in the first place.

The plan is to switch to a Paragraph and manually implementing the SelectableList, because the latter doesn't support styling individual elements, and List doesn't support more than one style per line.