@@ -1350,7 +1350,8 @@ fun handle_editor (wint_t c) {
if(autohandler=g.editor_on[action]){
handler();
}elseif(c&(ALT|SYM)){
beep();
if(c!=KEY(RESIZE))
beep();
}else{
g.editor_line.insert(g.editor_cursor,1,c);
g.editor_cursor++;
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.