Lino Commando: Difference between revisions

[unchecked revision][unchecked revision]
Content deleted Content added
No edit summary
Line 6:
# Your first goal is an improved keyboard handler. Everything will start there. Make sure you leave room for a keyboard map (for instance easily compilable apart and loaded as a module by [[GRUB]] so that beta-testers can load their own map)
# Don't echo characters right from the start and keep track on what's on screen. Commands histories, completions and working character erasure will be a must
# just put a few "built-in" commands from the start, but keep your mind open to "how will further shell extension add commands ?" ... scanning a table rather than a switch statement ? you're the one who knows
 
=== Starting programs. ===