#1
|
|||
|
|||
![]()
Seems after I upgraded from SecureCRT 8.x to 9.x on Windows 10, I lost ability to scrollback in my CentOS Linux Screen sessions ? Currently using SecureCRT 9.0.0 x64 build 2430 released on Feb 18, 2021
My Screen has default set to scrollback buffer of 200000 lines in CentOS 7.9 servers I log into Code:
cat /root/.screenrc defscrollback 200000 Code:
rpm -qa screen screen-4.1.0-0.26.20120314git3c2946.el7.x86_64 Code:
screen -S test -h 200000
__________________
.. |
#2
|
|||
|
|||
Seems changing from Terminal emulation mode Xterm with Ansi 256 color to VT100 with Ansi gave me back my screen session's scrollback buffers!
__________________
.. |
#3
|
||||
|
||||
Older versions of SecureCRT (prior to 8.7.x) which don't support "true color" (24-bit color codes) present themselves to the remote shell as a terminal of type: "xterm".
Newer versions of SecureCRT (8.7.x and newer) which do support true color present themselves to the remote shell as a terminal of type: "xterm-256color". It seems that your remote application may not understand what an xterm-256color terminal is, or otherwise might be confused by it. If you want to have xterm capabilities (rather than relenting to VT100), and avoid confusing the remote app, you can leave the terminal emulation set to Xterm, and then set the Terminal type field to "xterm" in the Terminal > Emulation > Advanced category of Session Options in SecureCRT so that SecureCRT will advertise itself as "xterm" instead of "xterm-256color". --Jake
__________________
Jake Devenport VanDyke Software Technical Support YouTube Channel: https://www.youtube.com/vandykesoftware Email: support@vandyke.com Web: https://www.vandyke.com/support |
#4
|
|||
|
|||
Quote:
much appreciated ![]()
__________________
.. |
![]() |
Tags |
screen , securecrt |
Thread Tools | |
Display Modes | |
|
|