Documented the -e option. - sam - An updated version of the sam text editor. | |
git clone git://vernunftzentrum.de/sam.git | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
commit 3ca56f0a42652edc827cdcfaad1c66a39b100587 | |
parent ecca4beef4309c4d78aef083f22f9c8fdb3b29be | |
Author: Rob King <[email protected]> | |
Date: Tue, 17 May 2016 23:46:00 -0500 | |
Documented the -e option. | |
Diffstat: | |
doc/sam.1 | 14 +++++++------- | |
1 file changed, 7 insertions(+), 7 deletions(-) | |
--- | |
diff --git a/doc/sam.1 b/doc/sam.1 | |
@@ -7,6 +7,7 @@ | |
.Sh SYNOPSIS | |
.Nm | |
.Op Fl d | |
+.Op Fl e | |
.Op Fl t Ar terminal | |
.Ar | |
.Nm | |
@@ -38,6 +39,10 @@ Do not download the terminal part of | |
.Nm "." | |
Editing will be done with the command language only, as in | |
.Xr ed 1 "." | |
+.It Fl e | |
+Expand tabs to spaces during editing. | |
+Literal tabs may still be inserted using the character composition functionali… | |
+.Sx "Composed Text Input" "." | |
.It Fl r Ar machine | |
Run the host part remotely on the specified machine, the terminal part locally… | |
.Nm | |
@@ -846,7 +851,7 @@ to load the named files; the default is the most-recently s… | |
.Pp | |
.Nm B | |
may also be called on a remote machine, causing the downloaded instance of sam… | |
-.Ss Unicode Text Input | |
+.Ss Composed Text Input | |
.Nm sam | |
allows the input of arbitrary Unicode characters from the Basic Multilingual P… | |
.Pq BMP | |
@@ -954,7 +959,7 @@ ca \[u2229] cu \[u222A] is … | |
sp \[u2283] !b \[u2284] ib \[u2286] … | |
O+ \[u2295] O- \[u2296] Ox \[u2297] … | |
Tu \[u22A8] lz \[u22C4] el \[u22EF] … | |
-:) \[u263A] ;) \[u263B] | |
+:) \[u263A] ;) \[u263B] ta TAB | |
.TE | |
.Sh ENVIRONMENT | |
The following environment variables affect the operation of | |
@@ -1032,11 +1037,6 @@ When a | |
.Nm sam | |
window is resized, the command window may have the wrong size. | |
.Pp | |
-Under some window managers, resizing the window may cause a panic. | |
-.Pp | |
-.Nm | |
-has issues with compositing window managers like compiz, resulting in some ren… | |
-.Pp | |
The only human language in which colors may be specified is English. | |
.Pp | |
The only human language in which output is generated is English. |