chiark / gitweb /
Reclassify status info as a utility activity.
authorSimon Tatham <anakin@pobox.com>
Wed, 3 Jan 2024 13:40:51 +0000 (13:40 +0000)
committerSimon Tatham <anakin@pobox.com>
Wed, 3 Jan 2024 23:39:15 +0000 (23:39 +0000)
commit30b6eac2a32dbd2fe7ceca9bf65f2efcb8dd6ce9
treef69a7cc9856deb68d860538a1a84b8af1e466951
parent690cde974b7b7905e2ca4fd36b3f6905242935bd
Reclassify status info as a utility activity.

I meant it to be that in the first place - that's why I entered
InfoStatus in the utilities enum. But then I forgot it was there and
made a separate entry for it.

When you're invoking status info from within a file, I think it makes
more sense as a utility, the way I first had it.
src/activity_stack.rs
src/editor.rs
src/tui.rs