--- main.c.orig Wed Apr 10 06:58:49 1996 +++ main.c Sat Aug 3 17:51:59 1996 @@ -241,37 +241,37 @@ XQueryKeymap(xgh.display, keys); - if(keys[7] & 64) + if(keys[3] & 1) Quit=1; - if(keys[12] & 16 && Speed < 20) + if(((keys[2] & 32) || (keys[10] & 64) ) && (Speed < 20)) Speed++; - if(keys[12] & 8 && Speed > -20) + if( ((keys[2] & 16) || (keys[10] & 4) ) && (Speed > -20)) Speed--; for(l=0; lfreebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/databases/tcl-Mysql
Commit message (Expand)AuthorAgeFilesLines
* Cleanup plistbapt2014-12-211-1/+0
* Convert a bunch of EXTRACT_SUFX=... into USES=tar:...adamw2014-07-301-2/+1
* Rename databases/ patch-xy patches to reflect the files they modify.adamw2014-07-282-0/+0
* Pass the actual TCL_VER down to the files/Makefile.bsd -- not sure, whymi2014-07-151-2/+2
* Though I can not reproduce the error cited by the previous committermi2014-07-14