aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Editor.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2002-01-10 21:58:35 +0000
committernyamatongwe <unknown>2002-01-10 21:58:35 +0000
commitd43d89fa81e0b04b762c2a9d58cb3d86d0400ec2 (patch)
treeb0e72c136fb4a93c63ecdecad31d3c60ddef6209 /src/Editor.h
parent99502442f5bb65731554e5efb067c2ce0be9fa86 (diff)
downloadscintilla-mirror-d43d89fa81e0b04b762c2a9d58cb3d86d0400ec2.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();