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