view src/os_qnx.h @ 31433:c9da70c1e6d5 v9.0.1049

patch 9.0.1049: crash when opening a very small terminal window Commit: https://github.com/vim/vim/commit/67578e5bcf7404d40d42876b738b72e68add1a3e Author: Bram Moolenaar <Bram@vim.org> Date: Mon Dec 12 13:47:44 2022 +0000 patch 9.0.1049: crash when opening a very small terminal window Problem: Crash when opening a very small terminal window. Solution: Instead of crashing fix the cursor position. (closes https://github.com/vim/vim/issues/11697)
author Bram Moolenaar <Bram@vim.org>
date Mon, 12 Dec 2022 15:00:05 +0100
parents 6e3dc2d630c2
children
line wrap: on
line source

/* vi:set ts=8 sts=4 sw=4 noet:
 *
 * VIM - Vi IMproved	by Bram Moolenaar
 *
 * Do ":help uganda"  in Vim to read copying and usage conditions.
 * Do ":help credits" in Vim to see a list of people who contributed.
 */

#ifdef __QNXNTO__
# include <sys/procmgr.h>
#endif

#define	USE_TMPNAM

#define POSIX	    // Used by pty.c

#if defined(FEAT_GUI_PHOTON)
extern int is_photon_available;
#endif