/docs/MyDocs

To get this branch, use:
bzr branch http://darksoft.org/webbzr/docs/MyDocs

« back to all changes in this revision

Viewing changes to Administration/Linux/xorg/xterm.txt

  • Committer: Suren A. Chilingaryan
  • Date: 2009-04-09 03:21:08 UTC
  • Revision ID: csa@dside.dyndns.org-20090409032108-w4edamdh4adrgdu3
import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
1. xterm and friends must be started as xterm -l (login) and be
 
2
   setuid root to be able to write to utmp / wtmp.
 
3
 
 
4
2. if Shift + Left, Shift + Right wan't work, add 
 
5
    *SunKeyboard: true
 
6
 
 
7
3. Switching off visual bell
 
8
    *visualBell
 
9
    
 
10
4. wideChars (-wc) mode of xterm permiting switch between utf and non-utf modes using escape
 
11
sequences:
 
12
    Switch On  UTF mode: echo -n -e '\033%G'
 
13
    Switch Off UTF mode: echo -n -e '\033%@'
 
14