Functionsยง
- stdin_
read_ line - std::io::stdin().read_line(&buf)
- stdin_
readlines - Default use
EOF
as end of the reading stage. - stdin_
readlines_ end_ with - CMDS
C_H: show help.
C_C: clear all input data.
C_D N: if N exist, delete the line N, else delete the last line
C_I N: insert new lines start with line N.
C_P: print the current inputed lines, if more the than 10 lines,
every time print 10 lines, then you can input
n
to print the next, useq
to quit print mode.