X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=ncurses%2Freport_offsets.c;h=2e7083a1e43d904a86873c893d7fc5fd7dffade1;hp=e3f4ddaa8fb477dfd39ba3418f156c97439e3fc0;hb=a6ff7e087fd944fd0035075d0bb528e95e498d81;hpb=2017ab0e60ca857accae38a01252e0cbdf5f1efe diff --git a/ncurses/report_offsets.c b/ncurses/report_offsets.c index e3f4ddaa..2e7083a1 100644 --- a/ncurses/report_offsets.c +++ b/ncurses/report_offsets.c @@ -1,5 +1,6 @@ /**************************************************************************** - * Copyright (c) 2017,2018 Free Software Foundation, Inc. * + * Copyright 2018,2020 Thomas E. Dickey * + * Copyright 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 * @@ -32,7 +33,7 @@ #include -MODULE_ID("$Id: report_offsets.c,v 1.19 2018/03/01 19:22:27 tom Exp $") +MODULE_ID("$Id: report_offsets.c,v 1.21 2020/02/02 23:34:34 tom Exp $") #define show_size(type) \ flag = 0; \ @@ -159,8 +160,8 @@ main(void) #if USE_SIZECHANGE show_OPTION(SCREEN, _resize); #endif - show_REENTR(SCREEN, _ttytype); show_DRIVER(SCREEN, _windowlist); + show_REENTR(SCREEN, _ttytype); show_SPFUNC(SCREEN, use_tioctl); show_WIDECH(SCREEN, _screen_acs_fix); show_COLORS(SCREEN, _ordered_pairs);