chiark / gitweb /
Implement the Ego Log.
authorSimon Tatham <anakin@pobox.com>
Sun, 31 Dec 2023 09:53:02 +0000 (09:53 +0000)
committerSimon Tatham <anakin@pobox.com>
Sun, 31 Dec 2023 13:05:06 +0000 (13:05 +0000)
commitca190da1a7f954fa799f1e96e39b7dd4c4bb147a
tree4bc62ff0676fed4eb6fe6e3738232815570fee24
parent16ceb5bb8b843b529fdfe3efcd73692ebd56a4bc
Implement the Ego Log.

This also meant fixing a loose end in the NotificationLog text
fragment type: it was still expecting to receive a Vec<Paragraph>,
because that's what it would have had available before we moved back
to html2text. Now it takes a single Paragraph, expecting that
Html::to_para() has sorted that out already.
src/activity_stack.rs
src/client.rs
src/file.rs
src/menu.rs
src/text.rs
src/tui.rs