XConsole 767 B

1234567891011121314151617181920212223242526272829
  1. ! $Xorg: XConsole.ad,v 1.3 2000/08/17 19:54:13 cpqbld Exp $
  2. !
  3. !
  4. !
  5. !
  6. ! $XFree86: xc/programs/xconsole/XConsole.ad,v 1.2 2000/03/31 22:55:55 dawes Exp $
  7. *allowShellResize: true
  8. XConsole.translations: #override\
  9. <MapNotify>: Deiconified() \n\
  10. <UnmapNotify>: Iconified() \n\
  11. <Message>WM_PROTOCOLS: Quit()
  12. XConsole.baseTranslations: #override\
  13. <MapNotify>: Deiconified() \n\
  14. <UnmapNotify>: Iconified() \n\
  15. <Message>WM_PROTOCOLS: Quit()
  16. *text.translations: #override\
  17. Ctrl<KeyPress>C: Clear() \n\
  18. <KeyPress>Clear: Clear()
  19. *text.baseTranslations: #override\
  20. Ctrl<KeyPress>C: Clear() \n\
  21. <KeyPress>Clear: Clear()
  22. *text.scrollVertical: Always
  23. *text.scrollHorizontal: Never
  24. *text.width: 400
  25. *text.height: 70
  26. *text.allowResize: true
  27. *editType: read