The tui border-kind setting allows values acs, ascii and space.
The values ascii and space however don't work well with !HAVE_WBORDER.
Fix this by removing the !HAVE_WBORDER case, which was introduced for Ultrix
support, which is now obsolete.
Tested on x86_64-linux.
PR tui/30580
Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=30580
Approved-By: Tom Tromey <tom@tromey.com>
/* Define to 1 if you have the <wait.h> header file. */
#undef HAVE_WAIT_H
-/* Define to 1 if you have the `wborder' function. */
-#undef HAVE_WBORDER
-
/* Define to 1 if you have the <windows.h> header file. */
#undef HAVE_WINDOWS_H
pipe pread pread64 pwrite resize_term \
getpgid setsid \
sigaction sigsetmask socketpair \
- ttrace wborder wresize setlocale iconvlist libiconvlist btowc \
+ ttrace wresize setlocale iconvlist libiconvlist btowc \
setrlimit getrlimit posix_madvise waitpid \
use_default_colors
do :
pipe pread pread64 pwrite resize_term \
getpgid setsid \
sigaction sigsetmask socketpair \
- ttrace wborder wresize setlocale iconvlist libiconvlist btowc \
+ ttrace wresize setlocale iconvlist libiconvlist btowc \
setrlimit getrlimit posix_madvise waitpid \
use_default_colors])
AM_LANGINFO_CODESET
? tui_active_border_style.style ()
: tui_border_style.style ()));
wattron (win, attrs);
-#ifdef HAVE_WBORDER
wborder (win, tui_border_vline, tui_border_vline,
tui_border_hline, tui_border_hline,
tui_border_ulcorner, tui_border_urcorner,
tui_border_llcorner, tui_border_lrcorner);
-#else
- box (win, tui_border_vline, tui_border_hline);
-#endif
if (!win_info->title.empty ())
{
/* Emit "+-TITLE-+" -- so 2 characters on the right and 2 on