2 bugfixes in font rendering
Dependencies
- [2]
OE26XIQObring back syntax highlighting (but so ugly) - [3]
SFRZIHVEbugfix: update all panes on resize - [4]
VEAVIL4Xresize handler - [5]
FQAZKPOObugfix: infinite loop if window is too narrow - [*]
R5QXEHUIsomebody stop me - [*]
PRE6XPRNresponsively increase/decrease font height
Change contents
- file addition: 0114-update_output_editor[7.2]
update_output_editor = function(pane)pane.output_editor_state.top = pane.editor_state.bottom+5+10+5pane.output_editor_state.right = pane.editor_state.rightpane.output_editor_state.width = pane.editor_state.widthpane.output_editor_state.bottom = Safe_height - 5Text.redraw_all(pane.output_editor_state)end - edit in 0032-update_font_settings at line 18
update_output_editor(pane) - replacement in 0031-on.resize at line 11
pane.output_editor_state.top = pane.editor_state.bottom+5+10+5pane.output_editor_state.right = pane.editor_state.rightpane.output_editor_state.width = pane.editor_state.widthpane.output_editor_state.bottom = Safe_height - 5update_output_editor(pane)