See also
See also
Posted May 18, 2011 16:12 UTC (Wed) by drag (guest, #31333)In reply to: See also by Tobu
Parent article: Announcing TermKit
Well if your 'terminal' actually a application for submitting commands and returning their output instead of just providing basic 'vt100' or 'xterm' style terminal then you wouldn't need any special 'begin prompt' or 'end prompt' type commands.
It would be:
1. take this command and argument list from user,
2. execute it,
3. return output from command to same window.
Just get rid of the whole 'xterm is a serial terminal emulator plus plus' type approach and have the terminal manage commands directly.
You'd be able still use bash and traditional command line tools, but it would be 'in the back end' of the 'terminal'.
