Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use host writable statusline (VT feature) to show monomux state to the user #8

Open
christianparpart opened this issue Nov 1, 2022 · 0 comments
Labels
Kind: Enhancement 🔮 New feature or request Target: Plug-in architecture 🔌 Features that should be implemented with a pluginable callback architecture in mind Target: Reference implementation 📃 The "official" Client & Server implementations

Comments

@christianparpart
Copy link

christianparpart commented Nov 1, 2022

See contour-terminal/contour#687 for some general insights.

I'd like monomux to make use of the host writable status line. This is currently supported by recent(!) xterm as well as Contour.

You can detect support by the terminal using DECQRM.

Information I'd like to see (up to your imagination):

  • What session am I connected to?
  • if multiple sessions are available, maybe list the others (by index or short title or so)

Given the last bullet point, it might make sense to be able to rename sessions (just like in tmux :D)

EDIT: forgot to mention: if anything is missing in Contour, please ping back to me.

@whisperity whisperity added Kind: Enhancement 🔮 New feature or request Target: Reference implementation 📃 The "official" Client & Server implementations Target: Plug-in architecture 🔌 Features that should be implemented with a pluginable callback architecture in mind labels Nov 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Kind: Enhancement 🔮 New feature or request Target: Plug-in architecture 🔌 Features that should be implemented with a pluginable callback architecture in mind Target: Reference implementation 📃 The "official" Client & Server implementations
Projects
None yet
Development

No branches or pull requests

2 participants