summaryrefslogtreecommitdiffstats
path: root/src/conf.c
diff options
context:
space:
mode:
authormongo <mongo@iomega>2016-08-26 14:16:17 -0300
committermongo <mongo@iomega>2016-08-26 14:16:17 -0300
commit64f0f39f1907e95c8fab18e57f0c0d45d015cc76 (patch)
tree3a7578e3de60bbe58efd1089b63b2563a0d86963 /src/conf.c
parent2522fcb6fce3285a6e9284a3c019c0dfd0250def (diff)
new overlap configuration parameter.
If overlap is set to true, the cell content that exceedes column width continues to show in the following column. fix a bug when repaiting a cell that has a wide char size over than one.
Diffstat (limited to 'src/conf.c')
-rw-r--r--src/conf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/conf.c b/src/conf.c
index f0adab0..5cb8546 100644
--- a/src/conf.c
+++ b/src/conf.c
@@ -16,6 +16,7 @@ void store_default_config_values() {
put(user_conf_d, "quit_afterload", "0");
put(user_conf_d, "numeric_zero", "0");
put(user_conf_d, "numeric_decimal", "0");
+ put(user_conf_d, "overlap", "0");
// we calc get gmtoffset
#ifdef USELOCALE