comparison src/screen.c @ 1994:439f44b874a7 v7.2.291

updated for version 7.2-291
author vimboss
date Wed, 11 Nov 2009 16:07:20 +0000
parents b57babddb32b
children f13a0227fb88
comparison
equal deleted inserted replaced
1993:4869457735a9 1994:439f44b874a7
6411 nc = NUL; 6411 nc = NUL;
6412 nc1 = NUL; 6412 nc1 = NUL;
6413 } 6413 }
6414 else 6414 else
6415 { 6415 {
6416 nc = utfc_ptr2char(ptr + mbyte_blen, pcc); 6416 nc = utfc_ptr2char_len(ptr + mbyte_blen, pcc,
6417 (int)((text + len) - ptr - mbyte_blen));
6417 nc1 = pcc[0]; 6418 nc1 = pcc[0];
6418 } 6419 }
6419 pc = prev_c; 6420 pc = prev_c;
6420 prev_c = u8c; 6421 prev_c = u8c;
6421 u8c = arabic_shape(u8c, &c, &u8cc[0], nc, nc1, pc); 6422 u8c = arabic_shape(u8c, &c, &u8cc[0], nc, nc1, pc);