Package: dialog
Version: 1.0-20060221-3
Severity: normal
Tags: patch
If you resize the terminal while using 'msgbox', then the message box
body text is not redrawn.
e.g. dialog --msgbox 'foo' 0 0
-Brian
-- System Information:
Debian Release: 4.0
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-dcc-srv
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) (ignored: LC_ALL set to
en_US)
Versions of packages dialog depends on:
ii debianutils 2.17 Miscellaneous utilities specific t
ii libc6 2.3.6.ds1-13 GNU C Library: Shared libraries
ii libncursesw5 5.5-5 Shared libraries for terminal hand
dialog recommends no packages.
-- no debconf information
--- dialog-1.0-20060221.orig/msgbox.c 2005-12-06 19:01:04.000000000 -0500
+++ dialog-1.0-20060221/msgbox.c 2007-03-15 11:26:11.000000000 -0400
@@ -223,6 +223,7 @@
dlg_clear();
height = req_high;
width = req_wide;
+ show = TRUE;
goto restart;
#endif
case DLGK_FIELD_NEXT: