[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
TeminalView updates
[Thread Prev] | [Thread Next]
- Subject: TeminalView updates
- From: Bruce Steers <bsteers4@xxxxxxxxx>
- Date: Wed, 30 Oct 2024 16:09:49 +0000
- To: Gambas Mailing List <user@xxxxxxxxxxxxxxxxxxxxxx>
Got some updates soon for terminal if you want them Ben. Includes... Finish WindowCommands , previously I only did "\e[ t" commands 1 through 10 , have now done through to 23 only 24 is not done. It adds TerminalView.IconTitle as 22 and 23 use terminal icon title text TerminalScreen.CursorColor , changes cursor color using OSC \e]12;color\e\\ supporting using any of color values (gambas integer) , rgb(a) , and constants (i only found one of my other terminal programs supporting cursor color and only using color words like "red") I've used these methods.. echo -ne "\e]12;red\e\\" echo -ne "\e]12;16711680\e\\" echo -ne "\e]12;rgb:255,0,0,50\e\\" , separators can be any of "/\:;,"
Re: TeminalView updates | Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx> |