summaryrefslogtreecommitdiffstats
path: root/background.h
AgeCommit message (Collapse)Author
2020-03-02Add $status_format 'B' expando for backgrounded count.Kevin McCarthy
Add "%?B? Back:%B?" to the default $status_format. Rather than iterating ProcessList for each status bar refresh, just add a counter in background.c.
2020-02-29Confirm exiting if background edit processes exist.Kevin McCarthy
This prompt is in addition to the $quit prompt. A bit annoying, but I believe necessary to combat muscle memory and avoid losing compose sessions.
2020-02-29Add background compose menu and $background_format config var.Kevin McCarthy
List the backgrounded sessions. Allow the user to resume one, or exit the menu. Bind to 'B' by default in the index and pager menus. Remove the "<mail>" function autoresuming functionality, instead invoke the menu to resume backgrounded sessions.
2020-02-29Enable backgrounding a single <mail> function.Kevin McCarthy
Backgrounding exits to the index menu. Re-invoking <mail> will resume the backgrounded session, if one exists, otherwise start a new session. This is just to get basic support going. Multiple background edits, a landing page, a background compose menu list will be added next.