- May
- 13,160
- 180
When I do this in a plugin keystroke handler (with/without the commented stuff)
the command line is executed. I was hoping to get the command line as it was when the prompt was issued.
Code:
ClearEditLine(lpki->pszLine);
lpki->nKey = 13;
//lpki->pszCurrent = lpki->pszLine;
//lpki->nColumn = lpki->nHomeColumn;
//lpki->nRow = lpki->nHomeRow;
return 0;