Skip to content

Commit

Permalink
fixed cursor position after tabbing
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse McClure committed Nov 10, 2013
1 parent 1be1bcd commit 89d0b92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions interrobang.c
Expand Up @@ -412,6 +412,7 @@ static int main_loop() {
}
//}
strcpy(line,complist[compcur]);
pos = strlen(line);
}
/* draw */
XFillRectangle(dpy,buf,bgc,0,0,w,h);
Expand Down

0 comments on commit 89d0b92

Please sign in to comment.