- Jan 30, 2018
-
-
deuce authored
Update everything to use that instead of 0x00 and 0xff. Should only impact the use of the close window control in Windows, X, and macOS.
-
- Jan 24, 2015
- Feb 13, 2014
-
-
deuce authored
-
- Feb 10, 2014
-
-
deuce authored
-
- Feb 09, 2014
- Feb 06, 2014
-
-
deuce authored
-
- Mar 11, 2012
-
-
deuce authored
-
- Dec 12, 2011
-
-
deuce authored
This fixes the loading CTRL-A codes from *.msg files reported by Marius.
-
- Feb 11, 2009
-
-
deuce authored
-
- Jun 07, 2008
-
-
deuce authored
-
- Feb 27, 2008
- Jan 30, 2008
- Jun 06, 2006
-
-
deuce authored
-
- May 14, 2006
-
-
deuce authored
We'll need to fix this in ciolib.
-
- May 08, 2006
-
-
deuce authored
memory leak in the block copy function.
-
- May 06, 2006
- May 05, 2006
-
-
deuce authored
no longer extend the line. Mouse drawing still not functional.
-
deuce authored
Properly save 80-column drawings... possibly warn first? Best method (using movement codes) is as follows: At Start of 80-column line: 1) Move down one line (Using LF - force scroll if it will happen) 2) Move up one line (back to original position) 3) Save position At End of 80-column line: 1) Restore position 2) Move down one line using CR/LF to ensure a proper end of line On last line, do not do special start/end unless the last line is 80 columns. Second best method (for types without movement): At end of 80-column line, instead of \r\n, use <space><backspace> - This method will not work correctly for non 80-column terminals - Can result in overly long lines... breaking things which use a fixed-length line buffer while reading input files (ex: ddplus doors) Support loading, editing, and ANSI-selecting console fonts
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
mouse button problem as well as other ALT weirdness. ESC key overloading goes on the list of top stupid things in the MysticDraw design.
-
deuce authored
-
deuce authored
-
deuce authored
Separate attribues into separate attrs.h for easier modification.
-
deuce authored
-
- Apr 19, 2006
-
-
deuce authored
-
- Sep 22, 2005
- Sep 21, 2005
-
-
deuce authored
-