TBTKFVCEHHGHQ3JOZNLOT4PXUYMUGGM4C62KUP7N2KBHIEMXITPQC
G6WO7RL4BBE6YAFUPPNVT34YWZNLD7NVJQTO75DW7SVHJTY4FEDQC
4HCP3NTOPDNYUHD666O3BOGZEZDTP3YJHWKLSTI5J4DBDFQ6QYDAC
6RYG2FQJETRSB4HAZCURFUWAQXGMQHJPMEDWXO5LOY7HEPZNRPAAC
ZM7NOBRMD5HHA35Y4JDC76EOA2RD4KQOQCPURXYKXA6ABMKOJIGQC
4OMG2P5EBOWFZGVSNYOVRB33KYGWRXCN3VDR3SHDQWHONE4ITZ6AC
RK2ASPN7A55RCEG2YRFZLFXNPSME2VKBE2ZXO257DYZPS5TPXC5QC
Q4CJ4WWUFEW46IA4IWVQZAWW2RS2SO7UDYIXYPPHMBVSK5ZJYJRAC
Q3EQI5LIQVRRX234KDA4WBAAQFVER4F2DQLS62AO4B7F42N7ODFQC
draw_menu()
-- output
edit.draw(Current_pane.output_editor_state, Foreground_color, --[[hide cursor]] true)
draw_scrollbar(Current_pane.output_editor_state)
-- draw editor after menu and output scrollbar so search dialog over
edit.draw(Output_editor_state, Foreground_color, --[[hide cursor]] true)
draw_scrollbar(Output_editor_state)
-- code editor
-- output
edit.draw(Output_editor_state, Foreground_color, --[[hide cursor]] true)
draw_scrollbar(Output_editor_state)
-- menu and debug UI
draw_menu()