PS4OMGY6HULIA73HDLJ3CEQYWFBSY3SXTC55ABFWIV7BQMU7AW6AC 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()
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()