From owner-freebsd-questions Thu Dec 5 06:02:39 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id GAA08861 for questions-outgoing; Thu, 5 Dec 1996 06:02:39 -0800 (PST) Received: from alpha.inter.net.il (kube_new_98.access.net.il [206.249.128.162]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id GAA08855 for ; Thu, 5 Dec 1996 06:02:31 -0800 (PST) Received: (from enoch@localhost) by alpha.inter.net.il (8.7.5/8.7.3) id QAA00211; Thu, 5 Dec 1996 16:00:58 +0200 (IST) Date: Thu, 5 Dec 1996 16:00:57 +0200 (IST) From: Enoch Wexler Reply-To: wexler@inter.net.il To: questions@freebsd.org Subject: API for handling the mouse, etc. Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, I am porting a text program from DOS. The original is written in Borland C++ using their console I/O library and int86(51,...) for the mouse. 1. "curses" beats "conio", but I have no clue how to enter color... 2. From mouse.h and psm.c that I found it is difficult to learn on the API. Can you please tell me where are the relevant docs or some programming-examples. Thanks, Enoch. http://web.idirect.com/~wexler/ P/S Will this ported program run under X?