/* eat trailing newline (if any) --if I don't do this, edit commands
* (aic) will print an extra newline */
if(line[strlen(line)-1]=='\n')
line[strlen(line)-1]=0;
chomp(line);
add_cmd_str(line);
free(line);
}
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.