Fixed compilation issues when sizeof(int) != sizeof(wchar). - sam - An updated … | |
git clone git://vernunftzentrum.de/sam.git | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
commit 6cbe895de3a65c7a72c014ef3e10e71a42fe462d | |
parent 3184909efee9f81359fcd81a4fc4626fe8fa0c78 | |
Author: Rob King <[email protected]> | |
Date: Tue, 19 Sep 2017 09:45:34 -0500 | |
Fixed compilation issues when sizeof(int) != sizeof(wchar). | |
Updated credits. | |
Diffstat: | |
README.rst | 4 ++++ | |
sam/sam.h | 2 +- | |
2 files changed, 5 insertions(+), 1 deletion(-) | |
--- | |
diff --git a/README.rst b/README.rst | |
@@ -352,6 +352,10 @@ ckeen | |
David Tolpin | |
Added support for optional automatic indentation. | |
+Andrew Higham | |
+ Added support for focus-follows-mouse, based on a couple of patches posted | |
+ to the sam-fans mailing list in the ‘90s. | |
+ | |
If I've forgotten you in this list of credits, please accept my apologies and … | |
Copyright and License | |
diff --git a/sam/sam.h b/sam/sam.h | |
@@ -251,7 +251,7 @@ void startup(char*, bool); | |
void state(File*, state_t); | |
int statfd(int, uint64_t*, uint64_t*, int64_t*, int64_t*, int64_t*); | |
int statfile(char*, uint64_t*, uint64_t*, int64_t*, int64_t*, int64_t*); | |
-void Straddc(String*, int); | |
+void Straddc(String*, wchar_t); | |
void Strclose(String*); | |
int Strcmp(String*, String*); | |
void Strdelete(String*, Posn, Posn); |