summary refs log tree commit diff homepage
path: root/play.c
diff options
context:
space:
mode:
Diffstat (limited to 'play.c')
-rw-r--r--play.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/play.c b/play.c
index 96961a1..84fac37 100644
--- a/play.c
+++ b/play.c
@@ -247,6 +247,9 @@ int main(int argc, char *argv[]) {
 	const struct Game *game = menu();
 	if (!game) goto done;
 	erase();
+#ifdef __FreeBSD__
+	setproctitle("%s", game->name);
+#endif
 
 	char buf[256];
 	snprintf(buf, sizeof(buf), "%s.scores", game->name);