Fix a bug in insert_line
Created by: bobogei81123
Assuming that insert_line(n)
shall insert the string into nth-line (0 based).
- Fix a bug in insert_line when insert into after buffer
- Do corresponding changes in other place
Created by: bobogei81123
Assuming that insert_line(n)
shall insert the string into nth-line (0 based).