Enable back dialog_msgbox in TellEm, real problem was delwin
into edit_line
This commit is contained in:
parent
910948c143
commit
4efdfe2270
@ -6,7 +6,7 @@
|
||||
* this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
|
||||
* ----------------------------------------------------------------------------
|
||||
*
|
||||
* $Id: utils.c,v 1.22 1994/11/05 03:34:22 phk Exp $
|
||||
* $Id: utils.c,v 1.23 1994/11/05 07:34:02 jkh Exp $
|
||||
*
|
||||
*/
|
||||
|
||||
@ -92,9 +92,7 @@ TellEm(char *fmt, ...)
|
||||
write(debug_fd,"Progress <",10);
|
||||
write(debug_fd,p,strlen(p));
|
||||
write(debug_fd,">\n\r",3);
|
||||
/* XXX This is broken just now, on second or third call it will hang
|
||||
dialog_msgbox("Progress", p, strheight(p)+2, strwidth(p)+4, 0);
|
||||
*/
|
||||
free(p);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user