[Xxvt-commit] CVS: xxvt text.c,1.38,1.39
Status: Pre-Alpha
Brought to you by:
nlevitt
|
From: Noah L. <nl...@us...> - 2002-03-31 19:11:17
|
Update of /cvsroot/xxvt/xxvt In directory usw-pr-cvs1:/tmp/cvs-serv6692 Modified Files: text.c Log Message: cool doublewidth 2 in comment Index: text.c =================================================================== RCS file: /cvsroot/xxvt/xxvt/text.c,v retrieving revision 1.38 retrieving revision 1.39 diff -u -d -r1.38 -r1.39 --- text.c 20 Mar 2002 03:45:36 -0000 1.38 +++ text.c 31 Mar 2002 19:11:14 -0000 1.39 @@ -115,7 +115,7 @@ * 6. If cursor_wcwidth(screen) == 1 and wcwidth(next wchar_t) == 2, * and wcwidth(wc) == 1, replaces character under cursor with * wc and next wchar_t with space. What happens to the columns: - * [1][_2] -> [_2][1]. Advance the cursor to the newly added space. + * [1][ï¼] -> [ï¼][1]. Advance the cursor to the newly added space. * 7. If wcwidth(wc) == 0 and cursor->index > 0, insert wc between * the cursor and the next character. wc, a combining character, * gets tacked on to the previous character. Does not move cursor. |