@ -305,6 +305,9 @@ int main(int argc, char* argv[]) {
if(ch=='\t'){
w_active=(w_active+1)%w_num;
}
elseif(ch==KEY_BTAB){
w_active=(w_active+w_num-1)%w_num;
}
elseif(ch!=ERR){
a->onKey(a,ch);
}
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.