mirror of
https://github.com/tmate-io/tmate.git
synced 2024-12-24 15:48:58 +01:00
VTIME and VMIN are only necessary in noncanonical mode, so Solaris reuses the
VEOF and VEOL indexes for them. ICANON is set by default, so don't bother to set VTIME and VMIN.
This commit is contained in:
parent
c18e027ad5
commit
f1c982608f
@ -1,4 +1,4 @@
|
||||
/* $Id: cmd-new-session.c,v 1.58 2009-08-20 05:34:57 nicm Exp $ */
|
||||
/* $Id: cmd-new-session.c,v 1.59 2009-08-20 18:35:53 nicm Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||
@ -214,8 +214,6 @@ cmd_new_session_exec(struct cmd *self, struct cmd_ctx *ctx)
|
||||
tio.c_cc[VERASE] = CERASE;
|
||||
tio.c_cc[VKILL] = CKILL;
|
||||
tio.c_cc[VEOF] = CEOF;
|
||||
tio.c_cc[VTIME] = CTIME;
|
||||
tio.c_cc[VMIN] = CMIN;
|
||||
tio.c_cc[VSTART] = CSTART;
|
||||
tio.c_cc[VSTOP] = CSTOP;
|
||||
tio.c_cc[VSUSP] = CSUSP;
|
||||
|
Loading…
Reference in New Issue
Block a user