- May 08, 2006
- May 07, 2006
-
-
deuce authored
means the LD_RUN_PATH is ignored, so we need to use -Wl,--rpath too. This may not work on all platforms... it'd be ld(1) specific.
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
Creating new users. Integrating into build system.
-
deuce authored
-
- May 06, 2006
- May 05, 2006
-
-
deuce authored
don't beep, and keep count of the number of pending mouse events. These will be added as the buffer is drained.
-
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.
-
rswindell authored
block returned in function 0x1b.
-
rswindell authored
Added support for "pause" cmd-line option to wait for key-press.
-
deuce authored
-
deuce authored
-
deuce authored
Separate attribues into separate attrs.h for easier modification.
-
deuce authored
-
deuce authored
#warning "machine/speaker.h is deprecated. Include dev/speaker/speaker.h instead."
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
arguments. Returns revision in FOSSIL information block (FOSSIL function 0x1b). Uses new fossdefs.h to fix "baud_rate" field value in information block and size of information block (was +1 due to padding).
-
rswindell authored
-
rswindell authored
-