Skip to content

Commit 141bf9b

Browse files
committed
ncurses 6.4 - patch 20230114
+ change RV to XR/xr, to avoid conflict with pre-existing usage in vim, to use RV/rv to denote DA2 and its response (discussion with Bram Moolenaar) -TD + add XF flag to xterm+focus so that termcap applications can be aware of terminals which may support focus in/out -TD + use xterm+focus in xterm-p370 and tmux -TD + improve configure-script macros vs compiler warnings.
1 parent 2632b47 commit 141bf9b

File tree

18 files changed

+5276
-5226
lines changed

18 files changed

+5276
-5226
lines changed

Ada95/aclocal.m4

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dnl***************************************************************************
2929
dnl
3030
dnl Author: Thomas E. Dickey
3131
dnl
32-
dnl $Id: aclocal.m4,v 1.197 2023/01/07 17:53:15 tom Exp $
32+
dnl $Id: aclocal.m4,v 1.198 2023/01/11 09:05:23 tom Exp $
3333
dnl Macros used in NCURSES Ada95 auto-configuration script.
3434
dnl
3535
dnl These macros are maintained separately from NCURSES. The copyright on
@@ -4579,7 +4579,7 @@ AC_DEFUN([CF_UPPER],
45794579
$1=`echo "$2" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%`
45804580
])dnl
45814581
dnl ---------------------------------------------------------------------------
4582-
dnl CF_UTF8_LIB version: 9 updated: 2021/05/19 19:35:25
4582+
dnl CF_UTF8_LIB version: 10 updated: 2023/01/11 04:05:23
45834583
dnl -----------
45844584
dnl Check for multibyte support, and if not found, utf8 compatibility library
45854585
AC_DEFUN([CF_UTF8_LIB],
@@ -4588,8 +4588,7 @@ AC_HAVE_HEADERS(wchar.h)
45884588
AC_CACHE_CHECK(for multibyte character support,cf_cv_utf8_lib,[
45894589
cf_save_LIBS="$LIBS"
45904590
AC_TRY_LINK([
4591-
#include <stdlib.h>
4592-
#include <stdio.h>
4591+
$ac_includes_default
45934592
#ifdef HAVE_WCHAR_H
45944593
#include <wchar.h>
45954594
#endif

0 commit comments

Comments
 (0)