mirror of
https://github.com/tmate-io/tmate.git
synced 2026-07-22 18:47:14 +00: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 changed files with 1 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue