These functions were used before implementation of panel key bindings.
Now these wrappers are unneded.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
mcdiff: some warnings fixed.
search.c: In function ‘mcdiffview_do_search_backward’:
search.c:183: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
ydiff.c: In function ‘cvt_fget’:
ydiff.c:1653: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
ydiff.c: In function ‘dview_execute_cmd’:
ydiff.c:3085: warning: overflow in implicit constant conversion [-Woverflow]
fixed mcdiff search.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
Signed-off-by: Ilia Maslakov <il.smind@gmail.com>
* 212_viewer_help_hardcoded_keys:
check_movement_keys() function is unused. Removed.
Added bindings for vertical scrolling of interactive help.
check_movement_keys() function is not used now in viewer.
Fixed movement to the bottom of file in viewer in hex mode.
Ticket #212: replacement of hardcoded keys in viewer and interactive help.
Added new viewer keybindings instaed of hardcoded keys:
- for move to top and bottom of file;
- for horizontal scroll by 10 columns.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
Initial step: added description for A1 and C1 keys.
A1 and C1 keybindings are applied to WTree, WInput and WPanel widgets.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
Fixed modifiers and removed types recastin in envoronment
variables and messages forming.
Minor code cleanup.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
* 1818_vfs_smb:
Define ENABLE_VFS_NET in C code not in M4 one.
Fixed default behavior of --enable-vfs-undelfs option.
Run samba configure script if --enable-vfs-smb option is used.
Don't check samba options in main configure.
Ticket #1818: configure of samba VFA runs unconditionally.
* 1818_refactoring_no_vfs:
Fixup of conditions for networking VFS.
Changes for configure and build with samba:
VFS: cleaned up smbfs.
VFS: fishfs can now be switched off
VFS: ftpfs can now be switched off
VFS: extfs can now be switched off
VFS: sfs can now be switched off
VFS: tarfs can now be switched off
VFS: cpiofs can now be switched off
Type accuracy in undelfs vfs.
undelfs now switched off by default
VFS: fixups of UNDELFS VFS switch on/off.
Cleanup of lib/vfs/mc-vfs/Makefile.am file.
VFS: Type accuracy in netutil.[ch].
VFS: Moved vfs_split_url() function from netutil.c into utilvfs.c.
Some reorginizing of VFS private and public APIs.
Added type for VFS class flags.
Bug: if VFS is disabled, perl is not checked and man2hlp doesn't work.
Ticket #1818: refactoring of VFS building options.
* m4: AC_CONFIG_SUBDIRS() macros should be always called without relation to enable/disable samba support
* vfs/samba: configure.ac: renamed --with-configdir to --with-smb-configdir
* vfs/samba: configure.ac: renamed --with-codepagedir to --with-smb-codepagedir
Signed-off-by: Slava Zanko <slavazanko@gmail.com>