summaryrefslogtreecommitdiffstats
path: root/src/doc
diff options
context:
space:
mode:
authorAndrés <andmarti@gmail.com>2021-03-14 09:20:37 -0300
committerAndrés <andmarti@gmail.com>2021-03-14 09:20:37 -0300
commite2ab6de106528c1674686e0081a541df99afc574 (patch)
treef35172d2bc9c8a27728c31911fe5b12b9c233f54 /src/doc
parentc4372c31ce07f6fce8b41486f6b8ba2956965a96 (diff)
added new underline_grid config value to show a nicer grid
Diffstat (limited to 'src/doc')
-rwxr-xr-xsrc/doc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/doc b/src/doc
index 070a663..f8ec926 100755
--- a/src/doc
+++ b/src/doc
@@ -1151,6 +1151,9 @@ Commands for handling cell content:
'input_bar_bottom' [default off]
Place the input bar at the bottom of the screen.
+ 'underline_grid' [default off]
+ Underline cells to make a nicer grid
+
'truncate' [default off]
If cell content exceedes column width it gets replaced by asterisks '*'.
If truncate is set, the content is cut off at the end of the cell.