Skip to content
Snippets Groups Projects
  1. May 08, 2006
  2. May 07, 2006
  3. May 06, 2006
  4. May 05, 2006
    • deuce's avatar
      If the keyboard buffer is full, and you're attempting to add a mouse event, · ceec7fb4
      deuce authored
      don't beep, and keep count of the number of pending mouse events.
      These will be added as the buffer is drained.
      ceec7fb4
    • deuce's avatar
      Fix up line-drawing mode... corners work properly now, and direction reversals · 0547b471
      deuce authored
      no longer extend the line.
      
      Mouse drawing still not functional.
      0547b471
    • deuce's avatar
      More TODO items: · 4a612b8b
      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
      4a612b8b
    • deuce's avatar
      syncdraw.config should become syncdraw.ini · a58a3662
      deuce authored
      a58a3662
    • deuce's avatar
      Help screen is horrible too. · 699fdac1
      deuce authored
      699fdac1
Loading