summaryrefslogtreecommitdiffstats
path: root/src/doc
diff options
context:
space:
mode:
authorAndrés <andmarti@gmail.com>2021-03-13 00:37:01 -0300
committerAndrés <andmarti@gmail.com>2021-03-13 00:37:01 -0300
commit58863f09be7d8839f52b2264ec709c8be5ff1bc2 (patch)
treeac0b219de828e96005ffe29c4868ee4076cb07d4 /src/doc
parent8274b7f0580cf95a157fb7a2bf68a50100c30ac8 (diff)
Added new 'input_bar_bottom' configuration variable
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 46ba469..070a663 100755
--- a/src/doc
+++ b/src/doc
@@ -1148,6 +1148,9 @@ Commands for handling cell content:
If cell content exceedes column width it gets cut off to fit the column
width. If overlap is set, the content overflows into the next column.
+ 'input_bar_bottom' [default off]
+ Place the input bar at the bottom of the screen.
+
'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.