view src/os_beos.h @ 20445:9f34aae7f69d v8.2.0777

patch 8.2.0777: terminal test fails Commit: https://github.com/vim/vim/commit/79ea680e6b1dd02035fdf8a5521927cf1f98c2ed Author: Bram Moolenaar <Bram@vim.org> Date: Sun May 17 15:09:27 2020 +0200 patch 8.2.0777: terminal test fails Problem: Terminal test fails. Solution: Adjust character position for double-wide characters.
author Bram Moolenaar <Bram@vim.org>
date Sun, 17 May 2020 15:15: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