|
Does anyone know how to adjust the prompt height? This is my second application using this toolkit and I still cannot figure out how to stop the prompt from being partially up the terminal. After taking these screenshots, I just realized maybe it has something to do with the auto-complete popup; maybe I can get it to pop above the line instead of under. App:
|
Answered by
ghost-ng
Jan 13, 2024
Replies: 2 comments
Answer selected by
ghost-ng
|
so you gave up on auto complete or does it still work? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment





i guess all it tool was for me to realize that the extra space was because of the complete, I added this to my prompt object:
complete_while_typing=False, complete_style='readline'