Skip to content

Commit

Permalink
fix one GRexep ->VteRegexp conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
norbusan committed Mar 18, 2020
1 parent 8e434e6 commit 90f80ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/terminal-screen.c
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ terminal_screen_class_init (TerminalScreenClass *klass)

#ifdef ENABLE_SKEY
n_skey_regexes = G_N_ELEMENTS (skey_regex_patterns);
skey_regexes = g_new0 (GRegex*, n_skey_regexes);
skey_regexes = g_new0 (VteRegex*, n_skey_regexes);

for (i = 0; i < n_skey_regexes; ++i)
{
Expand Down

0 comments on commit 90f80ad

Please sign in to comment.