2016-08-24 66 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. 
相關問題