Difference between revisions of "terminal scrollbar not working"

From thelinuxwiki
Jump to: navigation, search
(Created page with "below solution taken from [https://askubuntu.com/questions/123206/terminal-output-scrolling-is-gone-headless-11-10-server-upgraded-from-10-10 askubuntu.com] The behaviour yo...")
 
 
Line 1: Line 1:
below solution taken from [https://askubuntu.com/questions/123206/terminal-output-scrolling-is-gone-headless-11-10-server-upgraded-from-10-10 askubuntu.com]
+
problem: terminal scrollbar sometimes stops working.
  
 +
below solution taken from [https://askubuntu.com/questions/123206/terminal-output-scrolling-is-gone-headless-11-10-server-upgraded-from-10-10 askubuntu.com]
  
 
The behaviour you describe sounds like your terminal was stuck in the full screen "cursor addressing" mode used by tools like less and vi.
 
The behaviour you describe sounds like your terminal was stuck in the full screen "cursor addressing" mode used by tools like less and vi.

Latest revision as of 13:58, 10 August 2020

problem: terminal scrollbar sometimes stops working.

below solution taken from askubuntu.com

The behaviour you describe sounds like your terminal was stuck in the full screen "cursor addressing" mode used by tools like less and vi.

The mode can become stuck if those programs do not exit cleanly. For instance, if you kill -9 them, or are running them through an ssh session that disconnects. You can exit this terminal mode by running the following command:

try

$ tput rmcup

or

$ tput reset