1
XXOO 2014-10-03 15:37:12 +08:00
同求,你现在用啥?
|
3
ggarlic 2014-10-03 15:57:21 +08:00
ctrl-b [ then ^f ^b to page up/down
for more lines of file, please increase scrollback buffer |
4
ggarlic 2014-10-03 16:01:09 +08:00 via Android
至于残影问题,是开之后才有么?是的话,调整你的$TERM环境变量
|
5
whilgeek OP @ggarlic 所谓残影问题,如图: http://pydocnote.qiniudn.com/%E5%B1%8F%E5%B9%95%E5%BF%AB%E7%85%A7%202014-10-03%2015.40.37.png 光标明明在上面,但是下面文字还在,用VIM的时候尤其难过。
'echo $TERM'显示xterm-256color,应该如何调整? |
6
ggarlic 2014-10-03 16:32:46 +08:00 via Android
@whilgeek mac没在手上,你进preferences->profiles下的某个tab看看有没有设置term type的地方,看看是不是你刚说的那个
我tmux也有残影问题,但几乎只在weechat里出现 |
8
ggarlic 2014-10-03 18:51:54 +08:00 1
@whilgeek term type就那么几种,xterm-256color screen-256color{,-bce} 没有叫Linux的
|
9
ngn999 2014-10-03 19:41:51 +08:00 1
残影问题是不是这个啊:
http://stackoverflow.com/questions/17868652/screen-how-to-turn-on-alternate-screen >Add altscreen on to your $HOME/.screenrc to enable it. tmux有同样的配置, `man tmux`可见 |
11
Marble 2014-10-03 23:26:45 +08:00 via iPhone 1
另外在tmux下export TERM=screen是最完美的解决方式
|
13
whilgeek OP 仍然使用 iTerm2,Report Terminal Type 设置成 xterm-new,残影问题还是偶尔出现,但是已经不怎么影响使用了
|