<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in sequences</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>031beb4e239bfce798af17f5fe8dba8bcaf13d99 - sys: Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/teken/sequences#031beb4e239bfce798af17f5fe8dba8bcaf13d99</link>
        <description>sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/sys/teken/sequences</description>
        <pubDate>Wed, 16 Aug 2023 19:54:58 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c6879c6c14eedbd060ba588a3129a6c60ebbe783 - Merge ^/head r339015 through r339669.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/teken/sequences#c6879c6c14eedbd060ba588a3129a6c60ebbe783</link>
        <description>Merge ^/head r339015 through r339669.

            List of files:
            /freebsd/sys/teken/sequences</description>
        <pubDate>Tue, 23 Oct 2018 23:09:37 +0200</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3eb27bf0a7b229d523bcc059b90784cfd7b908db - Implement ECMA-48 &quot;REP&quot;, some Linuxen have started emitting them recently.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/teken/sequences#3eb27bf0a7b229d523bcc059b90784cfd7b908db</link>
        <description>Implement ECMA-48 &quot;REP&quot;, some Linuxen have started emitting them recently.Approved by:	ed

            List of files:
            /freebsd/sys/teken/sequences</description>
        <pubDate>Sun, 21 Oct 2018 10:29:36 +0200</pubDate>
        <dc:creator>Poul-Henning Kamp &lt;phk@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>01e6e6c02b38b2e34336a3d3b0e0d8c94600c6b1 - teken: Fix `sequences` header which was crossing the 80-col boundary</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/teken/sequences#01e6e6c02b38b2e34336a3d3b0e0d8c94600c6b1</link>
        <description>teken: Fix `sequences` header which was crossing the 80-col boundaryAlso, the commented line&apos;s columns for `DECID` were not re-aligned inr334302.Reported by:	bde

            List of files:
            /freebsd/sys/teken/sequences</description>
        <pubDate>Tue, 29 May 2018 10:41:44 +0200</pubDate>
        <dc:creator>Jean-S&#233;bastien P&#233;dron &lt;dumbbell@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7b0a9efa99c35637068c411de953f001d0b97c0f - teken: Sort DECSCUSR alphabetically</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/teken/sequences#7b0a9efa99c35637068c411de953f001d0b97c0f</link>
        <description>teken: Sort DECSCUSR alphabeticallyWhile here, align columns again.Reported by:	bde

            List of files:
            /freebsd/sys/teken/sequences</description>
        <pubDate>Tue, 29 May 2018 01:20:08 +0200</pubDate>
        <dc:creator>Jean-S&#233;bastien P&#233;dron &lt;dumbbell@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b554075d14f03dab619b711e9c6c8d5f52f111e1 - teken: Rename the &quot;Set Cursor Style&quot; sequence to match vt100.net docs</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/teken/sequences#b554075d14f03dab619b711e9c6c8d5f52f111e1</link>
        <description>teken: Rename the &quot;Set Cursor Style&quot; sequence to match vt100.net docsThis fixes inconsistencies with the rest of the `sequences` file.No functional changes.Requested by:	ed

            List of files:
            /freebsd/sys/teken/sequences</description>
        <pubDate>Mon, 21 May 2018 22:35:16 +0200</pubDate>
        <dc:creator>Jean-S&#233;bastien P&#233;dron &lt;dumbbell@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8dcd2ed3c92d5fcaca7da3d2669b7ed3bd510ac9 - teken, vt(4): Parse the &quot;Cursor style&quot; escape sequence</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/teken/sequences#8dcd2ed3c92d5fcaca7da3d2669b7ed3bd510ac9</link>
        <description>teken, vt(4): Parse the &quot;Cursor style&quot; escape sequenceThe escape sequence (e.g. `^[[2 q`) was unsupported before and theletter `q` was displayed as a typed character. The sequence is used byNeovim for instance.Now, it is properly parsed. However, it is ignored, so it won&apos;t changethe cursor style.Because the escape sequence contains a space character, the`gensequences` script had to be modified to support that. In the`sequences` file, a space is represented as the string `SP`.

            List of files:
            /freebsd/sys/teken/sequences</description>
        <pubDate>Sun, 20 May 2018 16:21:20 +0200</pubDate>
        <dc:creator>Jean-S&#233;bastien P&#233;dron &lt;dumbbell@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1409e715e64d67b3093a889e63b33ef48e280ec8 - Merge ^/head r322398 through r322746.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/teken/sequences#1409e715e64d67b3093a889e63b33ef48e280ec8</link>
        <description>Merge ^/head r322398 through r322746.

            List of files:
            /freebsd/sys/teken/sequences</description>
        <pubDate>Mon, 21 Aug 2017 13:56:47 +0200</pubDate>
        <dc:creator>Hans Petter Selasky &lt;hselasky@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a451e71162cdab546c8f58936b975ccb1a24b6ca - MFhead@r322675</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/teken/sequences#a451e71162cdab546c8f58936b975ccb1a24b6ca</link>
        <description>MFhead@r322675

            List of files:
            /freebsd/sys/teken/sequences</description>
        <pubDate>Fri, 18 Aug 2017 23:37:26 +0200</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>15e0c6511ac1ea694aee312d4553539998d80f59 - Fix syscons escape sequence for setting the local cursor type.  This sequence</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/teken/sequences#15e0c6511ac1ea694aee312d4553539998d80f59</link>
        <description>Fix syscons escape sequence for setting the local cursor type.  This sequencewas aliased to a vt sequence, causing and fixing various bugs.For syscons, this restores support for arg 2 which sets blinking blocktoo forcefully, and restores bugs for arg 0 and 1.  Arg 2 is used forvs in the cons25 entry in termcap, but I&apos;ve never noticed an applicationthat uses this.  The bugs involve replacing local settings by globalones and need better handling of defaults to fix.For vt, this requires moving the aliasing code from teken to vt whereit belongs.  This sequences is very important for cons25 compatibilityin vt since it is used by the cons25 termcap entries for ve, vi andvs.  vt can&apos;t properly support vs for either cons25 or xterm since itdoesn&apos;t support blinking.  For xterm, the termcap entry for vs asksfor something different using 12;25h instead of 25h.Rename C25CURS for this to C25LCT and change its description to be closerto echoing the old comment about it.  CURS is too generic.Fix missing syscons escape sequence for setting the global cursor shape(and type).  Only support this in syscons since vt can&apos;t emulate anythingin it.

            List of files:
            /freebsd/sys/teken/sequences</description>
        <pubDate>Fri, 18 Aug 2017 17:40:40 +0200</pubDate>
        <dc:creator>Bruce Evans &lt;bde@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>97933a41fb6753d1b9277c72af021c291008c412 - Improve names for cons25 sequences.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/teken/sequences#97933a41fb6753d1b9277c72af021c291008c412</link>
        <description>Improve names for cons25 sequences.In a recent commit, I forgot to expand an X to an abbreviation of &quot;BORDER&quot;.Fix this and some nearby bad names.The descriptions were copied from comments in scterm-sc.c, but someof these are bad.  The border [color] was inconsistently described asa property of the &quot;display&quot;, but I had changed this to &quot;adapter&quot; tomatch the descriptions for other color settings.  All colors supportedby the cons25 sequences are actually properties of the current vty andthat should not be described.  But the other colors are defaults.Change &quot;adapter&quot; to &quot;default&quot; for them and remove &quot;adapter&quot; for theborder.  Reduce the verbosity of the abbreviation from AD to D.

            List of files:
            /freebsd/sys/teken/sequences</description>
        <pubDate>Fri, 18 Aug 2017 16:04:14 +0200</pubDate>
        <dc:creator>Bruce Evans &lt;bde@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>dd833891dee4a0ad070dca53c257b744b7e4cff1 - Fix missing syscons escape sequence for setting the border color.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/teken/sequences#dd833891dee4a0ad070dca53c257b744b7e4cff1</link>
        <description>Fix missing syscons escape sequence for setting the border color.

            List of files:
            /freebsd/sys/teken/sequences</description>
        <pubDate>Fri, 18 Aug 2017 12:38:49 +0200</pubDate>
        <dc:creator>Bruce Evans &lt;bde@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0c21a60cf61c61c3a136a803b9c7645c128c6982 - svn+ssh://svn.freebsd.org/base/head@216199</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/teken/sequences#0c21a60cf61c61c3a136a803b9c7645c128c6982</link>
        <description>svn+ssh://svn.freebsd.org/base/head@216199

            List of files:
            /freebsd/sys/teken/sequences</description>
        <pubDate>Sun, 05 Dec 2010 21:47:36 +0100</pubDate>
        <dc:creator>Marcel Moolenaar &lt;marcel@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>eef8b03ca023b906cef9f8b85212e61ae9d95d0b - Sync: merge r214649 through r214894 from ^/head.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/teken/sequences#eef8b03ca023b906cef9f8b85212e61ae9d95d0b</link>
        <description>Sync: merge r214649 through r214894 from ^/head.

            List of files:
            /freebsd/sys/teken/sequences</description>
        <pubDate>Sat, 06 Nov 2010 19:36:21 +0100</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>68fdfe2926e1fefffa8a14dbc7187619e6ecd81c - Partially implement the mysterious cons25 \e[x escape sequence.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/teken/sequences#68fdfe2926e1fefffa8a14dbc7187619e6ecd81c</link>
        <description>Partially implement the mysterious cons25 \e[x escape sequence.It seems the terminfo library on some systems (OS X, Linux) may emit thesequence \e[x to reset to default attributes. Apart from using thezero-command, this escape sequence allows many more operations, such assetting ANSI colors. I don&apos;t see this used anywhere, so this should besufficient for now.This deficiency was spotted by the Debian GNU/kFreeBSD. They have theirown patch, which is slightly flawed in my opinion. I don&apos;t know why theynever reported this issue to us.MFC after:	1 week

            List of files:
            /freebsd/sys/teken/sequences</description>
        <pubDate>Fri, 05 Nov 2010 01:56:21 +0100</pubDate>
        <dc:creator>Ed Schouten &lt;ed@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1a0fda2b547365c9453523592a445dfe21266d4b - IFH@204581</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/teken/sequences#1a0fda2b547365c9453523592a445dfe21266d4b</link>
        <description>IFH@204581

            List of files:
            /freebsd/sys/teken/sequences</description>
        <pubDate>Thu, 04 Mar 2010 14:35:57 +0100</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>874108aed99d76099ff9eb6c8d830479a504c1ad - MFC @199204</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/teken/sequences#874108aed99d76099ff9eb6c8d830479a504c1ad</link>
        <description>MFC @199204

            List of files:
            /freebsd/sys/teken/sequences</description>
        <pubDate>Thu, 12 Nov 2009 01:36:22 +0100</pubDate>
        <dc:creator>Oleksandr Tymoshenko &lt;gonzo@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4a11e7f142b1ff9a7c10cf090ff2ff29c9b86258 - Discard Device Control Strings and Operating System Commands.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/teken/sequences#4a11e7f142b1ff9a7c10cf090ff2ff29c9b86258</link>
        <description>Discard Device Control Strings and Operating System Commands.These strings often contain things like:- Window titles.- Extended key map functionality.- Color palette switching.We could look at these features in the future (if people consider themto be important enough), but we&apos;d better discard them now. This fixessome artifacts people reported when using TERM=xterm.Reported by:	des@, Paul B. Mahol

            List of files:
            /freebsd/sys/teken/sequences</description>
        <pubDate>Thu, 08 Oct 2009 12:26:49 +0200</pubDate>
        <dc:creator>Ed Schouten &lt;ed@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0fbc5fbedf3eeaac0575646816c8f9cf0e937861 - Sync with head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/teken/sequences#0fbc5fbedf3eeaac0575646816c8f9cf0e937861</link>
        <description>Sync with head

            List of files:
            /freebsd/sys/teken/sequences</description>
        <pubDate>Sat, 26 Sep 2009 00:45:59 +0200</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2c549cc439dbea4f803566f22d188a6a76a74de2 - Add a new escape sequence to switch between cons25 and xterm.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/teken/sequences#2c549cc439dbea4f803566f22d188a6a76a74de2</link>
        <description>Add a new escape sequence to switch between cons25 and xterm.Just run this to switch to xterm:	printf &apos;\e[=T&apos;If you get bored and want to switch back to cons25, run this:	printf &apos;\e[=1T&apos;I can now send an email to the lists, asking whether people areinterested in trying the xterm emulator.

            List of files:
            /freebsd/sys/teken/sequences</description>
        <pubDate>Fri, 25 Sep 2009 15:51:01 +0200</pubDate>
        <dc:creator>Ed Schouten &lt;ed@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
