summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-12-16 18:48:14 -0500
committerPietro Gagliardi <[email protected]>2014-12-16 18:48:14 -0500
commit060b062045965188d539ad5542b44f7a25c350f6 (patch)
tree4d3463d6e9ca1d01849f5395c5eeea52f173ade2
parente31fd24a9912e7adc8289cd1573e752dc7e8ae29 (diff)
More TODOs.
-rw-r--r--wintable/new/select.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/wintable/new/select.h b/wintable/new/select.h
index fec8ba8..00b1d8d 100644
--- a/wintable/new/select.h
+++ b/wintable/new/select.h
@@ -83,6 +83,7 @@ static void doselect(struct table *t, intptr_t row, intptr_t column)
noScroll:
// now redraw the old and new /rows/
// we do this after scrolling so the rectangles to be invalidated make sense
+ // TODO this doesn't work correctly if we're deselecting
r.left = client.left;
r.right = client.right;
if (oldrow != -1 && oldrow >= t->vscrollpos) {