11 lines
329 B
Text
11 lines
329 B
Text
--- src/fe-text/textbuffer-view.c.orig 2009-04-01 05:02:51.000000000 +0800
|
|
+++ src/fe-text/textbuffer-view.c 2009-04-02 11:36:37.000000000 +0800
|
|
@@ -257,7 +257,7 @@
|
|
continue;
|
|
}
|
|
|
|
- if (!view->utf8 && char_width > 1) {
|
|
+ if (char_width > 1) {
|
|
last_space = xpos;
|
|
last_space_ptr = next_ptr;
|
|
last_color = color;
|