From e57fa1633a6d33583454638d43cc84167a40c19b Mon Sep 17 00:00:00 2001 From: Will Song Date: Thu, 8 Jan 2015 10:18:29 -0600 Subject: add exit title preference to group and add command for setting the preference --- src/command/commands.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/command/commands.c') diff --git a/src/command/commands.c b/src/command/commands.c index 5b5bd95e..0da93038 100644 --- a/src/command/commands.c +++ b/src/command/commands.c @@ -3254,6 +3254,12 @@ cmd_titlebar(gchar **args, struct cmd_help_t help) return _cmd_set_boolean_preference(args[0], help, "Titlebar", PREF_TITLEBAR); } +gboolean +cmd_exittitle(gchar **args, struct cmd_help_t help) +{ + return _cmd_set_boolean_preference(args[0], help, "Exit title", PREF_EXIT_TITLE); +} + gboolean cmd_outtype(gchar **args, struct cmd_help_t help) { -- cgit 1.4.1-2-gfad0