Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jul 2002 19:06:07 -0700 (PDT)
From:      "Tim J. Robbins" <tjr@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/bin/sh input.c trap.c trap.h
Message-ID:  <200207240206.g6O268oa000214@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
tjr         2002/07/23 19:06:07 PDT

  Modified files:
    bin/sh               input.c trap.c trap.h 
  Log:
  Avoid calling el_resize() from a signal handler, even though libedit
  itself does that if you set EL_SIGNAL. Instead, set a flag and check it
  before calling el_gets(). This is safer, but slower to respond to changes.
  
  Pointed out by: mp
  
  Revision  Changes    Path
  1.19      +7 -0      src/bin/sh/input.c
  1.25      +3 -2      src/bin/sh/trap.c
  1.11      +1 -0      src/bin/sh/trap.h

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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