
* Save pty settings before changing it to rawish mode (in subshell.c) in
  child_create() and restore it when child_destroy() is called

* Make the console buffer circular ??? (otherwise we can allocate quite a
  nasty lump of memory if the program writes on many lines, not to mention
  that it will take ages to write everything to the pty

