163 columns, 919 panes: find on surface is slow changing font size seems to add sluggishness
I closed some single-pane columsn, now down to 95 columns, 793 panes. Let's see how things go.
6HRQ6USPCSQN2XVE3O5ETWOE2I5RNHK5KVRPOARIPNECI2AIICGQC
6LBSEPBJTXIVBYX3AH5FYCQCN66ZRFFO3IVYMDS7IQUGEAZM3MHQC
2Y7YH7UPQWDNYDJN4BYY2MOHA36B2BIRX6DMIAKHJPQC7UP2R6NQC
B22JHH4W75CLJTHZWAHJZWYL3L7IN4MSIJSR5CCCCXYWYA27TRNQC
OTIBCAUJ3KDQJLVDN3A536DLZGNRYMGJLORZVR3WLCGXGO6UGO6AC
--? print(#Surface, 'columns;', num_panes(), 'panes')
function num_panes() local result = 0 for _,column in ipairs(Surface) do result = result+#column end return resultend
function num_panes()
local result = 0
for _,column in ipairs(Surface) do
result = result+#column
end
return result