Difference between revisions of "Screen linux command"

From Teknologisk videncenter
Jump to: navigation, search
m (Annoying flashing)
m (Annoying flashing)
 
Line 16: Line 16:
 
vbell_msg ''
 
vbell_msg ''
 
termcapinfo *  vb=:
 
termcapinfo *  vb=:
 +
</source>
 
The settings are:
 
The settings are:
</source>
+
 
 
#first line (you already did this)
 
#first line (you already did this)
 
#second line cancels the Wuff, Wuff!
 
#second line cancels the Wuff, Wuff!

Latest revision as of 07:38, 9 September 2025

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.