summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ui/inputwidget.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/inputwidget.c b/src/ui/inputwidget.c
index 2f0cabbb..e0272a5d 100644
--- a/src/ui/inputwidget.c
+++ b/src/ui/inputwidget.c
@@ -1091,7 +1091,6 @@ void setCursor_InputWidget(iInputWidget *d, iInt2 pos) {
1091 pos.x = iClamp(pos.x, 0, endX_InputWidget_(d, pos.y)); 1091 pos.x = iClamp(pos.x, 0, endX_InputWidget_(d, pos.y));
1092 d->cursor = pos; 1092 d->cursor = pos;
1093 iChar ch = at_InputWidget_(d, pos); 1093 iChar ch = at_InputWidget_(d, pos);
1094 printf("cursor x:%d ch:%08x (%lc)\n", pos.x, ch, (int)ch);
1095 /* Update selection. */ 1094 /* Update selection. */
1096 if (isMarking_()) { 1095 if (isMarking_()) {
1097 if (isEmpty_Range(&d->mark)) { 1096 if (isEmpty_Range(&d->mark)) {