Fix https://github.com/apache/nuttx/issues/8731, don't rely on the vt100 to report the cursor position. This avoid the implicit input (response of get cursor command) during the user inputs. Notice: This assume that the nsh prompt is always shown at line start. Signed-off-by: Huang Qi <huangqi3@xiaomi.com>