contour-terminal / contour

Modern C++ Terminal Emulator
http://contour-terminal.org/
Apache License 2.0
2.39k stars 101 forks source link

OSC 777 notification support #121

Open christianparpart opened 4 years ago

christianparpart commented 4 years ago

OSC 777 ; notify ; title ; message ST

to send a notification message to the desktop (such as a systray bubble or so)

This feature is originated from urxvt, but others are implementing it too (VTE, hterm, ...?)

Target platform support

WSLUser commented 3 years ago

You'll likely want to see the discussion at https://github.com/microsoft/terminal/issues/7718, which should help considerably in implementing this.