about summary refs log tree commit diff stats
path: root/p9c
diff options
context:
space:
mode:
authorelioat <hi@eli.li>2023-05-26 11:32:34 -0400
committerelioat <hi@eli.li>2023-05-26 11:32:34 -0400
commitaa58d6b5f41f2b84c9d06d1f13e9b35039600712 (patch)
tree7eed3459c6bc84bdf8c83b8d0c2990cec5d432de /p9c
parent24f64a3708904660fb9c07b3c9ea31734e0f8088 (diff)
downloadtour-aa58d6b5f41f2b84c9d06d1f13e9b35039600712.tar.gz
"*"
Diffstat (limited to 'p9c')
-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);