IHVD5VZIQU72CGEGWTFVTI6K2VVZYJHUIBW3GLSCDOFFQGZVLV5QC CJ4VCNOZPQSBURPNWCOGJCWPEUI43WTKGJHUJZOYMNGRUPFGVM3QC V6JHPHYNDGOBF3OKHPYJ6IQEU5PSLWNUCQBGVW4TG7TYL6OLF3QAC GWS6ZSRN42IR33F5MKX7XQM4EREIZKPUM73EBZUFEZACDIMNUIGQC HQCEHEHJXKH7ZU4OGLHT5QCY75YKPBH6WVSLXJKSQI4V7PKUBVEQC GQBUV2XOMEPMTXMPCBQWGGIUXGQDX77VTGPFIG6YT7G64ASOYHXQC IUBUKOBFGTLXNHRNYGVN35F5OQISTGQDB27WMS2LXBVVBXCXGUDQC LN4IIRPP2CQ26OJZLXL37MYK2H3PXRWDNVM3FQKQPWNPOZAR6DQQC QMWB3N3NKEACQBGY7JRFW5J74Z74CBLKJC2EDJJEDV7NKM2NQCGQC J3YDSRMTV44CILD443Y36LHYII2ZI43DFAWJZG6PERP35DEVYXRQC EGS44RTAG7JVLLEA4KH63MBZAD4O5HNRSJQIOC6SRKHUG3G56R6QC DCRK7A4WVEY7AIGV4AHTO3Z4V4HXJJ7O27HFSDHZZSAN5BHPNDAAC PJNQY5CDYYWKFUFK3OFXU7UZCFTTMBSYDMEKIY7LUZIB5XFRTQQQC 5HOB5Y6ZDNJ42XMHQ7YWZTUCK4DAJRPYRECDWTKFSXZWQ4ZMMSNAC CVK6T5OZZPWGWZ4E2QQZKCOWZPC25EDWXZWLLTPBDDRGEQGADKNAC table.insert(Surface, Cursor_pane.col+1, column)Cursor_pane.col = Cursor_pane.col+1Cursor_pane.row = 1local col_sx = left_edge_sx(Cursor_pane.col)if col_sx > Display_settings.x + App.screen.width - Display_settings.column_width thenDisplay_settings.x = math.max(0, col_sx + Display_settings.column_width + Margin_right + Padding_horizontal - App.screen.width)Display_settings.y = 0end
add_column_to_right_of_cursor(column)
table.insert(Surface, Cursor_pane.col+1, column)Cursor_pane.col = Cursor_pane.col+1Cursor_pane.row = 1local col_sx = left_edge_sx(Cursor_pane.col)if col_sx > Display_settings.x + App.screen.width - Display_settings.column_width thenDisplay_settings.x = math.max(0, col_sx + Display_settings.column_width + Margin_right + Padding_horizontal - App.screen.width)Display_settings.y = 0end
add_column_to_right_of_cursor(column)
local col_sx = left_edge_sx(Cursor_pane.col)if col_sx > Display_settings.x + App.screen.width - Display_settings.column_width thenDisplay_settings.x = math.max(0, col_sx + Display_settings.column_width + Margin_right + Padding_horizontal - App.screen.width)Display_settings.y = 0end
bring_cursor_column_on_screen()
function bring_cursor_column_on_screen()local col_sx = left_edge_sx(Cursor_pane.col)if col_sx > Display_settings.x + App.screen.width - Display_settings.column_width thenDisplay_settings.x = math.max(0, col_sx + Display_settings.column_width + Margin_right + Padding_horizontal - App.screen.width)Display_settings.y = 0endend