On 2008-05-14, Mark Zimmerman <[EMAIL PROTECTED]> wrote: >> default:\ >> :np:im=\r\n%s/%m (%h) (%t)\r\n\r\n:sp#1200:cl=\E[H\E[2J: >> > But the FAQ says to put the "cl=\E[H\E[2J" in the "P|Pc|Pc" entry. > Does this really belong in default?
Not entirely, as the escape sequence is terminal-type-specific.. but for want of a better place to put it, default would be ok for most users. The exception being those using some type of console that chokes on it... > I did try your suggestion, though, and it works. If it really belongs > in default then the FAQ needs a correction. Yes, the FAQ wasn't changed after the commit to src/etc/etc.*/ttys [...] Try to make /etc/ttys more consistent accross platforms, which will also make the installation media's life easier: - stop using ``Pc'' as a getty terminal type, use std.9600 instead. [...]

