comparison src/mbyte.c @ 1698:f4f8014d516e v7.2c.000

updated for version 7.2c-000
author vimboss
date Wed, 06 Aug 2008 17:06:04 +0000
parents ec5ed41eea2f
children 563bd9a63fdc
comparison
equal deleted inserted replaced
1697:2f9308b31181 1698:f4f8014d516e
2930 return (*mb_off2cells)(LineOffset[row] + col, 2930 return (*mb_off2cells)(LineOffset[row] + col,
2931 LineOffset[row] + screen_Columns) > 1; 2931 LineOffset[row] + screen_Columns) > 1;
2932 } 2932 }
2933 2933
2934 /* 2934 /*
2935 * Correct a position on the screen, if it's the right halve of a double-wide 2935 * Correct a position on the screen, if it's the right half of a double-wide
2936 * char move it to the left halve. Returns the corrected column. 2936 * char move it to the left half. Returns the corrected column.
2937 */ 2937 */
2938 int 2938 int
2939 mb_fix_col(col, row) 2939 mb_fix_col(col, row)
2940 int col; 2940 int col;
2941 int row; 2941 int row;