Skip to content

Commit

Permalink
[cmds] Enable more to recognize line wrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
ghaerr committed Sep 12, 2023
1 parent 284a111 commit e3c1531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elkscmd/file_utils/more.c
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ int main(int argc, char **argv)
}

putchar(ch);
#if 0
#if 1
if (col >= 80) {
col -= 80;
line++;
Expand Down

0 comments on commit e3c1531

Please sign in to comment.