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

tilda emits a VTE runtime warning about missing MULTILINE flag #422

Closed lanoxx closed 4 years ago

lanoxx commented 4 years ago

At runtime tilda can emit the following warning:

int vte_terminal_match_add_regex(VteTerminal*, VteRegex*, guint32): runtime check failed: (_vte_regex_has_multiline_compile_flag(regex))

This regression was introduced in upstream commit 33417bc122a1195ef45789a0be4b7c7bb98dbb14 and in the tilda-1-5 branch via commit 2ea93d5c52645efe76c68e947879905c8bd469c3.

lanoxx commented 4 years ago

This is fixed in master by commit f0f417a6fa60eb6f546117252c49387eaa4caea9 and in tilda-1-5 by commit 13fcde87064c50b21d7c356ca327b199499dad03.