I making a simple program using the text editor widget from Iced as well as the terminal provided from this crate, the problem i am experiencing is that when ever the terminal is active, it automatically assumes the cursor focus and wont give it up. this leads to being able to type in two places at once.
I making a simple program using the text editor widget from Iced as well as the terminal provided from this crate, the problem i am experiencing is that when ever the terminal is active, it automatically assumes the cursor focus and wont give it up. this leads to being able to type in two places at once.