Replies: 4 comments 3 replies
-
Configuration can be overridden per-window, not per-pane; you can change the active color scheme based on which pane is focused, though. See #4260 |
Beta Was this translation helpful? Give feedback.
-
Ok, thanks. I was just looking for an alternative way of changing pane background for SSH to a remote host. I know that I could do it so, that the remote end's bashrc etc would print out an ANSI escape codes to change colors, but I like my current setup where everything happens client side. My current setup for changing pane background is as follows:
The above works, but as it consists of multiple moving parts, I was looking for a way to have all this happen within Wezterm via Lua and events. |
Beta Was this translation helpful? Give feedback.
-
Ok, thanks.
Juha R.
pe 5.1.2024 klo 15.38 Wez Furlong ***@***.***> kirjoitti:
… Configuration is per-window, rather than per-pane, so you can't set it via
configuration from lua.
However, you can use
https://wezfurlong.org/wezterm/config/lua/pane/inject_output.html to
inject escape sequences into *local* (not multiplexer!) panes.
—
Reply to this email directly, view it on GitHub
<#4744 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AASRRCFTRAQFEWUK2VUV5L3YM765RAVCNFSM6AAAAABBLK4ERKVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DAMRTGMYDG>
.
You are receiving this because you modified the open/close state.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
For anyone interested, this is what I finally came up with: |
Beta Was this translation helpful? Give feedback.
-
Hi,
Is it possible to set pane's background color/color scheme from Lua?
Beta Was this translation helpful? Give feedback.
All reactions