mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 14:27:09 +00:00
Sync OpenBSD patchset 507:
Convert the key repeat timer to an event.
This commit is contained in:
4
tmux.h
4
tmux.h
@ -1,4 +1,4 @@
|
||||
/* $Id: tmux.h,v 1.506 2009-11-08 23:22:24 tcunha Exp $ */
|
||||
/* $Id: tmux.h,v 1.507 2009-11-08 23:24:59 tcunha Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||
@ -1055,7 +1055,7 @@ struct client {
|
||||
char *cwd;
|
||||
|
||||
struct tty tty;
|
||||
struct timeval repeat_timer;
|
||||
struct event repeat_timer;
|
||||
|
||||
struct timeval status_timer;
|
||||
struct jobs status_jobs;
|
||||
|
Reference in New Issue
Block a user