Changes between Initial Version and Version 1 of Ticket #2678, comment 6


Ignore:
Timestamp:
12/05/11 04:18:55 (12 years ago)
Author:
andrew_b
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2678, comment 6

    initial v1  
    33Yes, both. The bugfixing commit is second one in the branch. You can apply only that to check whether the bug is fixed or not. 
    44 
    5 1st commit optimizes the SIGWINCH handling. This is preparation for the main fix. Without that, when editor or viewer is open and window is being resized, the setup_panels() is called for invisible panels each time when SIGVINCH is raised. That can be many times. Now panels are updated only once when they are shown again after editor or viewer  close. 
     51st commit optimizes the SIGWINCH handling. This is preparation for the main fix. Without that, when editor or viewer is open and window is being resized, the setup_panels() is called for invisible panels each time when SIGVINCH raises. That can be many times. Now panels are updated only once when they are shown again after editor or viewer  close.