CVSROOT: /home/cvs
Module name: freesci
Changes by: cvsuser 99/12/02 18:45:54
Modified files:
. : ChangeLog acconfig.h config.h config.h.in
src/console : console.c
src/core : kernel.c scriptdebug.c
src/graphics : engine_graphics.c graphics_ddraw.c input.c
input_ggi.c
src/include : uinput.h
Log message:
* Fixed handling of Ctrl and Alt- modified keys in input_ggi
* Removed CLOCK and REDRAW events from everywhere (I hope)
* Fixed onscreen-console handling of blank commands (redo)
* Fixed bug that would cause the highlighted character of a piece of
text currently being edited to be displayed in the wrong font
Ctrl editing now works for the onscreen console (the usual stuff-
C-[aeknphmfb]) and for "edit controls" (the things you type strings
into in SCI games) (C-[aekhmfb] and A-[bf]). Cursor control is still
broken (for ggi input, at least).
-- Christoph