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
I would like a method to get the current readline buffer. This is useful when I'm creating a custom function that is bound to a key, so that I can do actions based on the previous text.
This value is stored in the rl_line_buffer global variable, so cglobal('readline', 'rl_line_buffer', Str); would work.
The text was updated successfully, but these errors were encountered:
I would like a method to get the current readline buffer. This is useful when I'm creating a custom function that is bound to a key, so that I can do actions based on the previous text.
This value is stored in the
rl_line_buffer
global variable, socglobal('readline', 'rl_line_buffer', Str);
would work.The text was updated successfully, but these errors were encountered: