lanoxx / tilda

A Gtk based drop down terminal for Linux and Unix
GNU General Public License v2.0
1.27k stars 162 forks source link

Allow-bold deprecation #398

Closed egmontkob closed 4 years ago

egmontkob commented 4 years ago

FYI:

VTE 0.60 is set to deprecate the the get/set_allow_bold() methods. At some point in the future, the functionality might get removed as well (that is, the terminal will always respect if an application asks for bold text, and pick a bold font).

You might consider removing this feature from your app.

lanoxx commented 4 years ago

I have removed it. Thanks for letting me know.