hi list is that possible to add a handle of esc sequences (\eXXX) to agetty in an upcomeng releases? there is a simple patch to do this --- util-linux-2.24/term-utils/agetty.c.orig 2013-10-10 13:44:17.000000000 +0300 +++ util-linux-2.24/term-utils/agetty.c 2013-11-12 08:12:26.457936826 +0200 @@ -2104,6 +2104,9 @@ } break; } + case 'e': + printf("\033"); + break; case 'u': case 'U': { -- Victor Ananjevsky <ananasik@xxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html