make print _much_ more efficient
Dependencies
- [2]
5OCELN37bugfix in output editor wrapping - [3]
4HCP3NTOdraw code editor after menu and output - [4]
I52S4E5Frunning `print` now appends to output editor - [5]
YK5FRJWHprint to output buffer in all callbacks - [6]
7SJHYHMBclean up the setFont gotcha - [*]
ZM7NOBRMnew fork: carousel shell
Change contents
- edit in 0050-print_to_output at line 5
Text.redraw_all(Current_pane.output_editor_state) - edit in 0012-on.draw at line 19
if #Current_pane.output_editor_state.lines ~= #Current_pane.output_editor_state.line_cache thenText.redraw_all(Current_pane.output_editor_state)end