diff options
Diffstat (limited to 'buff.c')
-rw-r--r-- | buff.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -73,10 +73,6 @@ void print_lines(char lineno){ if (lineno) printf("%d\t", pos); printf("%s", cur->c); - if (pos != num) { - pos += 1; - cur = cur -> next; - } } int move_to_line(int addr, char print){ |