private.rc
author claus
Mon, 10 Oct 1994 04:36:13 +0100
changeset 7 57c09d1b7f69
parent 4 bf0b63015196
child 8 d82829c0d867
permissions -rw-r--r--
*** empty log message ***

"*
 * $Header$
 *
 * sample private.rc - file
 *
 * a copy of this file can reside in your home directory -
 * put all user-private preferences in here.
 *"

Smalltalk systemPath addFirst:'../..'.

"claus:
 I like those cursors :-)
 if you think this is too 'childish', remove the line below ...
"

Smalltalk silentFileIn:'../goodies/Cursor-ST80Cursors.chg'.
!
"claus:
 I dont want those warnings about stx features being non-portable ...
"
OperatingSystem getLoginName = 'claus' ifTrue:[
    Compiler warnSTXSpecials:false
].
!

EditTextView classResources at:'cursorType' put:#caret.
!
"/ MessageTracer trace:Display selectors:(XWorkstation selectorArray)