From 52b0837fc72d5be2b99b71e6223d54cbfaf1716a Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Tue, 22 Oct 2013 20:35:32 +0200 Subject: Add xenl to hurd.ti * console/hurd.ti (xenl): Add capability. --- console/hurd.ti | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'console') diff --git a/console/hurd.ti b/console/hurd.ti index 2508482a..f5c86508 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 , 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). -- cgit v1.2.3