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

osc133: initial patch implementation #127

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

UtkarshVerma
Copy link
Contributor

This patch introduces support for OSC133 as discussed in #126. It borrows veltza's st-sx implementation and introduces two new key bindings, <ctrl+shift+z/x> to scroll between prompts.

@@ -0,0 +1,23 @@
void scrolltoprompt(const Arg *arg) {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This function implicitly depends on other patches and I need help in placing macro guards here as I'm not yet familiar with st's internals.

config.def.h Outdated Show resolved Hide resolved
@veltza
Copy link
Contributor

veltza commented Mar 21, 2024

I'm wondering if the OSC 133 should be a core feature since it doesn't do anything by itself. Only certain patches such as the scrollback and externalpipe can take advantage of it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants