[patch] Synchronization of the panels
Pavel Tsekov
ptsekov at gmx.net
Fri Apr 8 14:00:03 UTC 2005
On Fri, 8 Apr 2005, Pavel Tsekov wrote:
> > Suggestions are welcome.
>
> Ok - several points:
8) Another thing that might be of interest. You can check if the
directory you are monitoring resides on a vfs and if this is the
case you have to disable monitoring for that directory. You can use the
following method for example:
int flags = vfs_file_class_flags (path);
if (flags & VFSF_LOCAL) {
...
} else {
disable dnotify
}
More information about the mc-devel
mailing list