mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-09-10 17:15:43 +00:00
More minor documentation corrections.
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user