X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/30dcc9186bb6f8000c4112c835ab6b30869c3cb5..1431a9004eca672916d485091f3db0a20954a9a0:/ttymodes.h diff --git a/ttymodes.h b/ttymodes.h index ad980e98..7de4b836 100644 --- a/ttymodes.h +++ b/ttymodes.h @@ -1,4 +1,5 @@ -/* RCSID("$OpenBSD: ttymodes.h,v 1.11 2001/04/14 16:33:20 stevesk Exp $"); */ +/* $OpenBSD: ttymodes.h,v 1.12 2002/03/04 17:27:39 stevesk Exp $ */ + /* * Author: Tatu Ylonen * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -155,7 +156,9 @@ TTYMODE(OPOST, c_oflag, 70) #if defined(OLCUC) TTYMODE(OLCUC, c_oflag, 71) #endif +#ifdef ONLCR TTYMODE(ONLCR, c_oflag, 72) +#endif #ifdef OCRNL TTYMODE(OCRNL, c_oflag, 73) #endif