readline.get_history_item(index)
Return the current contents of history item at index. The item index is one-based. This calls history_get()
in the underlying library.
readline.get_history_item(index)
Return the current contents of history item at index. The item index is one-based. This calls history_get()
in the underlying library.
Please login to continue.