diff options
author | pommicket <pommicket@gmail.com> | 2023-07-16 15:07:41 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-07-16 15:42:00 -0400 |
commit | 3f734cf1eb86fef82c7390df003124565b8a84c6 (patch) | |
tree | 193e24ffab1c2a2397fb73292d60653f5ef1c97f /ted.cfg | |
parent | d27853b51f09c080b1c78201a947fcb6b6cc6b72 (diff) |
initial draft of variable-width font handling
Diffstat (limited to 'ted.cfg')
-rw-r--r-- | ted.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -78,6 +78,8 @@ max-file-size = 20000000 max-file-size-view-only = 100000000 # how much ctrl+scroll wheel changes the text size (0 for no change, negative to invert change) ctrl-scroll-adjust-text-size = 1.0 +# force every letter to get its width from space +force-monospace = no # whether to use vsync or not. you probably want this on. vsync = on |