gpm
gpm copied to clipboard
general purpose mouse
Using this device via a PL2303 Serial->USB adatper on Alpine Linux x86_64 edge, kernel 6.1.38-1-lts. GPM is version 1.20.7-r4. When testing out the mouse via mouse-test, here is what I...
Reported by @jwilk in Debian as https://bugs.debian.org/1022113: ``` Package: gpm Version: 1.20.7-10+b1 gpm crashes when I do "stty cols 1". GDB says: Program received signal SIGFPE, Arithmetic exception. 0x565eaf44 in...
Fixes errors that were warnings, once. 1. Fixes system include that fails to provide argument to function and breaks all packages using it by that. 2. Prefix gpm-specific functions with...
Upcoming GCC 15 defaults to -std=gnu23. gpm fails to build as follows: ``` lib/libcurses.c:46:5: error: conflicting types for ‘Gpm_Wgetch’; have ‘int(WINDOW *)’ {aka ‘int(struct _win_st *)’} 46 | int Gpm_Wgetch(WINDOW...