Terminals

From Jeremy Bryan Smith
Revision as of 04:59, 27 August 2020 by Jeremy (talk | contribs) (Created page with " =Dealing with a serial TTY smaller than your terminal= * Open tmux * Press Ctrl+B q to see the tmux pane size (e.g. 190x41) * Open the serial connection (e.g. with minicom o...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Dealing with a serial TTY smaller than your terminal

  • Open tmux
  • Press Ctrl+B q to see the tmux pane size (e.g. 190x41)
  • Open the serial connection (e.g. with minicom or screen)
  • Set TTY rows and cols:
    stty rows 41 cols 190
  • Profit