From: Petr M. <mi...@ph...> - 2004-06-03 16:23:06
|
> I have five patchsets that I consider stable and ready to go into > CVS whenever continued development is split off from 4.0 bugfixing. > > fillbounds adds "above" and "below" bound-clipping to filledcurves > datastrings 'plot with labels', tic and plot labels from datafile, etc > histograms plot with histograms > fillcurves use fill style for filledcurves (cgm gd pdf post svg x11) > XEvent reorganizes X event loop to speed up refresh OK with me > The 'set mouse key' patch works, but I'm still cleaning it up and it > sure would be nice to have string variables so that I could return > the keypress as a character rather than as a key code. If there are string variables, then both the keypress code (an integer number) and string representation of the key will be returned. Some other "cleaning" of interactive terminal APIs could be done by changing "term->set_cursor(int,int,int)" to "term->set_interactive_terminal_function(int,int,int [,int?], string)" to be reused for several purposes like "unset your default hotkeys", "change menu", "do raise", etc. Just I don't have time to do this change, right now. --- PM |