Skip to content

Commit

Permalink
use 'less -R' instead of 'more' for better compatibility in lsee (#439)
Browse files Browse the repository at this point in the history
  • Loading branch information
masinter authored Aug 27, 2021
1 parent 3ef7a79 commit c810d28
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/lsee
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@ tr '\r' '\n' < $1 | \
-e 's///g'\
-e 's///g'\
-e 's//:/g' \
| more

| less -R

0 comments on commit c810d28

Please sign in to comment.