Merge branch 'master' of github.com:deadpixi/sam - sam - An updated version of the sam text editor.
(HTM) git clone git://vernunftzentrum.de/sam.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) LICENSE
---
(DIR) commit e0e3937486336db54c747161aebed1628656d3af
(DIR) parent 35fa702ade26dc48a65c5825ea5d9f75964ba612
(HTM) Author: Rob King <jking@deadpixi.com>
Date: Thu, 1 Sep 2016 10:48:43 -0500
Merge branch 'master' of github.com:deadpixi/sam
Diffstat:
samterm/main.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
(DIR) diff --git a/samterm/main.c b/samterm/main.c
@@ -521,7 +521,8 @@ cmdbol(Flayer *l, long a, Text *t)
if(raspc(&t->rasp, --a) == '\n') {
a++;
break;
- }
+ }
+
flsetselect(l, a, a);
center(l, a);