#!/usr/bin/php = 2) { $editor->open($argv[1]); } // Input Loop while (true) { $editor->refreshScreen(); $editor->processKeypress(); // ob_flush(); } return 0; } //! Init main($argc, $argv);