! WARNING: THIS FILE IS INSTALLED BY pkg(1)
! DO NOT EDIT THIS FILE. EDITS WILL BE LOST.
! Override xterm(1) defaults appropriately for zone VNC console
! scrollback buffer
xterm*saveLines: 1000
! double-click to select whole URLs
xterm*charClass: 33:48,36-47:48,58-59:48,61:48,63-64:48,95:48,126:48
! fix that annoying input method error message on startup
xterm.VT100.openIm: false
! display right scroll bar
xterm.VT100.scrollBar: true
xterm.VT100.rightScrollBar: true
! prevent xterm popup menu access from Ctrl + mouse buttons 1-3
xterm.VT100.translations: #override \
Ctrl <Btn1Down>: ignore() \n\
Ctrl <Btn2Down>: ignore() \n\
Ctrl <Btn3Down>: ignore()