Added theme to prefs output

This commit is contained in:
James Booth
2012-11-22 01:49:50 +00:00
parent 29f72283c4
commit 1adbc17194

View File

@@ -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