---
st.c | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/st.c b/st.c
index 77ae26e..1162700 100644
--- a/st.c
+++ b/st.c
_AT_@ -2401,7 +2401,10 @@ tcontrolcode(uchar ascii) {
case 0177: /* DEL (IGNORED) */
return;
case 0x84: /* TODO: IND */
- case 0x85: /* TODO: NEL */
+ break;
+ case 0x85: /* NEL -- Next line */
+ tnewline(1); /* always go to first col */
+ break;
case 0x88: /* TODO: HTS */
case 0x8d: /* TODO: RI */
case 0x8e: /* TODO: SS2 */
--
1.8.5.3
Received on Tue Jul 08 2014 - 23:37:12 CEST
This archive was generated by hypermail 2.3.0 : Tue Jul 08 2014 - 23:48:19 CEST