Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Nov 2020 09:34:16 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 251006] devel/cdialog timeouts not working
Message-ID:  <bug-251006-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 251006
           Summary: devel/cdialog timeouts not working
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: nkoch@demig.de
                CC: jcpierri@gmail.com
                CC: jcpierri@gmail.com
             Flags: maintainer-feedback?(jcpierri@gmail.com)

DIALOG_ESC=3D1 DIALOG_ERROR=3D3 cdialog --timeout 2 --yesno Start? 0 0 ; ec=
ho $?

When doing this under FreeBSD 10.3 with cdialog 20160828, timeout is return=
ed
as error (3).

Under FreeBSD 12.1 with cdialog 20180621 or 20200327 I get esc (1) instead.
So I have no chance to see if either  no key is pressed or esc is pressed.


DIALOG_ESC=3D1 DIALOG_ERROR=3D3 cdialog --pause Start? 0 0 2; echo $?

This does not work either. The dialog box just hangs until any key has been
pressed.

--=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-251006-7788>