merge bugfix
Dependencies
- [2]
AZMYKWMHresolve conflicts - [3]
VEAVIL4Xresize handler - [4]
SFRZIHVEbugfix: update all panes on resize - [5]
FQAZKPOObugfix: infinite loop if window is too narrow
Change contents
- replacement in 0031-on.resize at line 4
pane.editor_state.right = math.min(100+30*pane.font:getWidth('m'), Safe_width*2/3)pane.editor_state.right = math.min(100+30*pane.editor_state.font:getWidth('m'), Safe_width*2/3)