Linux screen configure

850阅读 0评论2015-08-07 weilanse
分类:LINUX

#Fixed screen initial windows size change in putty/secureCRT
#Orig
  # Change the xterm initialization string from is2=\E[!p\E[?3;4l\E[4l\E>
  # (This fixes the "Aborted because of window size change" konsole symptoms found
  #  in bug #134198)
  termcapinfo xterm 'is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;4;6l'
#Fixed
 termcapinfo xterm* 'is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;4;6l'

#Enable scroll back
# To get screen to add lines to xterm's scrollback buffer, uncomment the
# following termcapinfo line which tells xterm to use the normal screen buffer
# (which has scrollback), not the alternate screen buffer.
#
termcapinfo xterm|xterms|xs|rxvt ti@:te@


上一篇:Fixed Window 8 boot failure (Error Code:0xc0000034)
下一篇:Notebook Driver Collection