Support progress reporting #3123
Unanswered
Jan200101
asked this question in
Ideas and Issue Triage
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Some linux applications (namely flatpak and selinux with pull-requests existing for other cargo and possibly other applications) have started to implement progress reporting via the ConEmu
OSC 9;4
commandIn essence this would allow a program to convey its progress in a way that wouldn't need the terminal active
How to exactly implement progress reports is up to debate, some options are:
What other terminals do:
alacritty: doesn't support it, no explanation why
kitty & foot: check for
OSC 9;4
specifically and drop it entirelywindows terminal: shows progress as a circle in the tab (added by this PR)
conemu (where this originated): shows a progress number in the tab title
Gnome VTE library (Gnome Terminal, guake, etc.): implemented
ptyxis: shows progress as a circle in the tab
Beta Was this translation helpful? Give feedback.
All reactions