Re: How to change the defaults for file highlighting?



On Sun, 2009-11-29 at 13:39 -0600, Theodore Kilgore wrote:

Thanks. Now if someone can specify exactly which code version this is and 
exactly where to get it?

[Midnight-Commander]
select_flags = ...


/* selection flags */
typedef enum {
    SELECT_FILES_ONLY = 1 << 0,
    SELECT_MATCH_CASE = 1 << 1,
    SELECT_SHELL_PATTERNS = 1 << 2
} select_flags_t;

 
-- 
Sincerely yours,
Yury V. Zaytsev




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]