Hello World. 

This files lists all current known bugs of gpm. If you have some spare time,
please help to fix them. Thanks from the current maintainer (Nico).

/*============================================================================*/

From: D Richard Felker III <dalias@aerifal.cx>


One is the way the baud rate setting is done. It worked fine in old
versions of gpm, but the special case for mman in the baud rate
setting code now actually *breaks* support for my Logitech MoiseMan
(the version with 4 buttons). Could you provide an way to initialize
it to 9600 baud just like all the other mice, without using the
special mman code that doesn't work for this mouse?

The second bug, which probably affects more people, is that gpm fails
to detect increases in the console size, e.g. if resizecons is run or
if the console size changes as a result of fbcon mode switching. When
this happens, the mouse cursor becomes stuck in the smaller old screen
region. The way I normally fix this problem is just to make gpm
re-check the console size on every mouse motion event, but there
should be a better way...

/*============================================================================*/
