OE26XIQOCBNXDOCLQ3TEXC6GLU7XF5LYJ4RI2MGFJ6W6GTU264RAC JV27LDDKKY57IEBWGBFPSHEARMOEGLBYGBJD27PDPTNWWYXA4T6AC ISOFHXB2DX6IRN4HVBYWLADZM7QXQKRNAAS577G542KS4L6G5H3QC 4KC7I3E2DIKLIP7LQRKB5WFA2Z5XZXAU46RFHNFQU5BVEJPDX6UQC LXTTOB33N2HCUZFIUDRQGGBVHK2HODRG4NBLH6RXRQZDCHF27BSAC S2MISTTMPEULTO6WRO4Q4NRUO7XC2PTZW3UBR7K7SO6JPZO6HBHAC LF7BWEG4DKQI7NMXMZC4LC2BE5PB42HK5PD6OYBNIDMAZBJASOKQC HIKLULFQG7Q7L4C5KXR3DV3TBZ2RGWXBJJXIGSE5YQWF37AJOYZAC FHSZYAZ2KCHJM4BN2TAPYZMWTLTIE23SWKDYLCQOQIVL4263HDRQC X3F7ECSLGXCH6NBSDIH7LY47I4EG2RR5VFPEMM6ZVDYQIGFID4HQC 2L5MEZV344TOZLVY3432RHJFIRVXFD6O3GWLL5O4CV66BGAFTURQC ZM7NOBRMD5HHA35Y4JDC76EOA2RD4KQOQCPURXYKXA6ABMKOJIGQC PRE6XPRNICDCHMF7C45A6DRPVT47IPAIWW6Q7AHNGW3D2PBGOPNAC VAVXKWZVOFJGWHCWYLTPDKSKKMSJEBKXNKXUW3T6IZAC3HE6HOIQC RK2ASPN7A55RCEG2YRFZLFXNPSME2VKBE2ZXO257DYZPS5TPXC5QC Foreground_color = {r=0, g=0, b=0}
-- Foreground_color comes predefined, and we have to be careful-- to use the precise table instance used by colorize.lua---- This 'definition' is only here to remind us of this global,-- and this gotcha.Foreground_color = Foreground_color
Current_pane.editor_state.top = Menu_bottom + 20Current_pane.editor_state.left = Menu_left + 50 + Line_number_paddingCurrent_pane.editor_state.right = math.min(100+30*App.width('m'), Safe_width*2/3)Current_pane.editor_state.width = Current_pane.editor_state.right - Current_pane.editor_state.leftedit.update_font_settings(Current_pane.editor_state, font_height)Text.redraw_all(Current_pane.editor_state)
for _,pane in ipairs(Panes) dopane.editor_state.top = Menu_bottom + 20pane.editor_state.left = Menu_left + 50 + Line_number_paddingpane.editor_state.right = math.min(100+30*App.width('m'), Safe_width*2/3)pane.editor_state.width = pane.editor_state.right - pane.editor_state.leftedit.update_font_settings(pane.editor_state, font_height)Text.redraw_all(pane.editor_state)end