| 10226 | * reserved bottom rows; the fallback path keeps the older one-row-below-output |
| 10227 | * trick for terminals where scroll regions are unavailable. */ |
| 10228 | static void editor_show(agent_editor *ed) { |
| 10229 | if (!ed->active || !ed->hidden) return; |
| 10230 | if (ed->scroll_region) { |
| 10231 | editor_save_output_cursor(ed); |