Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save abhinav-upadhyay/6d8f3fb7477f409ab4270f37e700791a to your computer and use it in GitHub Desktop.
Save abhinav-upadhyay/6d8f3fb7477f409ab4270f37e700791a to your computer and use it in GitHub Desktop.
Index: editline.3
===================================================================
RCS file: /cvsroot/src/lib/libedit/editline.3,v
retrieving revision 1.92
diff -u -p -r1.92 editline.3
--- editline.3 22 May 2016 23:54:20 -0000 1.92
+++ editline.3 10 Apr 2017 14:52:57 -0000
@@ -786,7 +786,7 @@ Return the next element in the history.
It is older than the current one.
.It Dv H_CURR
Return the current element in the history.
-.It Dv H_SET
+.It Dv H_SET , Fa "int position"
Set the cursor to point to the requested element.
.It Dv H_ADD , Fa "const char *str"
Append
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment