Ticket #2207 (closed defect: fixed)

Opened 2 years ago

Last modified 1 month ago

Display problem after enlarging the terminal

Reported by: vincent@vinc17.org Assigned to: mutt-dev
Priority: trivial Milestone: 1.6
Component: display Version: cvs + patches
Keywords: Cc:

Description (Last modified by brendan)

I have an xterm under Linux and I connect by ssh to a Mac OS X machine (I couldn't try yet directly on the Mac OS X machine). When I enlarge the terminal while the editor is running (when composing a message), the text is not correctly displayed when returning to Mutt and doing <refresh>. Resizing the terminal here solves the problem.

How-To-Repeat:

  1. Type "mutt -F muttrc foo", where muttrc contains:
    color normal     brightwhite    black
    
  2. Fill the headers. Then the editor is started in the terminal.
  3. Compose a message.
  4. Enlarge the terminal.
  5. Quit the editor. Now, the "-- Mutt: Compose" line isn't displayed at the right place.
  6. Type Ctrl-L (refresh). Result: the top of the message disappears.

Change History

2008-05-15 06:14:01 changed by pdmef

  • milestone set to 1.6.

2008-06-26 12:32:21 changed by brendan

  • component changed from mutt to display.
  • description changed.

2008-06-26 12:47:32 changed by brendan

  • status changed from new to closed.
  • resolution set to fixed.

(In [be7e07963099]) Force a resize event after calling an external editor. Closes #2207