sync with OpenBSD -current

This commit is contained in:
purplerain 2025-01-10 01:40:29 +00:00
parent 4b49aefbb1
commit 1fd36b57f8
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
945 changed files with 81965 additions and 59988 deletions

View file

@ -1,7 +1,7 @@
/* $XTermId: resize.c,v 1.150 2023/03/31 23:09:38 tom Exp $ */
/* $XTermId: resize.c,v 1.152 2024/09/30 08:11:57 tom Exp $ */
/*
* Copyright 2003-2022,2023 by Thomas E. Dickey
* Copyright 2003-2023,2024 by Thomas E. Dickey
*
* All Rights Reserved
*
@ -88,11 +88,7 @@
int ignore_unused;
#endif
#ifdef __MVS__
#define ESCAPE(string) "\047" string
#else
#define ESCAPE(string) "\033" string
#endif
#define EMULATIONS 2
#define SUN 1