1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-07-04 02:35:29 +00:00

Commented out the code causing infinite loop when viewing

test/backspaces.txt.
This commit is contained in:
Witold Filipczyk 2006-07-23 16:35:53 +02:00 committed by Witold Filipczyk
parent 4263af97a9
commit 8b4daed148

View File

@ -349,11 +349,12 @@ add_document_line(struct plain_renderer *renderer,
*template = saved_renderer_template;
} else if (line_char == ASCII_BS) {
#if 0
if (!(expanded + cells)) {
/* We've backspaced to the start of the line */
continue;
}
#endif
if (pos > startpos)
pos--; /* Backspace */