Enable back dialog_msgbox in TellEm, real problem was delwin

into edit_line
This commit is contained in:
Andrey A. Chernov 1994-11-05 23:09:26 +00:00
parent b0b538ae45
commit e897bbe2ee
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4177

View File

@ -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);
}