You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My hint list is {"hint1", "hint2", "help"},and what I return in hintcallback function is something like "\r\nhint1 | hint2", which means concat hint list with "|" into a string prepended by a "\r\n".
The question is, when I enter a 'h', my hint show up in the next line(hint1 | hint2 | help) as it should be,but when I go on entering a 'i', my cursor starts from next line, leaving the previous line a single 'h', which is not my wish.I hope the character I entered could be in same line, just like the way I enter words in terminal.
My question is like this(assume my prompt is >):
h
hint1 | hint2 | help
hi
hint1 | hint2
The text was updated successfully, but these errors were encountered:
The question is, when I enter a 'h', my hint show up in the next line(hint1 | hint2 | help) as it should be,but when I go on entering a 'i', my cursor starts from next line, leaving the previous line a single 'h', which is not my wish.I hope the character I entered could be in same line, just like the way I enter words in terminal.
My question is like this(assume my prompt is >):
The text was updated successfully, but these errors were encountered: