projects
/
ncurses.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ncurses 6.1 - patch 20191005
[ncurses.git]
/
ncurses
/
report_offsets.c
diff --git
a/ncurses/report_offsets.c
b/ncurses/report_offsets.c
index e3f4ddaa8fb477dfd39ba3418f156c97439e3fc0..a0b5ba5e1860c07bc621a95aad3bd4686e0ce515 100644
(file)
--- a/
ncurses/report_offsets.c
+++ b/
ncurses/report_offsets.c
@@
-32,7
+32,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.
20 2018/07/07 19:25:40
tom Exp $")
#define show_size(type) \
flag = 0; \
#define show_size(type) \
flag = 0; \
@@
-159,8
+159,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);