More minor documentation corrections.
This commit is contained in:
parent
a8b66f318d
commit
c05e7cd7d9
2 changed files with 20 additions and 20 deletions
|
@ -182,8 +182,8 @@
|
|||
|
||||
/** Sets the cursor position to the given line and column.
|
||||
*
|
||||
* \param[in] Line Line number to position the cursor at
|
||||
* \param[in] Column Column number to position the cursor at
|
||||
* \param[in] Line Line number to position the cursor at.
|
||||
* \param[in] Column Column number to position the cursor at.
|
||||
*/
|
||||
#define ESC_CURSOR_POS(Line, Column) ANSI_ESCAPE_SEQUENCE(#Line ";" #Column "H")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue