projects
/
ncurses.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ncurses 6.2 - patch 20200912
[ncurses.git]
/
ncurses
/
report_offsets.c
diff --git
a/ncurses/report_offsets.c
b/ncurses/report_offsets.c
index e3f4ddaa8fb477dfd39ba3418f156c97439e3fc0..2e7083a1e43d904a86873c893d7fc5fd7dffade1 100644
(file)
--- 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 *
* *
* 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 <curses.priv.h>
#include <curses.priv.h>
-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; \
#define show_size(type) \
flag = 0; \
@@
-159,8
+160,8
@@
main(void)
#if USE_SIZECHANGE
show_OPTION(SCREEN, _resize);
#endif
#if USE_SIZECHANGE
show_OPTION(SCREEN, _resize);
#endif
- show_REENTR(SCREEN, _ttytype);
show_DRIVER(SCREEN, _windowlist);
show_DRIVER(SCREEN, _windowlist);
+ show_REENTR(SCREEN, _ttytype);
show_SPFUNC(SCREEN, use_tioctl);
show_WIDECH(SCREEN, _screen_acs_fix);
show_COLORS(SCREEN, _ordered_pairs);
show_SPFUNC(SCREEN, use_tioctl);
show_WIDECH(SCREEN, _screen_acs_fix);
show_COLORS(SCREEN, _ordered_pairs);