summaryrefslogtreecommitdiff
path: root/mark.c
diff options
context:
space:
mode:
authorAxel Beckert <abe@deuxchevaux.org>2012-03-20 22:14:59 +0100
committerAxel Beckert <abe@deuxchevaux.org>2012-03-20 22:14:59 +0100
commit28a2487f484d19f570280f391f606aeb7fb3fb4a (patch)
tree2bf40b940ac28669249029ecc7b4cfd249dfa58c /mark.c
parentbe44f424d366f2b3ddcfd857763562c4a7e0580a (diff)
downloadscreen-28a2487f484d19f570280f391f606aeb7fb3fb4a.tar.gz
Imported Upstream version 4.1.0~20120320gitdb59704upstream/4.1.0_20120320gitdb59704
Diffstat (limited to 'mark.c')
-rw-r--r--mark.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mark.c b/mark.c
index 35c2178..80c605f 100644
--- a/mark.c
+++ b/mark.c
@@ -158,6 +158,7 @@ nextchar(int *xp, int *yp, int direction, char target, int num)
debug("nextchar\n");
x = *xp;
+ step = 1;
adjust = 0;
width = fore->w_width;
displayed_line = (char *)WIN(*yp) -> image;