From 1adbc171949066a8716d17f550fe15696ce19410 Mon Sep 17 00:00:00 2001 From: James Booth Date: Thu, 22 Nov 2012 01:49:50 +0000 Subject: [PATCH] Added theme to prefs output --- src/windows.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/windows.c b/src/windows.c index 902d023e..27c73cb4 100644 --- a/src/windows.c +++ b/src/windows.c @@ -1010,6 +1010,8 @@ cons_prefs(void) else cons_show("Terminal flash : OFF"); + cons_show("Theme : %s", prefs_get_theme()); + if (prefs_get_intype()) cons_show("Show typing : ON"); else