
Go to the source code of this file.
Functions | |
| EDITHISTORY * | EditHistoryCreate (int siz) |
| Create an editor history table. | |
| void | EditHistoryDestroy (EDITHISTORY *hist) |
| Create an editor history table. | |
| void | EditHistorySet (EDITHISTORY *hist, int idx, char *buf) |
| Replace the specified history table entry. | |
| int | EditHistoryGet (EDITHISTORY *hist, int idx, char *buf, int siz) |
| Retrieve the specified history table entry. | |
| void | EditHistoryInsert (EDITHISTORY *hist, int idx, char *buf) |
| Insert a new history table entry at the specified position. | |