Currently I'm implementing a textbox into my GUI-API and it's working so far, the only thing that i don't like is that with the term-API if you input a character it automatically pushes everything in that line to the position x+1 on the screen.
Is there a way to disable this behaviour so that nothing gets shifted without editing the term-API itself?
Or is there a better way to get a user input in a graphical environment?
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Currently I'm implementing a textbox into my GUI-API and it's working so far, the only thing that i don't like is that with the term-API if you input a character it automatically pushes everything in that line to the position x+1 on the screen.
Is there a way to disable this behaviour so that nothing gets shifted without editing the term-API itself?
Or is there a better way to get a user input in a graphical environment?
Link to post
Share on other sites