view src/os_qnx.h @ 29926:2be5a2741943 v9.0.0301

patch 9.0.0301: the message window popup is delayed after an error message Commit: https://github.com/vim/vim/commit/878e1d25a0a5b03233bf6ad64073fcf576c2aea5 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 28 17:53:23 2022 +0100 patch 9.0.0301: the message window popup is delayed after an error message Problem: The message window popup is delayed after an error message. Solution: Do not set emsg_on_display when using the message window.
author Bram Moolenaar <Bram@vim.org>
date Sun, 28 Aug 2022 19:00:09 +0200
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