summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/cmd-select-pane.c
diff options
context:
space:
mode:
authornicm <nicm@openbsd.org>2016-01-19 15:59:12 +0000
committernicm <nicm@openbsd.org>2016-01-19 15:59:12 +0000
commit98ca827212adc2d96e15f0a56d903c3b8a367daf (patch)
tree36edaeb898f3a741888c7bec55345f347f9c90a7 /usr.bin/tmux/cmd-select-pane.c
parentBounds check while stripping trailing slashes. From max at (diff)
downloadwireguard-openbsd-98ca827212adc2d96e15f0a56d903c3b8a367daf.tar.xz
wireguard-openbsd-98ca827212adc2d96e15f0a56d903c3b8a367daf.zip
I no longer use my SourceForge address so replace it.
Diffstat (limited to 'usr.bin/tmux/cmd-select-pane.c')
-rw-r--r--usr.bin/tmux/cmd-select-pane.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tmux/cmd-select-pane.c b/usr.bin/tmux/cmd-select-pane.c
index 1b85edff3d0..ecdf3d5d730 100644
--- a/usr.bin/tmux/cmd-select-pane.c
+++ b/usr.bin/tmux/cmd-select-pane.c
@@ -1,7 +1,7 @@
-/* $OpenBSD: cmd-select-pane.c,v 1.31 2015/12/31 18:34:47 nicm Exp $ */
+/* $OpenBSD: cmd-select-pane.c,v 1.32 2016/01/19 15:59:12 nicm Exp $ */
/*
- * Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net>
+ * Copyright (c) 2009 Nicholas Marriott <nicholas.marriott@gmail.com>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above