aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Editor.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2002-01-10 21:58:35 +0000
committernyamatongwe <devnull@localhost>2002-01-10 21:58:35 +0000
commit76b997d0cccd68e69ee1b6d70ae6135d9d84a32f (patch)
treeb0e72c136fb4a93c63ecdecad31d3c60ddef6209 /src/Editor.h
parent08310a9e90eba6ca8c646f56d11d61d253f752ed (diff)
downloadscintilla-mirror-76b997d0cccd68e69ee1b6d70ae6135d9d84a32f.tar.gz
Patch from Kengo Jinno to make Japanese entry work on Windows 9x.
More changes from Neil to avoid problem introduced by above with overstrike mode replacing one character with two. Comments about Digital Mars ifdefs.
Diffstat (limited to 'src/Editor.h')
-rw-r--r--src/Editor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Editor.h b/src/Editor.h
index a9da3f9a1..1e2310513 100644
--- a/src/Editor.h
+++ b/src/Editor.h
@@ -295,7 +295,7 @@ protected: // ScintillaBase subclass needs access to much of Editor
void ChangeSize();
void AddChar(char ch);
- virtual void AddCharUTF(char *s, unsigned int len);
+ virtual void AddCharUTF(char *s, unsigned int len, bool treatAsDBCS=false);
void ClearSelection();
void ClearAll();
void ClearDocumentStyle();