Added substitution config switch

This commit is contained in:
2023-08-20 16:19:57 -07:00
parent 6e3609d85e
commit 6969d17cce
4 changed files with 110 additions and 101 deletions

View File

@ -19,7 +19,7 @@ pub struct Config {
// with prettier unicode alternatives?
//
// Automatically disabled if enable_unicode is off.
//pub enable_substituion: bool,
pub enable_substituion: bool,
// Should we print simple powers
// as unicode superscript chars?
@ -38,7 +38,7 @@ impl Config {
pub fn new() -> Config {
Config{
term_color_type: 2,
//enable_substituion: true,
enable_substituion: true,
//enable_unicode: true,
enable_super_powers: true,
enable_one_over_power: true