shithub: sam

Download patch

ref: 2be253790b3f4e7f23f19a6af8948b9a07473395
parent: a917bc7f000b78f127169c1e899239a18dc96f52
author: Aidan K. Wiggins <akw@oneiri.one>
date: Sun Jan 26 00:20:25 EST 2025

Remove scroll-limit hack

--- a/samterm/mesg.c
+++ b/samterm/mesg.c
@@ -556,10 +556,6 @@
 	if(l->visible == Some)
 		flrefresh(l, l->entire, 0);
 	hcheck(m);
-
-	/* riskyhack: If we have scrolled too far at the end, retrace our steps. */
-	if(p + f->nchars == t->rasp.nrunes && f->nlines < f->maxlines/3 && l->origin > 0)
-		center(l, t->rasp.nrunes, -(f->maxlines/3), 0);
 }
 
 void