-
The patch file ansiterm5.diff replaces ansiterm4.diff (which in turn replaced ansiterm3.diff). It uses GetProcAddress for the functions GetConsoleScreenBufferInfoEx and SetConsoleScreenBufferInfoEx since they are only available on Vista and later versions of Windows.
2009-10-17 22:10:23 UTC in IPMI Management Utilities
-
The patch file ansiterm4.diff replaces ansiterm3.diff and provides better handling for custom ColorTables. The new behaviour is that if the ColorTable is nonstandard then it is replaced with the standard ColorTable and the attributes of existing text is replaced with white on black. On exit the ColorTable is restored and the attributes of existing text is replaced with the current attribute at...
2009-10-16 18:06:44 UTC in IPMI Management Utilities
-
The patch file ansiterm3.diff provides the following changes:
- Fixed display problems caused by custom ColorTable used by cmd.exe
- Fixed cursor positioning problems with OriginMode.
- Changed to use block cursor because I think its more terminal like :-)
- Added Reset handling
- Added Cursor Show / Hide
The previous patch - ansiterm2.diff made these changes:
- Fixed...
2009-10-15 22:39:12 UTC in IPMI Management Utilities
-
I've developed a (mostly) complete implementation of ANSI terminal emulation for Windows. I still have to do more testing and implement a few more features but in my initial testing it looks ready for others to try.
Major Improvements:
================
Full ANSI (VT100) Support
Full Support for PC Keyboard
Unicode (UTF-8) support
Full support for Line Drawing Characters (VT100 Special...
2009-10-06 15:30:09 UTC in IPMI Management Utilities