Ticket #1545: Don't escape tilde on cmdline, this is not necessary.
[midnight-commander.git] / edit / usermap.h
blob860c99a5614c4834cb8278bdbc70e4fe1d5a84b4
2 /** \file
3 * \brief Header: cooledit.bindings file parser
4 * \author Vitja Makarov
5 * \date 2005
6 */
8 #ifndef MC_USERMAP_H
9 #define MC_USERMAP_H
11 #define MC_USERMAP ".mc/cedit/cooledit.bindings"
13 #include "edit-impl.h"
15 /* load user map */
16 gboolean edit_load_user_map (WEdit *edit);
18 #endif