Searched hist:197481 (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/teken/
H A Dsequencesdiff 197481 Fri Sep 25 14:06:28 MDT 2009 ed Add a new escape sequence to switch between cons25 and xterm.

Just run this to switch to xterm:

printf '\e[=T'

If you get bored and want to switch back to cons25, run this:

printf '\e[=1T'

I can now send an email to the lists, asking whether people are
interested in trying the xterm emulator.
H A Dteken_subr_compat.hdiff 197481 Fri Sep 25 14:06:28 MDT 2009 ed Add a new escape sequence to switch between cons25 and xterm.

Just run this to switch to xterm:

printf '\e[=T'

If you get bored and want to switch back to cons25, run this:

printf '\e[=1T'

I can now send an email to the lists, asking whether people are
interested in trying the xterm emulator.

Completed in 56 milliseconds