2016-08-24 108 views
0

我们还需要另一个屏幕问题吗?这只是关于垂直拆分。gnu屏幕通过腻子拆分-v右侧显示屏在左侧出现

IM在可信赖的塔尔羊

$ screen -v 
Screen version 4.01.00devel (GNU) 2-May-06 

在i垂直分割split -v,这似乎看起来正常。 右侧的窗格可以直接使用。然而,不管全屏幕或窗口,一旦我Tab键切换到右侧窗格,它显示终端提示,什么IM打字, 但执行一次......

输出在弹出左侧窗格,

...覆盖顶部并使其混乱。

这留下右手边空的是输出,在这里你还可以看到终端提示的,但有一个绿色光标神器低于坐在那里大约两线(年底会是怎样被原始输出) ,它离开并弹出到左侧。

那么,是否有什么内在的分裂面板的问题-v导致这个右侧的损坏,或者它可能是我的腻子设置?

这是我的配置,请注意绑定werent这个特定的设置,然后可以很容易地改变左/右侧。

#.screenrc 
startup_message off 
vbell off 
nonblock on  
altscreen on 
hardstatus message 
#COMMENTING test for display issues 
caption string "%{= kw}%Y-%m-%d;%c %{= kw}%-Lw%{= kG}%{+b}[%n %t]%{-b}%{= kw}%+Lw%1`" 


# SCROLLBACK 
defscrollback 10000 

# BINDINGS 
defbce "on" 
bind 'K' kill 
bind 'W' windowlist 
bind 'V' split -v 
bindkey -k k8 focus up 
bindkey -k k9 focus down 

而且屏幕

#The split screen config 
    screen -f -A -a -t 2col-l 1 
    #shell -$SHELL 
    split -v 
    focus right 
    #screen -f -A -a -t 2col-r 2 
    screen -a -t 2col-r 2 
    focus left 

回答

0

我找到了一个很好的解决方案很多腻子/屏幕(有和没有VIM)通过腻子错误。事实证明,这是腻子设置,尤其是终端类型,但其他一些设置都明智地在这里详述http://swhig.web.unc.edu/vim/

如果你把你的腻子设置减到最小,那么你的设计非常棒。

有用的设置已删除所有腻子定制,从头开始创建一个新的配置文件,把下面的

Window -> Colours -> Allow terminal to use xterm 256-colour mode 
Connection > Data -> Terminal-type string -> putty-256color 

Window > Appearance -> font consolas greatly helped the readibility, not sure if that helped with the issue or not. 
相关问题