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

Implements DECSASD, DECSSDT (VT status line) #716

Merged
merged 3 commits into from
Jun 6, 2022

Conversation

christianparpart
Copy link
Member

@christianparpart christianparpart commented Jun 4, 2022

References #687.

host writable status line and switching is already working. Indicator and configurability of Indicator is not yet.

  • DECSSDT
  • DECSASD
  • adapt DECRQSS (can be used for feature detection)
  • frontend input mapping action: ToggleStatusLine (Indicator status line)

Notes

Indicator status line: when we want to write arbitrary VT sequences, it MUST have its own VT parser state.

I think having the Indicator status line configurable should be its own PR as a separate feature step, not not make this PR too complex

@github-actions github-actions bot added frontend Contour Terminal Emulator (GUI frontend) VT: Backend Virtual Terminal Backend (libterminal API) VT: rasterizer Rendering of the terminal into a pixmap using `terminal_renderer` library labels Jun 4, 2022
@christianparpart christianparpart force-pushed the feature/vt-statusline-display branch 2 times, most recently from 84466fc to f16d796 Compare June 6, 2022 10:18
@github-actions github-actions bot added the documentation Improvements or additions to documentation label Jun 6, 2022
@christianparpart christianparpart marked this pull request as ready for review June 6, 2022 10:47
@christianparpart christianparpart force-pushed the feature/vt-statusline-display branch 4 times, most recently from 7e39cbd to 9b79361 Compare June 6, 2022 17:32
@github-actions github-actions bot added the CI GitHub Actions & CI label Jun 6, 2022
@christianparpart christianparpart force-pushed the feature/vt-statusline-display branch from b5738db to 07f0d81 Compare June 6, 2022 17:37
@christianparpart christianparpart merged commit e37264c into master Jun 6, 2022
@christianparpart christianparpart deleted the feature/vt-statusline-display branch June 6, 2022 18:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI GitHub Actions & CI documentation Improvements or additions to documentation frontend Contour Terminal Emulator (GUI frontend) VT: Backend Virtual Terminal Backend (libterminal API) VT: rasterizer Rendering of the terminal into a pixmap using `terminal_renderer` library
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant