Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'How to paste Escape sequences in Terminal's preferences' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
How to paste Escape sequences in Terminal's preferences
Authored by: geohar on Apr 01, '04 03:38:07AM
Make sure you've set up the following

set echo_style=both
Then the line below will get your sequence on the clipboard

echo -n "\\e[5~" | pbcopy
This can be made to work in tcsh.

[ Reply to This | # ]