@ -707,8 +707,10 @@ selsnap(int mode, int *x, int *y, int direction) {
}
}
if(term.line[*y][*x+direction].c[0]=='')
if(strchr(worddelimiters,
term.line[*y][*x+direction].c[0])){
break;
}
*x+=direction;
}
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.