From owner-cvs-src-old@FreeBSD.ORG Fri Sep 25 13:51:20 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A6056106566C for ; Fri, 25 Sep 2009 13:51:20 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 93EAB8FC15 for ; Fri, 25 Sep 2009 13:51:20 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n8PDpKKS022875 for ; Fri, 25 Sep 2009 13:51:20 GMT (envelope-from ed@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n8PDpKfC022874 for cvs-src-old@freebsd.org; Fri, 25 Sep 2009 13:51:20 GMT (envelope-from ed@repoman.freebsd.org) Message-Id: <200909251351.n8PDpKfC022874@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to ed@repoman.freebsd.org using -f From: Ed Schouten Date: Fri, 25 Sep 2009 13:51:01 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/teken sequences teken_subr_compat.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2009 13:51:20 -0000 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