Xinqi Bao's Git
projects
/
st.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
Now the Shortcuts are more consistent.
[st.git]
/
st.c
diff --git
a/st.c
b/st.c
index
b2a4fff
..
386e6c0
100644
(file)
--- a/
st.c
+++ b/
st.c
@@
-275,7
+275,7
@@
typedef struct {
uint b;
uint mask;
char *s;
-} Mouse
key
;
+} Mouse
Shortcut
;
typedef struct {
KeySym k;
@@
-944,7
+944,7
@@
void
bpress(XEvent *e)
{
struct timespec now;
- Mouse
key
*mk;
+ Mouse
Shortcut
*mk;
if (IS_SET(MODE_MOUSE) && !(e->xbutton.state & forceselmod)) {
mousereport(e);