mirror of
https://github.com/tmux/tmux.git
synced 2025-01-12 19:39:04 +00:00
Sync OpenBSD patchset 514:
Unused variable. Aargh.
This commit is contained in:
parent
181e1cc711
commit
946337484e
@ -1,4 +1,4 @@
|
|||||||
/* $Id: tty-keys.c,v 1.42 2009-11-08 23:32:39 tcunha Exp $ */
|
/* $Id: tty-keys.c,v 1.43 2009-11-08 23:33:17 tcunha Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||||
@ -350,7 +350,7 @@ tty_keys_next(struct tty *tty)
|
|||||||
struct tty_key *tk;
|
struct tty_key *tk;
|
||||||
struct timeval tv;
|
struct timeval tv;
|
||||||
struct mouse_event mouse;
|
struct mouse_event mouse;
|
||||||
char *buf, *ptr;
|
char *buf;
|
||||||
size_t len, size;
|
size_t len, size;
|
||||||
cc_t bspace;
|
cc_t bspace;
|
||||||
int key;
|
int key;
|
||||||
|
Loading…
Reference in New Issue
Block a user