-
Hi there,
the ANSI colour issue is something that comes up regularly. I found a way to make this work with console using an external tool that can be found here:
http://ansicon.adoxa.cjb.net/
In the Console settings, I have a tab whose shell is set to ansicon.exe which by default spaws cmd.exe with ANSI colour support, I guess you can tweak it to your needs, something like:
ansicon.exe...
2009-08-27 07:11:11 UTC in Console
-
Hi there,
the ANSI colour issue is something that comes up regularly. I found a way to make this work with console using an external tool that can be found here:
http://ansicon.adoxa.cjb.net/
In the Console settings, I have a tab whose shell is set to ansicon.exe which by default spaws cmd.exe with ANSI colour support, I guess you can tweak it to your needs, something like:
ansicon.exe...
2009-08-26 14:14:25 UTC in Console
-
...when using it to set a cam shot as a display picture
aMsn version 0.97.2 (the one that ships wuth Ubuntu 8.10)
camshooter version 0.2
I've identified the issue (a typo in a variable declaration) and fixed it, see attached file.
Note: I'm not sure if this issue is still in the latest SVN tree, I've not checked yet.
Thanks,
JB.
2009-02-23 13:02:01 UTC in aMSN
-
Hi,
I was trying to use the LoadFile method on a FILE *
stream created with popen. To my disappointment, I
found out that these descriptors (generally, pipe
descriptors) cannot be seeked.
So I patched the LoadFile method to catter for this
situation: LoadFile uses a bunch of fseek/ftell to
obtain the size of the file to do its buffer
allocation, this fails miserably by return -1 if the.
2006-09-09 10:21:27 UTC in TinyXml