- 10 Feb, 2018 3 commits
- 09 Feb, 2018 22 commits
-
-
deuce authored
-
deuce authored
-
rswindell authored
where to set the initial import_ptr) before total_msgs was defined. JavaScript is too forgiving! :-) Thanks to Kirkman for the bug report.
-
deuce authored
Also fix some crazy dereference gibberish.
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
rswindell authored
-
deuce authored
-
rswindell authored
MSVC 2013).
-
deuce authored
-
deuce authored
Docuement CSI < c Use the ECMS-48 style notation.
-
deuce authored
Sixel support, loadable fonts, etc.
-
rswindell authored
(points to lib and include files in 3rdp/win32.release/sdl).
-
rswindell authored
Win32)
-
rswindell authored
file begins with a number, but is not a number (e.g. "132x52"), return the specified default enum value - not the index of the last enum value. This fixes the issue with unregonized/supported syncterm.ini and syncterm.lst screen mode values causing the last screen mode (ATARI XEP80) to be used. You can still specify a numeric enum value, but it has to be the entire value (white-space separated comments are still supported). Hex (and octal!) numbers are still supported for enum values, no special code needed: strtoul() handles that for us. iniReadEnumList and iniGetEnumList now use 0 as the default value (instead of highest enum value).
-
deuce authored
-
deuce authored
Dont allocate/free the xim every rectange Don't allow updates from ciolib to starve the X event queue (ie: key strokes)
-
deuce authored
-
deuce authored
-
deuce authored
-
- 08 Feb, 2018 10 commits
-
-
deuce authored
When the screen pixels are updated, set the update_pixels flag. In the blinker thread, if update_pixels is set, send the entire screen. Done.
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
just use SDL_Flip().
-
deuce authored
long delays on Win32.
-
rswindell authored
Place these console.cterm_* properites also in the cterm object (with shorter names) e.g. console.cterm_version -> cterm.version cterm.charheight() defaults to using the current console.screen_lines if no argument supplied.
-
deuce authored
This hack is still wrong, but at least it won't break builds that don't use bitmap_con.c
-
rswindell authored
parseInt() on the fields. Can't multiply strings.
-
- 07 Feb, 2018 5 commits
-
-
deuce authored
colour. In general, this should work as exepected, except if you use XTerm 256-colour extensions to set the colour to the current standard one, then adjust the appropriate flag, the colour will change. I don't know if that's expected or not to be honest. Anyway, this fixes rendering of tcf - 22 - amidala.XB
-
deuce authored
The biggest one is if a lost event is re-sent, we now LEAK whatever's in data1/data2 rather than the pervious case where we would use it after free if it was delivered more than once.
-
mcmlxxix authored
add optional character_search setting (default = true) -- set this to false to disable menu text matching on user input (there is an additional setting first_character_search to match the first character of a menu item only)
-
rswindell authored
(10 chars horizontall, 5 vertically). Move one one char/line at a time, use the num-lock number keys or backspace (up) and enter (down).
-
deuce authored
palette stuff from messing with the display.
-