chiark / gitweb /
Change my mind again about composing.
authorSimon Tatham <anakin@pobox.com>
Sun, 21 Jan 2024 15:36:35 +0000 (15:36 +0000)
committerSimon Tatham <anakin@pobox.com>
Sun, 21 Jan 2024 15:36:35 +0000 (15:36 +0000)
commit8eb6ab180c9e361f3b0b08838fc2907a09d925cf
treee0a87d96c600184e1657f3c750e78fcf1360ccdb
parent8c00efa089fd3051423dc2ce651b3aeddbf2c591
Change my mind again about composing.

Composition activities should stack above reading files, but below
things to which you might pop out to get more information (such as
checking the username of someone to @mention). So I've given them an
Activity category of their own, which has at most one occupant (like
UtilityActivity) but is separate and just below Utility.

I'm still not sure this is right, but I think it's better than before.
I'll try using it for a while and see.
src/activity_stack.rs
src/file.rs
src/menu.rs
src/tui.rs