/* append every set & selected glyph to the selection */
for(y=sel.nb.y;y<sel.ne.y+1;y++){
for(y=sel.nb.y;y<=sel.ne.y;y++){
linelen=tlinelen(y);
if(sel.type==SEL_RECTANGULAR){
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.