sync with OpenBSD -current

This commit is contained in:
purplerain 2024-07-25 20:49:18 +00:00
parent a34e492c6b
commit acb2a22980
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
86 changed files with 12131 additions and 4602 deletions

View file

@ -1,7 +1,7 @@
/* $XTermId: version.h,v 1.536 2023/01/09 10:29:58 tom Exp $ */
/* $XTermId: version.h,v 1.565 2024/07/11 23:38:21 tom Exp $ */
/*
* Copyright 1998-2022,2023 by Thomas E. Dickey
* Copyright 1998-2023,2024 by Thomas E. Dickey
*
* All Rights Reserved
*
@ -38,8 +38,8 @@
* version of X to which this version of xterm has been built. The resulting
* number in parentheses is my patch number (Thomas E. Dickey).
*/
#define XTERM_PATCH 378
#define XTERM_DATE 2023-01-09
#define XTERM_PATCH 393
#define XTERM_DATE 2024-07-11
#ifndef __vendorversion__
#define __vendorversion__ "XTerm/SecBSD"