diff options
| author | Christoph Lohmann <20h@r-36.net> | 2012-09-06 08:02:56 +0200 |
|---|---|---|
| committer | Christoph Lohmann <20h@r-36.net> | 2012-09-06 08:02:56 +0200 |
| commit | 122ed577027ccbb85b2fe6a0f9449035fe074a9e (patch) | |
| tree | d8a21ffa1136b6d4b754f5d6c00fd4aa7604ebd4 /st.c | |
| parent | a1cd28f8099eac3938461f9e63ff6b74d4d824ef (diff) | |
| download | st-122ed577027ccbb85b2fe6a0f9449035fe074a9e.tar.gz st-122ed577027ccbb85b2fe6a0f9449035fe074a9e.zip | |
Making the selection work again.
Diffstat (limited to 'st.c')
| -rw-r--r-- | st.c | 1 |
1 files changed, 0 insertions, 1 deletions
| @@ -551,7 +551,6 @@ bpress(XEvent *e) { | |||
| 551 | sel.mode = 1; | 551 | sel.mode = 1; |
| 552 | sel.ex = sel.bx = X2COL(e->xbutton.x); | 552 | sel.ex = sel.bx = X2COL(e->xbutton.x); |
| 553 | sel.ey = sel.by = Y2ROW(e->xbutton.y); | 553 | sel.ey = sel.by = Y2ROW(e->xbutton.y); |
| 554 | draw(); | ||
| 555 | } | 554 | } |
| 556 | } | 555 | } |
| 557 | 556 | ||
