summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/input.c
diff options
context:
space:
mode:
authornicm <nicm@openbsd.org>2015-09-01 19:50:09 +0000
committernicm <nicm@openbsd.org>2015-09-01 19:50:09 +0000
commitbd33b72005413ba543b8cb91f4c432c37c8fb42c (patch)
treed2b4f96a7bd0688c10a7d573d3c559cde5e22f4f /usr.bin/tmux/input.c
parentLog the whole new input buffer once rather than each byte. (diff)
downloadwireguard-openbsd-bd33b72005413ba543b8cb91f4c432c37c8fb42c.tar.xz
wireguard-openbsd-bd33b72005413ba543b8cb91f4c432c37c8fb42c.zip
Tweak some error messages/comments.
Diffstat (limited to 'usr.bin/tmux/input.c')
-rw-r--r--usr.bin/tmux/input.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tmux/input.c b/usr.bin/tmux/input.c
index 04966efab4f..22a5cfcb67d 100644
--- a/usr.bin/tmux/input.c
+++ b/usr.bin/tmux/input.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: input.c,v 1.84 2015/09/01 19:16:00 nicm Exp $ */
+/* $OpenBSD: input.c,v 1.85 2015/09/01 19:50:09 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -878,7 +878,7 @@ input_parse(struct window_pane *wp)
}
if (itr->first == -1 || itr->last == -1) {
/* No transition? Eh? */
- fatalx("No transition from state!");
+ fatalx("no transition from state");
}
/*