Created
April 10, 2017 14:53
-
-
Save abhinav-upadhyay/6d8f3fb7477f409ab4270f37e700791a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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