X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=progs%2Ftput.c;h=88e757994fa123a0e4d241b05509e1bca0f13947;hp=fd051eb40571935edeedc4af7b92d759a1b0538d;hb=4bbfbf869d8c913cb0f5f30708b0bcb5d1724b96;hpb=7fa7badf32c514211478cf9f79c70f20d435c2f2 diff --git a/progs/tput.c b/progs/tput.c index fd051eb4..88e75799 100644 --- a/progs/tput.c +++ b/progs/tput.c @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 1998-2016,2017 Free Software Foundation, Inc. * + * Copyright (c) 1998-2017,2018 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * * copy of this software and associated documentation files (the * @@ -50,7 +50,7 @@ #include #include -MODULE_ID("$Id: tput.c,v 1.78 2017/10/14 20:46:43 tom Exp $") +MODULE_ID("$Id: tput.c,v 1.79 2018/06/30 15:56:01 Nicholas.Marriott Exp $") #define PUTS(s) fputs(s, stdout) @@ -293,7 +293,7 @@ main(int argc, char **argv) term = getenv("TERM"); - while ((c = getopt(argc, argv, "ST:V")) != -1) { + while ((c = getopt(argc, argv, "ST:Vx")) != -1) { switch (c) { case 'S': cmdline = FALSE;