From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <32d987d50503071010e4813c0@mail.gmail.com> Date: Mon, 7 Mar 2005 15:10:00 -0300 From: Federico Benavento To: 9fans <9fans@cse.psu.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: [9fans] Links support for scroll wheels. Topicbox-Message-UUID: 200e3bd6-ead0-11e9-9d60-3106f5b1d025 plan9% diff plan9.c links-ape/plan9.c 194a195,203 > if(m.buttons & 8){ > gd.keyboard_handler(&gd, KBD_PAGE_UP, 0); > return; > } > if(m.buttons & 16){ > gd.keyboard_handler(&gd, KBD_PAGE_DOWN, 0); > return; > } > -- Federico G. Benavento