@@ -627,12 +627,13 @@ tscrollup(int orig, int n) {
void
tnewline(void){
intx=term.c.x+1<term.col?term.c.x:0;
inty=term.c.y;
if(term.c.y==term.bot)
tscrollup(term.top,1);
else
y++;
tmoveto(0,y);
tmoveto(x,y);
}
void
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.