=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tset/tset.c,v retrieving revision 1.39 retrieving revision 1.40 diff -c -r1.39 -r1.40 *** src/usr.bin/tset/tset.c 2015/11/16 03:02:40 1.39 --- src/usr.bin/tset/tset.c 2019/03/12 11:01:25 1.40 *************** *** 1,4 **** ! /* $OpenBSD: tset.c,v 1.39 2015/11/16 03:02:40 deraadt Exp $ */ /**************************************************************************** * Copyright (c) 1998-2007,2008 Free Software Foundation, Inc. * --- 1,4 ---- ! /* $OpenBSD: tset.c,v 1.40 2019/03/12 11:01:25 nicm Exp $ */ /**************************************************************************** * Copyright (c) 1998-2007,2008 Free Software Foundation, Inc. * *************** *** 928,934 **** #endif /* __OBSOLETE__ */ #ifdef OXTABS /* test used to be tgetflag("pt") */ ! if (has_hardware_tabs) /* Print tabs. */ mode.c_oflag &= ~OXTABS; #endif /* OXTABS */ mode.c_lflag |= (ECHOE | ECHOK); --- 928,934 ---- #endif /* __OBSOLETE__ */ #ifdef OXTABS /* test used to be tgetflag("pt") */ ! if (VALID_STRING(set_tab) && VALID_STRING(clear_all_tabs)) mode.c_oflag &= ~OXTABS; #endif /* OXTABS */ mode.c_lflag |= (ECHOE | ECHOK);