SOURCES: pine-iconv-9d.patch - applies for 4.64
blues
blues at pld-linux.org
Wed May 24 21:07:11 CEST 2006
Author: blues Date: Wed May 24 19:07:11 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- applies for 4.64
---- Files affected:
SOURCES:
pine-iconv-9d.patch (1.5 -> 1.6)
---- Diffs:
================================================================
Index: SOURCES/pine-iconv-9d.patch
diff -u SOURCES/pine-iconv-9d.patch:1.5 SOURCES/pine-iconv-9d.patch:1.6
--- SOURCES/pine-iconv-9d.patch:1.5 Wed Dec 7 13:21:30 2005
+++ SOURCES/pine-iconv-9d.patch Wed May 24 21:07:06 2006
@@ -458,14 +458,14 @@
switch (ch = normalize_cmd(ch, ckm, 2)) {
case (CTRL|'\\') :
if (ch = GetAccent())
-@@ -1868,9 +2077,7 @@
- case (CTRL|'F') :
+@@ -2078,9 +2078,7 @@
case KEY_RIGHT: /* move character right */
- if(ods.p_off < ods.p_len){
+ if(ods.p_off < ods.p_len
+ && ods.p_off + headents[ods.cur_e].prlen < term.t_ncol){
- pputc(pscr(ods.p_line,
- (ods.p_off++)+headents[ods.cur_e].prlen)->c,0);
- skipmove++;
-+ LineEditCharRight();
++ LineEditCharRight();
continue;
}
else if(gmode & MDHDRONLY)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/pine-iconv-9d.patch?r1=1.5&r2=1.6&f=u
More information about the pld-cvs-commit
mailing list