当我在终端中执行此操作时:
echo -e "\xF0\x9f\x8d\xba"
Run Code Online (Sandbox Code Playgroud)
我的终端里有一个很酷的啤酒杯:
但是,当我启动 screen 并尝试相同的操作时,我得到了一个 ?。我如何获得漂亮的啤酒杯?
这是我的 .screenrc:
nethack on
startup_message off
defscrollback 3000
hardstatus on
hardstatus alwayslastline
hardstatus string "%{.bW}%-w%{.rW}%n %t%{-}%+w %=%{..G} %H %{..Y} %m/%d %c"
termcapinfo xterm 'bc@:bs@'
ignorecase on
maptimeout 0
vbell off
defutf8 on
defencoding utf8
Run Code Online (Sandbox Code Playgroud)
使用该-U选项运行 screen也无济于事。
在 bash 中的行为是这样的:
., ,,-等/。在+和++zsh中,其行为类似于.CtrlWCtrlAltHbash
我想要与 中相同的行为bash。