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: hopthrisC on Jan 22, '04 12:32:39PM
Formatting error in this posting!!

To generate an escape character you have to use a backslash (which apparently got eaten by the grue...)

You have to replace every

"e[5C"
with
"\e[5C"
in this hint.

[ Reply to This | # ]
How to paste Escape sequences in Terminal's preferences
Authored by: folkert on Jan 22, '04 02:06:01PM
true, i should have used the [ code ] tag instead of the < code > tag.
stupid grues ;)


folkert

---
$ hexdump /mach_kernel|head -1
0000000 feed face 0000 0012 0000 0000 0000 0002


[ Reply to This | # ]