change colorset of running sakura process
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Sakura |
Confirmed
|
Wishlist
|
Unassigned |
Bug Description
I'm interested in running a command that would change a colorset of some sakura window/process. Why? Because I want to change the colors of my terminal when I ssh into different servers. And I want it done in the same terminal window (sakura process), dynamically when I log in and out from different servers.
Not a solution:
* I am aware of `--colorset` option, but it's only useful if I'm spawning a new sakura process, but not usable on already running one, which is my idea.
* I'm aware of shell escape sequences, but these can be reversed/changed by another program output, and in order for them to work on remote machines, one of .profile .bashrc .zshrc of those users would need to be edited, which changes the paradigm to more decentralized solution. And I'd prefer to configure everything on my client machine, in my terminal of choice - sakura.
Possible solution:
* Honestly, I don't know much about GTK nor POSIX, but they both have systems for passing user defined signals. I'm aware that would greatly change the architecture of sakura, but it would introduce some real-time configurability (perhaps other options could be changed at runtime in the future, as well).
Here are some existing solutions implemented in different terminal emulators:
* Using special ANSI escape code (not one commonly used for coloring fg/bg, because that can be reconfigured by any programs output) like mentioned here - https:/
* Konsole solution which resembles my idea the most - https:/
* Same thing is used by iTerm2 on OSX - https:/
* But it's also capable of receiving such command via AppleScript - https:/
* Full usage example - https:/
Thank you!
tags: | added: wishlist |
Changed in sakura: | |
importance: | Undecided → Wishlist |
status: | New → Confirmed |