system/cle: Remove column offset for cursor position
This commit is contained in:
parent
08c29110a6
commit
771d19b94a
@ -1196,7 +1196,7 @@ int cle(FAR char *line, const char *prompt, uint16_t linelen,
|
|||||||
return -EINVAL;
|
return -EINVAL;
|
||||||
}
|
}
|
||||||
|
|
||||||
priv.coloffs = column - 1;
|
priv.coloffs = column;
|
||||||
|
|
||||||
cleinfo("row=%d column=%d\n", priv.row, column);
|
cleinfo("row=%d column=%d\n", priv.row, column);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user