Skip to content

Instantly share code, notes, and snippets.

@JWhitleyWork
Created December 22, 2021 23:25
Show Gist options
  • Save JWhitleyWork/b9d1867c47d6b80a91b60dbe76a8eeb1 to your computer and use it in GitHub Desktop.
Save JWhitleyWork/b9d1867c47d6b80a91b60dbe76a8eeb1 to your computer and use it in GitHub Desktop.
Fix Terminal in Serial Connection
Find terminal size:
tput lines
tput cols
Set terminal size in serial console:
stty rows Y cols X
Also recommend setting export TERM=screen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment