Skip to content

Commit

Permalink
minor reordering of terminal selection
Browse files Browse the repository at this point in the history
Signed-off-by: Loris Degioanni <[email protected]>
  • Loading branch information
ldegio authored and therealbobo committed Apr 10, 2024
1 parent eb9a9bf commit 517e1b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions userspace/sysdig/csysdig.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -760,8 +760,8 @@ sysdig_init_res csysdig_init(int argc, char **argv)
{
MOUSE_CAPABLE_TERM,
eterm,
"xterm-color",
"xterm"
"xterm",
"xterm-color"
};

SCREEN* screen = NULL;
Expand Down

0 comments on commit 517e1b7

Please sign in to comment.