mirror of
https://github.com/Stichting-MINIX-Research-Foundation/xsrc.git
synced 2025-09-22 11:07:46 -04:00
22 lines
615 B
Plaintext
22 lines
615 B
Plaintext
*allowShellResize: true
|
|
XConsole.translations: #override\
|
|
<MapNotify>: Deiconified() \n\
|
|
<UnmapNotify>: Iconified() \n\
|
|
<Message>WM_PROTOCOLS: Quit()
|
|
XConsole.baseTranslations: #override\
|
|
<MapNotify>: Deiconified() \n\
|
|
<UnmapNotify>: Iconified() \n\
|
|
<Message>WM_PROTOCOLS: Quit()
|
|
*text.translations: #override\
|
|
Ctrl<KeyPress>C: Clear() \n\
|
|
<KeyPress>Clear: Clear()
|
|
*text.baseTranslations: #override\
|
|
Ctrl<KeyPress>C: Clear() \n\
|
|
<KeyPress>Clear: Clear()
|
|
*text.scrollVertical: Always
|
|
*text.scrollHorizontal: Never
|
|
*text.width: 400
|
|
*text.height: 70
|
|
*text.allowResize: true
|
|
*editType: read
|