Screen linux command

From Teknologisk videncenter
Revision as of 17:52, 17 November 2023 by Heth (talk | contribs) (Annoying flashing)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Split screen

Two consoles working together

On console 1

screen -S banan

On console 2

Same user as on console 1

screen -x banan

Annoying flashing

You can do what you want in a terminal-independent way using just your .screenrc

vbell on
vbell_msg ''
termcapinfo *  vb=:
The settings are:
  1. first line (you already did this)
  2. second line cancels the Wuff, Wuff!
  3. third line sets the flash to an empty string

Note that the trailing colon (:) is needed for the termcap syntax used by screen.