[Bug 204852] [regression] [patch] fix gstat undocumented keyboard controls

2016-06-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204852

Alan Somers  changed:

   What|Removed |Added

   Assignee|freebsd-bugs@FreeBSD.org|asom...@freebsd.org
 Status|New |In Progress
 CC||asom...@freebsd.org

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 204852] [regression] [patch] fix gstat undocumented keyboard controls

2015-11-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204852

Bug ID: 204852
   Summary: [regression] [patch] fix gstat undocumented keyboard
controls
   Product: Base System
   Version: 11.0-CURRENT
  Hardware: Any
OS: Any
Status: New
  Keywords: patch, regression
  Severity: Affects Only Me
  Priority: ---
 Component: bin
  Assignee: freebsd-bugs@FreeBSD.org
  Reporter: kwh...@site.uottawa.ca
  Keywords: patch, regression

Created attachment 163589
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=163589=edit
fix for libncurses/libedit interaction

gstat includes undocumented keyboard controls for quit [q], filter [f], etc. 
With (I'm guessing!) recent libedit changes, these commands fail to work as
expected.  The terminal echoes the single key command, and does not run it
until the enter key is pressed.  In particular, 'q' 'enter' exits gstat and
leaves the terminal in a non-echo state requiring "reset".

The attached patch relocates the cbreak() etc. calls after the libedit
initialization, and calls cbreak() etc. after libedit is called to enter a new
filter.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 204852] [regression] [patch] fix gstat undocumented keyboard controls

2015-11-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204852

Keith White  changed:

   What|Removed |Added

 Attachment #163589|0   |1
is obsolete||

--- Comment #1 from Keith White  ---
Created attachment 163600
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=163600=edit
oops, missed the last part of the patch

include the swapped endwin() el_end()

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"