One more check on valid display which is known to be in the startup
[xcircuit.git] / examples / .xcircuitrc
blobd21ae4e1b12286d48c80dd35ba59c2dacf7b4fbf
1 #-----------------------------------------#
2 # xcircuitrc file for editing sheet music #
3 # (TCL version)                           #
4 #-----------------------------------------#
6 # 1) Don't load any of the default libraries.
7 #    Instead, load only "musiclib".
8 library override
9 library 1 load musiclib
11 # 2) Load font Times-Roman and set the default font to Times-RomanISO
12 loadfont Times-Roman
13 # set fontfamily Times-Roman
14 label family Times-Roman
16 # 3) Set various parameters for music editing
17 config boxedit rhomboidy
18 config colorscheme inverse
19 xcircuit::xschema disable
21 # 4) Set Backspace = Delete
22 bindkey "BackSpace" "Text Left" forget
23 bindkey "BackSpace" "Text Delete"