Bug 21796

Summary: dialog overwrites it's own title
Product: [Retired] Red Hat Linux Reporter: Holger Schurig <h.schurig>
Component: dialogAssignee: Harald Hoyer <harald>
Status: CLOSED RAWHIDE QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.0   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-12-06 10:24:58 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Holger Schurig 2000-12-06 10:24:56 UTC
When I call

   dialog --title "Title" --msgbox "Hi there" 7 40

then the displayed image is not
+---------- Title -----------+
|         Hi there           |
|                            |
|                            |
+----------------------------+
|          <  OK  >          |
+----------------------------+

(as it was in Red Hat 6.2), but instead it now looks like

+---------Hi there ----------+
|                            |
|                            |
|                            |
+----------------------------+
|          <  OK  >          |
+----------------------------+

(You might get a better impression with a monospaced-font)