aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ScintillaBase.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/ScintillaBase.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/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);