From owner-freebsd-ports Wed Jul 31 17:29:26 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA16690 for ports-outgoing; Wed, 31 Jul 1996 17:29:26 -0700 (PDT) Received: from seagull.rtd.com (root@seagull.rtd.com [198.102.68.2]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id RAA16685 for ; Wed, 31 Jul 1996 17:29:23 -0700 (PDT) Received: (from dgy@localhost) by seagull.rtd.com (8.7.5/8.7.3) id RAA08687 for freebsd-ports@freefall.cdrom.com; Wed, 31 Jul 1996 17:29:20 -0700 (MST) From: Don Yuniskis Message-Id: <199608010029.RAA08687@seagull.rtd.com> Subject: oleo patch To: freebsd-ports@freefall.FreeBSD.org (FreeBSD ports) Date: Wed, 31 Jul 1996 17:29:20 +1700 (MST) X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Greetings! Here are a few patches against the oleo-1.6 port. The first chunk is a "best-guess" so flames to /dev/null (but it seems like a decent guess!) --don ----------------8<--------------8<-----------------8<------------ diff -r --context work/oleo-1.6/init.c work.new/oleo-1.6/init.c *** work/oleo-1.6/init.c Fri Jun 3 22:00:41 1994 --- work.new/oleo-1.6/init.c Mon Jul 29 06:30:13 1996 *************** *** 256,262 **** "bind-set main goto-edit-cell a-z", "bind-set main goto-edit-cell A-Z", "bind-set main goto-edit-cell 0-9", ! "bind-key main goto-edit-cell \\", "bind-key main goto-edit-cell +", "bind-key main goto-edit-cell -", "bind-key main goto-edit-cell *", --- 256,262 ---- "bind-set main goto-edit-cell a-z", "bind-set main goto-edit-cell A-Z", "bind-set main goto-edit-cell 0-9", ! "bind-key main goto-edit-cell \\ ", "bind-key main goto-edit-cell +", "bind-key main goto-edit-cell -", "bind-key main goto-edit-cell *", diff -r --context work/oleo-1.6/io-term.c work.new/oleo-1.6/io-term.c *** work/oleo-1.6/io-term.c Fri Jun 3 23:09:48 1994 --- work.new/oleo-1.6/io-term.c Wed Jul 31 09:41:24 1996 *************** *** 139,146 **** static char * usage[] = { ! " [--version] [--quiet] [--ignore-init-file] [--nw] [--help] \n", ! " [-Vqfh] [file]\n", 0 }; --- 139,146 ---- static char * usage[] = { ! " [--version] [--quiet] [--ignore-init-file] [--nw] [--help]\n", ! " [-Vqfhx] [file]\n", 0 }; *************** *** 1113,1121 **** { tty_graphics (); using_curses = 1; - /* Allow the disclaimer to be read. */ - if (!init_fpc && !spread_quietly) - sleep (5); } io_open_display (); --- 1113,1118 ---- *************** *** 1209,1216 **** display_opened = 1; if (!command_line_file) ! run_string_as_macro ! ("{pushback-keystroke}{builtin-help _NON_WARRANTY_}"); while (1) { setjmp (error_exception); --- 1206,1216 ---- display_opened = 1; if (!command_line_file) ! { ! if (!init_fpc && !spread_quietly) ! run_string_as_macro ! ("{pushback-keystroke}{builtin-help _NON_WARRANTY_}"); ! } while (1) { setjmp (error_exception);