Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Sep 2009 13:51:01 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/teken sequences teken_subr_compat.h
Message-ID:  <200909251351.n8PDpKfC022874@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ed          2009-09-25 13:51:01 UTC

  FreeBSD src repository

  Modified files:
    sys/teken            sequences teken_subr_compat.h 
  Log:
  SVN rev 197481 on 2009-09-25 13:51:01Z by 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.
  
  Revision  Changes    Path
  1.2       +1 -0      src/sys/teken/sequences
  1.3       +14 -0     src/sys/teken/teken_subr_compat.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200909251351.n8PDpKfC022874>