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

_______________________________________________
Mc mailing list
http://mail.gnome.org/mailman/listinfo/mc

Reply via email to