shithub: acme

Download patch

ref: 4b9503c5f0dc1db6bd8c1a9861d78ed300db58ff
parent: 981cba5f789be107eaf3f353e581de96af7eb66b
author: glenda <glenda@cirno>
date: Sun Mar 23 11:51:38 EDT 2025

backspace deletes only whats selected

--- a/text.c
+++ b/text.c
@@ -812,6 +812,8 @@
 			error("text.type");
 		cut(t, t, nil, TRUE, TRUE, nil, 0);
 		t->eq0 = ~0;
+		if(r == 0x08)
+			return;
 	}
 	textshow(t, t->q0, t->q0, 1);
 	switch(r){