diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-10-22 20:35:32 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-10-22 20:35:32 +0200 |
commit | 52b0837fc72d5be2b99b71e6223d54cbfaf1716a (patch) | |
tree | 60908e5e12026fcd1921159321d4cede576250d4 | |
parent | e1dff04f50833437c47cf1b737e69d3a73de9d63 (diff) |
Add xenl to hurd.ti
* console/hurd.ti (xenl): Add capability.
-rw-r--r-- | console/hurd.ti | 6 |
1 files changed, 2 insertions, 4 deletions
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 <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). |