ZPIIIN2B4EENXZAANI23O2IBKAMFNPLGZYFFMJIZ6ENYVPH5ECDQC BRJJ4HZMGVIGRTDGE7ZNRSN3IZIS3A6SL7BFHUV2VVEBT3KIG3RQC LA63KIU2TQ4ISN3VG3OJKKB6NEKU33RF7MC6XJRJMXEGCBBM4E2QC 2RUFBUA5UFKJFAYDDNBBWFO2LVF67W4W6IHHYUJFXNDATWAVKJMQC KL4LEOXR4CDVBAO66M4HFHSRIT4ETY3CLSB55XUEBVIPQCD2D7YQC 2XGKAHLDJKCX7CI2A2UZCAOYAUREPH2TH4V5WK7MRWLHOFI3CPZQC DIVBY22FIFTEVZ3TMPJZFTC55G3GU6SBXQ6ILPGNSFPBWKXWGLPQC J3ER7DFO2TXYUMJAXZUFEHQNLFDNIXSYDTE7HEFGQ2RYB3A6RFPAC OTIBCAUJ3KDQJLVDN3A536DLZGNRYMGJLORZVR3WLCGXGO6UGO6AC QL7T6VAFKSK2AOIIRT3HGDY4UXYFKY747FM4BICGPSKFDUZM62DQC GQBUV2XOMEPMTXMPCBQWGGIUXGQDX77VTGPFIG6YT7G64ASOYHXQC CU5DXB4DDR7JVLNOSBQH3DRZKMXC5ZBRD4AYQO26FPHUUXMAOLZQC A45652UONJ5TTRUEBAIYNLLUJNNPYUR4MQEIN7WDZE2BXROZFSRQC 4P4AGIIG55VT6Y3JZVZPB756H4N2C6NTVMWCOOGCOSY63K4ILBFAC CVK6T5OZZPWGWZ4E2QQZKCOWZPC25EDWXZWLLTPBDDRGEQGADKNAC RARXCAVDKO44DCW6HMRIZIMMOKQWMA32GWTWS6VWFZQVEM7NEI2QC KTU3P32MXZW2FOGAWCAT75OCETKNARCIBI2DAYEHYGHACQTII5LQC YKRUNSPXQMYUZM2HC2BWRL3OLVF5X3Y3XASG7JCT4TW4VUHZD6ZAC Display_settings.palette = Display_settings.palette..tDisplay_settings.palette_text = App.newText(love.graphics.getFont(), Display_settings.palette)
Display_settings.palette_command = Display_settings.palette_command..tDisplay_settings.palette_command_text = App.newText(love.graphics.getFont(), Display_settings.palette_command)
local len = utf8.len(Display_settings.palette)local byte_offset = Text.offset(Display_settings.palette, len)Display_settings.palette = string.sub(Display_settings.palette, 1, byte_offset-1)Display_settings.palette_text = App.newText(love.graphics.getFont(), Display_settings.palette)
local len = utf8.len(Display_settings.palette_command)local byte_offset = Text.offset(Display_settings.palette_command, len)Display_settings.palette_command = string.sub(Display_settings.palette_command, 1, byte_offset-1)Display_settings.palette_command_text = App.newText(love.graphics.getFont(), Display_settings.palette_command)
Display_settings.palette = command_string(candidates[Display_settings.palette_index])Display_settings.palette_text = App.newText(love.graphics.getFont(), Display_settings.palette)
Display_settings.palette_command = command_string(candidates[Display_settings.palette_alternative_index])Display_settings.palette_command_text = App.newText(love.graphics.getFont(), Display_settings.palette_command)
Display_settings.palette = Display_settings.palette..App.getClipboardText()Display_settings.palette_text = App.newText(love.graphics.getFont(), Display_settings.palette)
Display_settings.palette_command = Display_settings.palette_command..App.getClipboardText()Display_settings.palette_command_text = App.newText(love.graphics.getFont(), Display_settings.palette_command)
if file_exists(Directory..candidates[Display_settings.palette_index]) thencommand.open_file_in_next_column(candidates[Display_settings.palette_index])
if file_exists(Directory..candidates[Display_settings.palette_alternative_index]) thencommand.open_file_in_next_column(candidates[Display_settings.palette_alternative_index])
if Display_settings.palette_index < #candidates() thenDisplay_settings.palette_index = Display_settings.palette_index+1
if Display_settings.palette_alternative_index < #candidates() thenDisplay_settings.palette_alternative_index = Display_settings.palette_alternative_index+1
if Display_settings.palette_index > Palette_alternatives_height thenDisplay_settings.palette_index = Display_settings.palette_index-Palette_alternatives_height
if Display_settings.palette_alternative_index > Palette_alternatives_height thenDisplay_settings.palette_alternative_index = Display_settings.palette_alternative_index-Palette_alternatives_height
if Display_settings.palette_index <= #candidates()-Palette_alternatives_height thenDisplay_settings.palette_index = Display_settings.palette_index+Palette_alternatives_height
if Display_settings.palette_alternative_index <= #candidates()-Palette_alternatives_height thenDisplay_settings.palette_alternative_index = Display_settings.palette_alternative_index+Palette_alternatives_height