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

Add support for ANSI OSC #3108

Open
kontza opened this issue May 24, 2023 · 2 comments
Open

Add support for ANSI OSC #3108

kontza opened this issue May 24, 2023 · 2 comments
Labels
Feature requests Feature Requests

Comments

@kontza
Copy link

kontza commented May 24, 2023

Discord username (optional)

No response

Describe the solution you'd like?

I'd like to have the ability to change terminal background colour via ANSI escape codes.

Is your feature request related to a problem? Please describe.

My SSH config is such, that it runs a local command upon connect. That command is a script that changes the terminal background colour based on the remote server I'm connecting to (reddish background for customer production hosts, green for not-so-critical ones, etc.).

This works fine in iTerm & WezTerm, but when I run the same background changing commands on Warp, nothing happens. Here's an `echo` I've tried.

$ echo -ne "\033]11;#53186f\007"

Background should change into purple.



### Additional context

_No response_

### How important is this feature to you?

5 (Can't work without it!)

### Warp Internal (ignore) - linear-label:770f6576-d6c0-4e4f-a259-fc64b5156087

None
@kontza kontza added the Feature requests Feature Requests label May 24, 2023
@dannyneira
Copy link
Member

Thanks for this feature request!

Please add a :+1: to the original post at the top to signal that you want this feature, and then hit the subscribe button if you'd like to be notified.

@fearlessgeekmedia
Copy link

Agreed. I want to see this too, especially since I'm working on bash scripts that rely on the ANSI escape codes.

Warp Terminal is pretty awesome so far, but I have to go to another terminal like Kitty or Konsole to test out bash scripts that use the ANSI escape codes.

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

No branches or pull requests

3 participants