Plan 9 from Bell Labs 1995-11-01
1 files changed, 1 insertions(+), 1 deletions(-) M carrera/kbd.c
M carrera/kbd.c => carrera/kbd.c +1 -1
@@ 342,7 342,7 @@ mousecmd(int cmd) c = KBDDAT; } while(c == 0xFE || c == 0); if(c != 0xFA){ - print("mouse returns %2.2ux to the %2.2ux command\n", c, cmd); + /*print("mouse returns %2.2ux to the %2.2ux command\n", c, cmd);/**/ return -1; } return 0;