Package: ncurses
Version: 5.9+20130608-1
Severity: normal
Tags: patch

Hello,

The Hurd console does ignore \n at end of lines, just like Linux does.
Could you thus add xenl to the hurd terminfo, as the attached patch
does?

Thanks,
Samuel

-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.11.0 (SMP w/8 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

-- 
Samuel
Hi ! I'm a .signature virus ! Copy me into your ~/.signature, please !
--- debian/hurd.ti.orig 2013-10-22 14:43:45.135730149 +0200
+++ debian/hurd.ti      2013-10-22 14:44:56.057692200 +0200
@@ -18,6 +18,8 @@
        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).

Reply via email to