Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Jul 2020 05:48:15 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 248377] [PATCH] script(1): Enable proper playback [-p] of curses sessions
Message-ID:  <bug-248377-227@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D248377

            Bug ID: 248377
           Summary: [PATCH] script(1): Enable proper playback [-p] of
                    curses sessions
           Product: Base System
           Version: CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: bin
          Assignee: bugs@FreeBSD.org
          Reporter: 0.gangzta@gmail.com

Created attachment 216900
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D216900&action=
=3Dedit
script.diff

The current manpage of script(1) says the following.

"Certain interactive commands, such as vi(1), create garbage in the typescr=
ipt
file. The script utility works best with commands that do not manipulate the
screen. The results are meant to emulate a hardcopy terminal, not an
addressable one."

script(1) is currently able to record [-r] curses sessions perfectly; only =
the
playback functionality [-p] has the above restriction; this patch removes t=
his
restriction by appropriately setting terminal attributes.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



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