/*
This is free and unencumbered software released into the public domain.
For more information, please refer to <http://unlicense.org>
*/
/** password to unlock console */
pub const unlock_pw : & = b"notacat";
/** ignored keystrokes */
pub const ignored_keys : = *b"\r\n ";