Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Jul 1996 17:29:20 +1700 (MST)
From:      Don Yuniskis <dgy@rtd.com>
To:        freebsd-ports@freefall.FreeBSD.org (FreeBSD ports)
Subject:   oleo patch
Message-ID:  <199608010029.RAA08687@seagull.rtd.com>

next in thread | raw e-mail | index | archive | help
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);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199608010029.RAA08687>