diff options
author | elioat <hi@eli.li> | 2023-05-26 11:32:34 -0400 |
---|---|---|
committer | elioat <hi@eli.li> | 2023-05-26 11:32:34 -0400 |
commit | aa58d6b5f41f2b84c9d06d1f13e9b35039600712 (patch) | |
tree | 7eed3459c6bc84bdf8c83b8d0c2990cec5d432de | |
parent | 24f64a3708904660fb9c07b3c9ea31734e0f8088 (diff) | |
download | tour-aa58d6b5f41f2b84c9d06d1f13e9b35039600712.tar.gz |
"*"
-rwxr-xr-x | p9c/scratch/mouse | bin | 191138 -> 0 bytes | |||
-rw-r--r-- | p9c/scratch/mouse.c | 2 |
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); |