X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=progs%2Ftabs.c;h=0539e85653ea5985f3a4440d83eb1a0e529a24fa;hp=01325c329cb986e1101eb1110c4f1828380b8315;hb=5899b5e464ecec4b1613f6fef8cb7b75793c88e3;hpb=7fa7badf32c514211478cf9f79c70f20d435c2f2 diff --git a/progs/tabs.c b/progs/tabs.c index 01325c32..0539e856 100644 --- a/progs/tabs.c +++ b/progs/tabs.c @@ -1,5 +1,6 @@ /**************************************************************************** - * Copyright (c) 2008-2016,2017 Free Software Foundation, Inc. * + * Copyright 2020 Thomas E. Dickey * + * Copyright 2008-2016,2017 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 * @@ -38,7 +39,7 @@ #include #include -MODULE_ID("$Id: tabs.c,v 1.41 2017/10/12 22:42:08 tom Exp $") +MODULE_ID("$Id: tabs.c,v 1.45 2020/05/27 23:47:22 tom Exp $") static void usage(void) GCC_NORETURN; @@ -74,7 +75,7 @@ do_tabs(int *tab_list) } } if (stop <= max_cols) { - tputs(tparm(set_tab, stop), 1, putch); + tputs(TIPARM_1(set_tab, stop), 1, putch); last = stop; } else { break;