view src/os_beos.h @ 20039:41d0b22db011 v8.2.0575

patch 8.2.0575: :digraph! not tested Commit: https://github.com/vim/vim/commit/e3242346cf1c2ff8b0315cb2cb98e731bfa952c0 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Apr 13 19:46:43 2020 +0200 patch 8.2.0575: :digraph! not tested Problem: :digraph! not tested. Solution: Add a test. (Dominique Pelle, closes https://github.com/vim/vim/issues/5925)
author Bram Moolenaar <Bram@vim.org>
date Mon, 13 Apr 2020 20:00:04 +0200
parents 6e3dc2d630c2
children
line wrap: on
line source

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

/*
 * os_beos.h
 */

#undef USE_SYSTEM
#define USE_THREAD_FOR_INPUT_WITH_TIMEOUT	1
#define USE_TERM_CONSOLE

#define HAVE_DROP_FILE

#undef	BEOS_DR8
#define	BEOS_PR_OR_BETTER

// select emulation

#ifndef PROTO
# include <net/socket.h>		// for typedefs and #defines only
#endif