diff --git a/system/cle/cle.c b/system/cle/cle.c index 97f9387d9..c1e1349c0 100644 --- a/system/cle/cle.c +++ b/system/cle/cle.c @@ -1196,7 +1196,7 @@ int cle(FAR char *line, const char *prompt, uint16_t linelen, return -EINVAL; } - priv.coloffs = column - 1; + priv.coloffs = column; cleinfo("row=%d column=%d\n", priv.row, column);