comparison src/farsi.c @ 1224:edc1c9d6dab9

updated for version 7.1b
author vimboss
date Thu, 10 May 2007 19:06:20 +0000
parents afc60a6339a6
children 18ee39301b82
comparison
equal deleted inserted replaced
1223:dfd2f4a60a64 1224:edc1c9d6dab9
653 else 653 else
654 dec_cursor(); 654 dec_cursor();
655 } 655 }
656 656
657 /* 657 /*
658 ** Change the charcter left to the cursor to a X or _X type 658 ** Change the character left to the cursor to a X or _X type
659 */ 659 */
660 660
661 static void 661 static void
662 chg_l_toXor_X () 662 chg_l_toXor_X ()
663 { 663 {
722 else 722 else
723 dec_cursor(); 723 dec_cursor();
724 } 724 }
725 725
726 /* 726 /*
727 ** Change the charcter right to the cursor to a _X or _X_ type 727 ** Change the character right to the cursor to a _X or _X_ type
728 */ 728 */
729 729
730 static void 730 static void
731 chg_r_to_Xor_X_() 731 chg_r_to_Xor_X_()
732 { 732 {