diff options
author | Loek Le Blansch <l.leblansch@gmail.com> | 2020-07-16 08:50:52 +0200 |
---|---|---|
committer | Loek Le Blansch <l.leblansch@gmail.com> | 2020-07-16 08:50:52 +0200 |
commit | 75899e5c7bfb3dbc72bcd2f613b5532d909dc05f (patch) | |
tree | d1bcb1e414da31bcbb7d219f5eb920d02a46030b /x.c.rej | |
parent | 5505abd35164e8677e345ae35cb73542d3133c6f (diff) |
scrollback
Diffstat (limited to 'x.c.rej')
-rw-r--r-- | x.c.rej | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -0,0 +1,10 @@ +--- x.c ++++ x.c +@@ -409,6 +409,7 @@ bpress(XEvent *e) + { + struct timespec now; + MouseShortcut *ms; ++ MouseKey *mk; + int snap; + + if (IS_SET(MODE_MOUSE) && !(e->xbutton.state & forceselmod)) { |