WORKAROUND: Change $TERM env variable to xterm-color

This commit is contained in:
Cédric Leporcq 2020-02-01 19:12:19 +01:00
parent d8bbedf883
commit 8bd4844f0b
1 changed files with 1 additions and 1 deletions

View File

@ -1738,7 +1738,7 @@ static void on_alpha_screen_changed(GtkWindow *window, GdkScreen *, void *) {
int main(int argc, char **argv) { int main(int argc, char **argv) {
GError *error = nullptr; GError *error = nullptr;
const char *const term = "xterm-termite"; const char *const term = "xterm-color";
char *directory = nullptr; char *directory = nullptr;
gboolean version = FALSE, hold = FALSE; gboolean version = FALSE, hold = FALSE;