Skip to content
This repository has been archived by the owner on Jan 17, 2024. It is now read-only.

Columns reflow patch has a missing part #2

Closed
gokberkgunes opened this issue Dec 27, 2021 · 2 comments
Closed

Columns reflow patch has a missing part #2

gokberkgunes opened this issue Dec 27, 2021 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@gokberkgunes
Copy link

gokberkgunes commented Dec 27, 2021

Hello, below part is missing in the columns rows reflow patch. When this part is missing, scrolling through the terminal is not working.

diff --git a/st.c b/st.c
void
@@ -3102,7 +3241,7 @@ drawregion(int x1, int y1, int x2, int y2)
 			continue;

 		term.dirty[y] = 0;
-		xdrawline(term.line[y], x1, y, x2);
+		xdrawline(TLINE(y), x1, y, x2);
 	}
 }
@BeyondMagic
Copy link
Owner

I will fix it soon.

@BeyondMagic
Copy link
Owner

Fixed on: 5b1aa24.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants