From e75dd9ceb169094ba4e6c22cd9327f1bb5a59777 Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Sun, 9 Feb 2014 15:16:46 -0700 Subject: * Add .pine-crash to man page. * Add backward search support for Pico and file browser. * Style tag in html body causes all text to disappear until we find a tag. * Shorten name of temporary file for a mailcap command. --- pico/osdep/spell.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pico/osdep') diff --git a/pico/osdep/spell.c b/pico/osdep/spell.c index ca063ba2..1606ce68 100644 --- a/pico/osdep/spell.c +++ b/pico/osdep/spell.c @@ -207,7 +207,7 @@ spell(int f, int n) switch(status){ case TRUE: - chword(wb, cb); /* correct word */ + chword(wb, cb, 0); /* correct word */ case FALSE: update(); /* place cursor */ break; @@ -285,7 +285,7 @@ movetoword(UCS *w) olddotp = curwp->w_dotp; curwp->w_bufp->b_mode |= MDEXACT; /* case sensitive */ - while(forscan(&i, w, NULL, 0, 1) == TRUE){ + while(forscan(&i, w, 0, NULL, 0, 1) == TRUE){ if(i) break; /* wrap NOT allowed! */ -- cgit v1.2.3-70-g09d2