middle click pastes selection again

This commit is contained in:
Luke Smith
2020-04-01 09:40:53 -04:00
parent e7db668a0a
commit 689add8aad
2 changed files with 2 additions and 3 deletions

2
x.c
View File

@ -678,7 +678,7 @@ brelease(XEvent *e)
}
if (e->xbutton.button == Button2)
clippaste(NULL);
selpaste(NULL);
else if (e->xbutton.button == Button1)
mousesel(e, 1);
}