-
-
Notifications
You must be signed in to change notification settings - Fork 2
Add SVG support to Terminal widget as a compile-time option. #9
Copy link
Copy link
Open
Labels
Description
Given the increasing popularity of inline images support in virtual terminal emulators, and the usage of SVG in general, the SVG rendering support can be added to TerminalCtrl as a compile-time option, since U++ already provides the necessary and easy-to-use SVG rendering functions.
As for the required changes in the wire protocols: This option doesn't necessarily require any modification of supported/existing wire protocols (DECSIXEL/jexer/iterm2), since TerminalCtrl already uses a generic infrastructure to identify and decode images.
Reactions are currently unavailable