Commit 7ad8bc2
set_escdelay(), set_tabsize() and the ESCDELAY and TABSIZE variables were
gated only by the ncurses-specific NCURSES_EXT_FUNCS macro, which excluded
them when building against other curses implementations such as NetBSD curses
even when they provided them. Detect each with a configure capability probe
and gate on HAVE_CURSES_*.
(cherry picked from commit 0635e55)
(cherry picked from commit 2a4ffa6)
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 6f6256f commit 7ad8bc2
6 files changed
Lines changed: 302 additions & 15 deletions
File tree
- Misc/NEWS.d/next/Build
- Modules
- clinic
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3736 | 3736 | | |
3737 | 3737 | | |
3738 | 3738 | | |
3739 | | - | |
3740 | | - | |
3741 | | - | |
| 3739 | + | |
3742 | 3740 | | |
3743 | 3741 | | |
3744 | 3742 | | |
| |||
3755 | 3753 | | |
3756 | 3754 | | |
3757 | 3755 | | |
| 3756 | + | |
| 3757 | + | |
| 3758 | + | |
3758 | 3759 | | |
3759 | 3760 | | |
3760 | 3761 | | |
| |||
3779 | 3780 | | |
3780 | 3781 | | |
3781 | 3782 | | |
| 3783 | + | |
3782 | 3784 | | |
| 3785 | + | |
3783 | 3786 | | |
3784 | 3787 | | |
3785 | 3788 | | |
| |||
3795 | 3798 | | |
3796 | 3799 | | |
3797 | 3800 | | |
| 3801 | + | |
| 3802 | + | |
| 3803 | + | |
3798 | 3804 | | |
3799 | 3805 | | |
3800 | 3806 | | |
| |||
3818 | 3824 | | |
3819 | 3825 | | |
3820 | 3826 | | |
3821 | | - | |
| 3827 | + | |
3822 | 3828 | | |
3823 | 3829 | | |
3824 | 3830 | | |
| |||
5075 | 5081 | | |
5076 | 5082 | | |
5077 | 5083 | | |
5078 | | - | |
5079 | 5084 | | |
5080 | 5085 | | |
5081 | | - | |
5082 | 5086 | | |
5083 | 5087 | | |
5084 | 5088 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments