aboutsummaryrefslogtreecommitdiff
path: root/programs/st
diff options
context:
space:
mode:
Diffstat (limited to 'programs/st')
-rw-r--r--programs/st/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/programs/st/config.h b/programs/st/config.h
index c9fca58..d6402f9 100644
--- a/programs/st/config.h
+++ b/programs/st/config.h
@@ -27,7 +27,7 @@ char *stty_args = "stty raw pass8 nl -echo -iexten -cstopb 38400";
27char *vtiden = "\033[?6c"; 27char *vtiden = "\033[?6c";
28 28
29/* Kerning / character bounding-box multipliers */ 29/* Kerning / character bounding-box multipliers */
30static float cwscale = 0.9; 30static float cwscale = 1.0;
31static float chscale = 1.0; 31static float chscale = 1.0;
32 32
33/* 33/*
@@ -46,7 +46,7 @@ int allowaltscreen = 1;
46 46
47/* allow certain non-interactive (insecure) window operations such as: 47/* allow certain non-interactive (insecure) window operations such as:
48 setting the clipboard text */ 48 setting the clipboard text */
49int allowwindowops = 0; 49int allowwindowops = 1;
50 50
51/* 51/*
52 * draw latency range in ms - from new content/keypress/etc until drawing. 52 * draw latency range in ms - from new content/keypress/etc until drawing.