
20 May
2005
20 May
'05
1:19 p.m.
On Fri, May 20, 2005 at 02:26:26PM +0100, Neil Mitchell wrote:
The Winframe.c change is just to remove an obsolete header file - it turns on 3d look and feel on Win3.1, but its so old now that new compilers don't ship with it, and it has no effect anyway.
Thanks, committed.
The changes to Char.h and WinText.h fix up the output. Since WinHugs last worked the program has moved to using unicode output functions, which were not trapped. This traps them and redirects them towards the WinHugs GUI.
Is that the right place to intercept it, i.e. couldn't we just intercept fputc and fgetc? And (how) does the console work with non Latin-1 encodings?