aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ScintillaBase.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/ScintillaBase.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/ScintillaBase.h')
-rw-r--r--src/ScintillaBase.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ScintillaBase.h b/src/ScintillaBase.h
index 375cc9a74..0c1f6fee9 100644
--- a/src/ScintillaBase.h
+++ b/src/ScintillaBase.h
@@ -57,7 +57,7 @@ protected:
virtual void RefreshColourPalette(Palette &pal, bool want);
- virtual void AddCharUTF(char *s, unsigned int len);
+ virtual void AddCharUTF(char *s, unsigned int len, bool treatAsDBCS=false);
void Command(int cmdId);
virtual void CancelModes();
virtual int KeyCommand(unsigned int iMessage);