pablo-lamtenzan / miniShell

Implementing (most of) Bash from scracth, supports term-caps, expansion, job control and conditionals.
0 stars 0 forks source link

Set COLUMNS and LINES environment variables #42

Open ClemaX opened 3 years ago

ClemaX commented 3 years ago

These variables must be set before executing a command, using the caps width and height variables.