Behind the Curtain of Inline Terminal Applications Textual recently added the ability to run inline terminal apps.You can see this in action if you run the calculator example: The application appears directly under the prompt, rather than occupying the full height of the screen—which is more typical of TUI applications.You can interact with this calculator using keys or the mouse.When you press ++ctrl+q++ the calculator disappears and returns you to the prompt. Here's another app that creat...