mirror of
https://github.com/tmate-io/tmate.git
synced 2025-08-19 09:52:06 +02:00
Extend op string and add potential for a single alias.
This commit is contained in:
4
client.c
4
client.c
@@ -1,4 +1,4 @@
|
||||
/* $Id: client.c,v 1.4 2007-09-26 18:50:49 nicm Exp $ */
|
||||
/* $Id: client.c,v 1.5 2007-09-26 19:09:30 nicm Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||
@@ -165,7 +165,7 @@ client_main(struct client_ctx *cctx)
|
||||
/* XXX Output flushed; pause if required. */
|
||||
if (n)
|
||||
usleep(750000);
|
||||
/* XXX XXX special return code for pause */
|
||||
/* XXX XXX special return code for pause? or flag in cctx? */
|
||||
if ((n = client_process_local(cctx, &error)) == -1)
|
||||
break;
|
||||
if ((n = client_msg_dispatch(cctx, &error)) == -1)
|
||||
|
Reference in New Issue
Block a user