techtonik / rainforce

Automatically exported from code.google.com/p/rainforce
0 stars 0 forks source link

CHAOS progressive terminal enhancement #37

Open techtonik opened 8 years ago

techtonik commented 8 years ago

Linux terminal is a complicated beast. The state machine if full-fledged terminal is scary. That's why it needs to be decomposed into simple parts. Starting with most simple.

Story: Running mc in a fresh container

$ mc
The TERM environment variable is unset!
$ export TERM=dumb
$ mc
Your terminal lacks the ability to clear the screen or position the cursor.

This is Linux container, I connected to it using lxc exec c1 bash.

techtonik commented 8 years ago

This needs more info. More questions at https://github.com/lxc/lxd/issues/2288