From 8c4f75fe2d30578a2e7073e760c94c98200cba45 Mon Sep 17 00:00:00 2001 From: defanor Date: Fri, 22 Dec 2017 05:57:17 +0300 Subject: Partially delegate line wrapping to Emacs Not for tables or lists, but for regular text lines. Using visual-line-mode for that by default. --- pancake.1 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pancake.1') diff --git a/pancake.1 b/pancake.1 index 764b104..582c2ff 100644 --- a/pancake.1 +++ b/pancake.1 @@ -23,6 +23,10 @@ Print version and exit. Print a help message. .IP "\fB\-e, \-\-embedded\fR" Run in the embedded mode. +.IP "\fB\-n, \-\-no-wrap\fR" +Leave line wrapping to UI when appropriate: still wrap table cells and +lists, but not regular paragraphs and other basic text lines which can +be wrapped properly by a generic UI. .IP "\fB\-c \fIFILE\fB, \-\-config=\fIFILE\fB\fR" Load configuration from a specified file. -- cgit v1.2.3