X-Git-Url: https://jasonwoof.com/gitweb/?p=st.git;a=blobdiff_plain;f=st.c;h=1162700411a9c2d3e788b8eb93961eff119722c6;hp=77ae26ed2b31cb5da063b02663f6a290ba07a055;hb=f5356d018505963a72d1a5bb505c69b2cf32792b;hpb=bcbaf5d9beb72f29d228d103634d648ca28fb48d diff --git a/st.c b/st.c index 77ae26e..1162700 100644 --- a/st.c +++ b/st.c @@ -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 */