term: Adjustments for backport
diff --git a/common/protos/stivale2.c b/common/protos/stivale2.c
index a2ea1bda..060a1a91 100644
--- a/common/protos/stivale2.c
+++ b/common/protos/stivale2.c
@@ -560,9 +560,9 @@ failed_to_load_header_section:
#endif
char *term_conf_override_s = config_get_value(config, 0, "TERM_CONFIG_OVERRIDE");
if (term_conf_override_s != NULL && strcmp(term_conf_override_s, "yes") == 0) {
- term_vbe(config, req_width, req_height);
+ gterm_init(config, req_width, req_height);
} else {
- term_vbe(NULL, req_width, req_height);
+ gterm_init(NULL, req_width, req_height);
}
if (current_video_mode < 0) {
