'how to run two python files at a same time on same lx terminal window
i am developing a chatting system using python the ui is simple command line (lx terminal). the problem I am facing is I want a "type your message here>" input at the bottom of the terminal that remain unchanged throughout the program and the rest of the upper part continue to fetch new messages from database and refresh the screen but it should not affect the bottom input section where "type your message here>" is written.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|

![see the above user1 and user2 conversation should refresh but the "[user1] (TYPE YOUR MESSAGE)>" should not be change and be there for whole program run](https://i.stack.imgur.com/MgbKu.png)