gpm icon indicating copy to clipboard operation
gpm copied to clipboard

general purpose mouse

Results 32 gpm issues
Sort by recently updated
recently updated
newest added

* Create & upload new key for gpm * Include musl patch [#30] * Sign new release * Publish checksums/signatures for earlier releases (request from mike glover) * Maybe move...

1. synaptics.c:2355:25: warning: logical 'and' of mutually exclusive tests is always false [-Wlogical-op] Source code is if ( bytes [0] == 'S' && bytes [0] == 'T'){ 2. synaptics.c:2425:26: warning:...

### Intro GPM should switch to reporting mouse events as part of the input stream towards apps, as graphical terminal emulators do. ### Why? GPM mouse support typically only works...

This adds support for the 'USB Tablet' absolute pointing device emulated by VirtualBox. This enables Linux guests to seamlessly integrate, i.e. the pointer doesn't have to be captured by the...

While playing with some gcc warning flags, I ended up finding this weird code construct. `I_wacom_RequestData` accepts a last argument `char *p`, but in its body, we can see `p...

Hey there, got some oddity happening whenever i have gpm running. At login as soon as i press enter,right after the user login name,it appears like the enter key is...

an xterm-like mouse reporting. A bugs reports to [email protected] # getc() { stty raw dd bs=1 count=1 2>/dev/null stty cooked } handle_mouse() { local c c="`getc`" [ "$c" = "["...

daemon(0,0) does: - fork - setsid - chdir / (1st arg = 0) - redirects standard input, standard output and standard error to /dev/null (2nd arg = 0) if daemon(0,0)...

Only tested with the Raspberry Pi "Official Touchscreen"(ft5406) but may work with other touch screens and devices that report position information in absolute coordiantes. The options reverseX, reverseY, swapXY can...

[gpm-mice.c.diff.txt](https://github.com/telmich/gpm/files/1694925/gpm-mice.c.diff.txt) During compilation on gentoo we see following: * QA Notice: Package triggers severe warnings which indicate that it * may exhibit random runtime failures. * mice.c:1843:10: warning: ‘p’ is...