top: warn of man page impact if 'USE_X_COLHDR' defined
This warning was added after discovering openSUSE uses
the option with (at least) their 'tumbleweed' version.
The man document sections impacted are: 4e, 5d and 5e.
That is where it was asserted sort column highlighting
would be temporarily turned off if search ('L') and/or
filtering ('O') is active. This option makes it false.
[ shame on suse for not also correcting the man page ]
Signed-off-by: Jim Warner <james.warner@comcast.net>
This commit is contained in:
@@ -576,6 +576,9 @@ typedef struct WIN_t {
|
|||||||
#if defined(SCALE_FORMER) && defined(SCALE_POSTFX)
|
#if defined(SCALE_FORMER) && defined(SCALE_POSTFX)
|
||||||
# warning 'SCALE_POSTFX' is ignored when 'SCALE_FORMER' is active
|
# warning 'SCALE_POSTFX' is ignored when 'SCALE_FORMER' is active
|
||||||
#endif
|
#endif
|
||||||
|
#if defined(USE_X_COLHDR)
|
||||||
|
# warning 'USE_X_COLHDR' makes parts of man page misleading (4e, 5d & 5e)
|
||||||
|
#endif
|
||||||
|
|
||||||
/*###### Some Prototypes (ha!) #########################################*/
|
/*###### Some Prototypes (ha!) #########################################*/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user