示例#1
0
文件: color.c 项目: sfionov/mc-dev
void
tty_init_colors (gboolean disable, gboolean force)
{
    tty_color_init_lib (disable, force);
    mc_tty_color__hashtable = g_hash_table_new_full (g_str_hash, g_str_equal,
                                                     color_hash_destroy_key,
                                                     color_hash_destroy_value);
}
示例#2
0
文件: color.c 项目: ActionLuzifer/mc
void
tty_init_colors (gboolean disable, gboolean force)
{
    tty_color_init_lib (disable, force);
    mc_tty_color__hashtable = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, g_free);
}