summaryrefslogtreecommitdiff
path: root/pico/osdep
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2014-02-09 15:16:46 -0700
committerEduardo Chappa <chappa@washington.edu>2014-02-09 15:16:46 -0700
commite75dd9ceb169094ba4e6c22cd9327f1bb5a59777 (patch)
tree6f81d102ba774246d4f3903869a715c1f7fb50f6 /pico/osdep
parent18a5af00c1cf15852d694d20c58e7271112263d8 (diff)
downloadalpine-e75dd9ceb169094ba4e6c22cd9327f1bb5a59777.tar.xz
* 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 </style> tag. * Shorten name of temporary file for a mailcap command.
Diffstat (limited to 'pico/osdep')
-rw-r--r--pico/osdep/spell.c4
1 files changed, 2 insertions, 2 deletions
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! */