about summary refs log tree commit diff stats
path: root/p9c/scratch
diff options
context:
space:
mode:
Diffstat (limited to 'p9c/scratch')
-rwxr-xr-xp9c/scratch/mousebin191138 -> 0 bytes
-rw-r--r--p9c/scratch/mouse.c2
2 files changed, 1 insertions, 1 deletions
diff --git a/p9c/scratch/mouse b/p9c/scratch/mouse
deleted file mode 100755
index 43d836a..0000000
--- a/p9c/scratch/mouse
+++ /dev/null
Binary files differdiff --git a/p9c/scratch/mouse.c b/p9c/scratch/mouse.c
index 80bfb00..6e18e3c 100644
--- a/p9c/scratch/mouse.c
+++ b/p9c/scratch/mouse.c
@@ -23,7 +23,7 @@ main(int argc, char* argv[])
 	int e;
 	Point prevm;
 
-	initdraw(0, 0, "Example: Mouse");
+	initdraw(0, 0, "draw");
 	eresized(0);
 	einit(Emouse);