commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[hurd] 19/26: Add xenl to hurd.ti


From: Samuel Thibault
Subject: [hurd] 19/26: Add xenl to hurd.ti
Date: Sat, 02 Nov 2013 14:44:46 +0000

This is an automated email from the git hooks/post-receive script.

sthibault pushed a commit to branch upstream
in repository hurd.

commit 52b0837fc72d5be2b99b71e6223d54cbfaf1716a
Author: Samuel Thibault <address@hidden>
Date:   Tue Oct 22 20:35:32 2013 +0200

    Add xenl to hurd.ti
    
    * console/hurd.ti (xenl): Add capability.
---
 console/hurd.ti |    6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/console/hurd.ti b/console/hurd.ti
index 2508482..f5c8650 100644
--- a/console/hurd.ti
+++ b/console/hurd.ti
@@ -7,10 +7,6 @@ hurd|The GNU Hurd console server,
 # Hard reset.
        rs1=\EM,
 
-# Note about compatibility to vt100: We don't specify <xenl>, as we
-# don't have the eat_newline_glitch.  We don't support setting or
-# removing tab stops (hts/tbc).
-
 # Cursor related capabilities.
 
 # Moving the cursor.
@@ -18,6 +14,8 @@ hurd|The GNU Hurd console server,
        am,
 # We wrap around the left edge.
        bw,
+# We ignore \n at end of line
+       xenl,
 # Carriage return and newline.
        cr=^M, nel=^M^J,
 # Move cursor to home position (to position P1, P2).

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-hurd/hurd.git



reply via email to

[Prev in Thread] Current Thread [Next in Thread]