@@ -335,6 +335,11 @@ void print(const char *str, int x, int y) {
cursor_y=(pos+len)/screen_width;
}
voidcrlf(){
cursor_x=0;
cursor_y=min(cursor_y+1,screen_height-1);
}
boolbtn(uint8_ti){
returnkeys[i];
}
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.