Lines Matching refs:configure
36 after idle {.console configure -font {Monaco 9 normal}}
37 .sb configure -bg white
38 .console configure -bg white -bd 0 -highlightthickness 0 \
41 .console tag configure sel -relief ridge
42 bind .console <FocusIn> { .console tag configure sel -borderwidth 0
43 .console configure -selectbackground black -selectforeground white }
44 bind .console <FocusOut> { .console tag configure sel -borderwidth 2
45 .console configure -selectbackground white -selectforeground black }
50 .console tag configure stderr -foreground red
51 .console tag configure stdin -foreground blue