[sbopkg-discuss] Re: Terminals needing refreshing to see sbopkg

Phillip Warner phillip.c.warner at gmail.com
Mon Feb 16 08:17:09 UTC 2009


On 2/11/09, Mauro Giachero <mauro.giachero at gmail.com> wrote:
> After a bit of googling I found [1], and I verified that sending a SIGWINCH
> to the dialog process makes the dialog appear.
> I'm not sure whether working around it on the sbopkg side is feasible,
> though.
I just tested this and I think that this could be done in sbopkg if
the 'dialog --clear' statements do not work.

For example, something like this may work.
  exec dialog_process &
  dpid=$!
  .
  .
  .
  kill -SIGWINCH $dpid

--phillip

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "sbopkg-discuss" group.
To post to this group, send email to sbopkg-discuss at googlegroups.com
To unsubscribe from this group, send email to sbopkg-discuss+unsubscribe at googlegroups.com
For more options, visit this group at http://groups.google.com/group/sbopkg-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---




More information about the sbopkg-users mailing list