colors.background
@@ -171,6 +172,14 @@ How often, in seconds, the UI refreshes itself.
change.
Values: A positive integer, 0..n
.
term
+This value is optional. Sets a custom value for the terminal type this app runs in. Leave this entry out of the config if you simply want to use your terminal’s
+default setting.
+Note: If an invalid value is provided for this setting, the app will
+ crash with a "terminal entry not found"
error.
+Values: Any valid terminal type (ie: vt100, xterm, xterm-256color, ansi,
+etc.).