mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
Merge branch '4396_contour_terminal'
* 4396_contour_terminal: Ticket #4396: (tty_check_term): support Contour terminal.
This commit is contained in:
commit
9f15305dc2
@ -101,6 +101,7 @@ sigintr_handler (int signo)
|
||||
* foot*
|
||||
* screen*
|
||||
* tmux*
|
||||
* contour*
|
||||
*/
|
||||
gboolean
|
||||
tty_check_term (gboolean force_xterm)
|
||||
@ -124,7 +125,8 @@ tty_check_term (gboolean force_xterm)
|
||||
|| strncmp (termvalue, "alacritty", 9) == 0
|
||||
|| strncmp (termvalue, "foot", 4) == 0
|
||||
|| strncmp (termvalue, "screen", 6) == 0
|
||||
|| strncmp (termvalue, "tmux", 4) == 0;
|
||||
|| strncmp (termvalue, "tmux", 4) == 0
|
||||
|| strncmp (termvalue, "contour", 7) == 0;
|
||||
/* *INDENT-ON* */
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user