Starting in EPIC5-1.4, EPIC has improved automargin support, which makes it easier to copy and paste long URLs.
These are the steps:
export TERM=vt102am
should do the job
That should do it! Your display will now use the final column on the display, and urls should be unmangled when you copy them
If you “forget” to /SET -CONTINUED_LINE or /SET WORD_BREAK or /SET -INDENT and want to rebreak your windows in order to take advantage of this after the fact, you can always just do /WINDOW REBREAK_SCROLLBACK after setting things the way you need.
* IMPORTANT! *
Note that you _must_ be running with a TERM supporting
automargins or this will not change things!
You can check this by doing
/eval echo $getcap(TERM enter_am_mode)
If it returns blank, then your TERM does not support automargins.
* IMPORTANT! *