========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"https://en.wikipedia.org/wiki/ANSI_escape_code"
linktext was:"ANSI escape sequences"
====================================
are used to color text on the command line. If your editor or pager doesn't handle these properly then instead of seeing colored text you see something like:
Code: Select all
^[[9;23H^[[1;35m \-/
^[[11;23H^[[1;36m >x<
^[[13;23H^[[1;37m :@:
^[[15;23H^[[1;34m !"!
^[[17;23H^[[1;33m .o.
^[[19;23H^[[1;32m |O|
^[[21;23H^[[1;35m \-/
Code: Select all
LESS="-R"
Code: Select all
$ source ~/.bashrc
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://www.vim.org/scripts/script.php?script_id=302"
linktext was:"AnsiEsc"
====================================
script. The command":AnsiEsc" will toggle the appearance of the escape sequences.