Fix minor README issues. - sam - An updated version of the sam text editor. | |
git clone git://vernunftzentrum.de/sam.git | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
commit d3d56423183ecfcf6207ca8adb5a59d2950acf39 | |
parent f7d6a2dcda067e716c16c163ca0342a46941eeca | |
Author: Rob King <[email protected]> | |
Date: Thu, 25 Aug 2016 10:28:24 -0500 | |
Fix minor README issues. | |
Diffstat: | |
README.rst | 12 ++++++------ | |
1 file changed, 6 insertions(+), 6 deletions(-) | |
--- | |
diff --git a/README.rst b/README.rst | |
@@ -79,7 +79,7 @@ Modern OS Support | |
This version of sam compiles and runs on modern Linux/Unix/BSD systems. | |
Improved 64-bit Support | |
- The original sam had support 32-bit architectures and big-endian 64-bit ar… | |
+ The original sam had support for 32-bit architectures and big-endian 64-bi… | |
This version supports 64-bit architectures of any endianess (including, mo… | |
Scalable Font Support | |
@@ -96,12 +96,12 @@ Simplified and Dynamic Configuration | |
The table of composable characters is now dynamically configurable (via th… | |
Far Better Keyboard Support | |
- The cursor ("selection") can be moved using keyboard commands (a la the `W… | |
- A keyboard command (ctrl-k) is provided to jump between the command window… | |
- Various other commands are also available for keyboard binding (e.g. snarf… | |
- These commands are configurable at compile time (and more commands are in … | |
+ The selection ("cursor") can be moved using keyboard commands. | |
+ Additional keyboard-accessible commands allow jumping between file windows… | |
+ scrolling the display, snarfing, pasting, etc. | |
+ The binding of these commands to keyboard sequences is configurable at com… | |
-Support for Two-Button Mice and Wheel Mice. | |
+Support for Two-Button Mice and Wheel Mice | |
The original sam required a three-button mouse. | |
This version is still easier to use with such a mouse, but can be used wit… | |
This version also supports scrolling with mouse wheels. |