artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d781822
)
next-prompt can have 1 argument.
author
nicm
<nicm@openbsd.org>
Thu, 2 Nov 2023 10:38:14 +0000
(10:38 +0000)
committer
nicm
<nicm@openbsd.org>
Thu, 2 Nov 2023 10:38:14 +0000
(10:38 +0000)
usr.bin/tmux/window-copy.c
patch
|
blob
|
history
diff --git
a/usr.bin/tmux/window-copy.c
b/usr.bin/tmux/window-copy.c
index
741dfd3
..
2dd9942
100644
(file)
--- a/
usr.bin/tmux/window-copy.c
+++ b/
usr.bin/tmux/window-copy.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: window-copy.c,v 1.34
4 2023/09/04 08:01:43
nicm Exp $ */
+/* $OpenBSD: window-copy.c,v 1.34
5 2023/11/02 10:38:14
nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com>
@@
-2719,7
+2719,7
@@
static const struct {
},
{ .command = "next-prompt",
.minargs = 0,
- .maxargs =
0
,
+ .maxargs =
1
,
.clear = WINDOW_COPY_CMD_CLEAR_ALWAYS,
.f = window_copy_cmd_next_prompt
},