Skip to content

Commit 6858bdf

Browse files
committed
configs: common: Add tmux support for ncurses
This commit updates the common toolchain configurations to explicitly set the list of supported terminal types for the ncurses library and adds `screen`, `screen-256color`, `tmux`, `tmux-256color` terminal type support. These terminal types are required in order to properly handle user inputs (e.g. for GDB shell) inside tmux. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
1 parent ab56cf3 commit 6858bdf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

configs/common.config

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Common crosstool-ng configurations for all toolchain variants
22

3+
# Ncurses
4+
CT_NCURSES_HOST_FALLBACKS="linux,xterm,xterm-color,xterm-256color,vt100,screen,screen-256color,tmux,tmux-256color"
5+
36
# Binutils
47
CT_BINUTILS_SRC_CUSTOM=y
58
CT_BINUTILS_CUSTOM_LOCATION="${GITHUB_WORKSPACE}/binutils"

0 commit comments

Comments
 (0)