Skip to content

Commit

Permalink
Remove HilightColor from manual page.
Browse files Browse the repository at this point in the history
The command is obsoleted and the style options it suggested no longer
exist, so this can confuse users.
  • Loading branch information
somiaj authored and ThomasAdam committed Jun 28, 2024
1 parent f6dd682 commit edc53b3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 26 deletions.
1 change: 0 additions & 1 deletion dev-docs/COMMANDS
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ The recognized commands for fvwm 2.6.6 (from cvs) as of 09-Sep-2014:
GotoDeskAndPage - Switch viewport to another desk and page
GotoPage - Switch viewport to another page same desk
HideGeometryWindow - Hide/show the position/size window
HilightColor - (obsolete, use Style * HighlightFore/Back)
HilightColorset - (obsolete, use Style * HighlightColorset)
IconFont - (obsolete, use Style * IconFont)
Iconify - Change iconification status of a window (minimize)
Expand Down
1 change: 0 additions & 1 deletion dev-docs/PARSING.md
Original file line number Diff line number Diff line change
Expand Up @@ -1805,7 +1805,6 @@ CMD_WINDOWSDESK = "WindowsDesk" ; See 'MoveToDesk'
CMD_DESK = "Desk" ; See 'Gotodesk'
CMD_EDGERESISTANCE = "EdgeResistance" ; Style * EdgeMoveDelay, EdgeMoveResistance
CMD_HIDEGEOMETRYWINDOW = "HideGeometryWindow" ; GeometryWindow Hide
CMD_HILIGHTCOLOR = "HilightColor" ; Style
CMD_ICONFONT = "IconFont" FONTNAME ; Style
CMD_ICONPATH = "IconPath" ; ImagePath
CMD_PIXMAPPATH = "PixmapPath" ; ImagePath
Expand Down
23 changes: 5 additions & 18 deletions doc/fvwm3_manpage_source.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3323,18 +3323,6 @@ WindowId 0x3800002 FakeKeypress press A
+
Note: all command names can be abbreviated with their first letter.

*HilightColor* _textcolor_ _backgroundcolor_::
This command is obsoleted by the *Style* options _HilightFore_ and
_HilightBack_. Please use
+

....
Style * HilightFore textcolor, HilightBack backgroundcolor
....

+
instead.

*HilightColorset* [_num_]::
This command is obsoleted by the *Style* option _HilightColorset_.
Please use
Expand Down Expand Up @@ -5351,9 +5339,8 @@ and overrides the colors set by _Color_ or _Colorset_. To stop using
this colorset, the argument is omitted.
+
_HilightIconTitleColorset_ takes the colorset number as its sole
argument and overrides the colors set by *HilightColor* or
_HilightColorset_. To stop using this colorset, the argument is
omitted.
argument and overrides the colors set by _HilightColorset_.
To stop using this colorset, the argument is omitted.
+
_IconBackgroundColorset_ takes the colorset number as its sole
argument and uses it to set a background for the icon picture. By
Expand Down Expand Up @@ -6694,9 +6681,9 @@ Add or divert commands to the decor named _decor_. A decor is a name
given to the set of commands which affect button styles, title-bar
styles and border styles. If _decor_ does not exist it is created;
otherwise the existing _decor_ is modified. Note: Earlier versions
allowed to use the *HilightColor*, *HilightColorset* and *WindowFont*
commands in decors. This is no longer possible. Please use the *Style*
command with the _Hilight..._ and _Font_ options.
allowed to use the *HilightColorset* and *WindowFont* commands in decors.
This is no longer possible. Please use the *Style* command with the
_Hilight..._ and _Font_ options.
+
New decors start out exactly like the "default" decor without any
style definitions. A given decor may be applied to a set of windows
Expand Down
6 changes: 0 additions & 6 deletions perllib/FVWM/Commands.pm
Original file line number Diff line number Diff line change
Expand Up @@ -452,12 +452,6 @@ $TIME = 1410306754;
window => 0,
descr => q{Hide/show the position/size window},
},
{
name => 'HilightColor',
cursor => '',
window => 0,
descr => q{(obsolete, use Style * HighlightFore/Back)},
},
{
name => 'HilightColorset',
cursor => '',
Expand Down

0 comments on commit edc53b3

Please sign in to comment.