components/openstack/nova/files/Xresources
branchs11-update
changeset 4628 21e8147a2b1e
child 7701 750963ecf93b
equal deleted inserted replaced
4627:2101fdb9d9aa 4628:21e8147a2b1e
       
     1 ! WARNING: THIS FILE IS INSTALLED BY pkg(1)
       
     2 ! DO NOT EDIT THIS FILE.  EDITS WILL BE LOST.
       
     3 ! Override xterm(1) defaults appropriately for zone VNC console
       
     4 ! scrollback buffer
       
     5 xterm*saveLines:	1000
       
     6 ! double-click to select whole URLs
       
     7 xterm*charClass: 33:48,36-47:48,58-59:48,61:48,63-64:48,95:48,126:48
       
     8 ! fix that annoying input method error message on startup
       
     9 xterm.VT100.openIm:     false
       
    10 ! display right scroll bar
       
    11 xterm.VT100.scrollBar:  true
       
    12 xterm.VT100.rightScrollBar:     true
       
    13 ! prevent xterm popup menu access from Ctrl + mouse buttons 1-3
       
    14 xterm.VT100.translations: #override \
       
    15         Ctrl <Btn1Down>: ignore() \n\
       
    16         Ctrl <Btn2Down>: ignore() \n\
       
    17         Ctrl <Btn3Down>: ignore()