[comp.windows.x] twm border highlighting

dhaugh@cs1.bradley.EDU (David Haugh) (05/31/91)

Based on the "NoHighlight" description in the twm man file I get
the impression that the window border should change between BorderColor
(highlighted) and a stippled gray pattern using BorderTileForeground
and BorderTileBackground (unhighlighted) by default.  Is this correct?
I have tried many combinations of .twmrc variables without this result.
I would like the border to change when a window receives focus.
A working .twmrc example would be appreciated.

gildea@expo.lcs.mit.EDU (Stephen Gildea) (05/31/91)

    Based on the "NoHighlight" description in the twm man file I get
    the impression that the window border should change between BorderColor
    (highlighted) and a stippled gray pattern ....

Hmm, perhaps you have not read the "BorderColor" description in the
twm manual where it says that BorderColor must be within a Color or
Monochrome list.  Try this:

Color
{
  BorderColor "yellow"
}


 < Stephen
   MIT X Consortium