diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2009-07-07 23:02:31 +0200 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2009-07-07 23:02:31 +0200 |
commit | 35ebee6dbd319b6f003a757abe6aacfcfd50e2b7 (patch) | |
tree | 63affa1d8fce0d3e91c4b9719dc8aa685596a517 /public_hurd_boxen | |
parent | 9fd7165a8f586fef8034f50adfc5fa09622f5976 (diff) |
public_hurd_boxen/domu_console: About the COLUMNS and LINES environment variables.
Diffstat (limited to 'public_hurd_boxen')
-rw-r--r-- | public_hurd_boxen/domu_console.mdwn | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/public_hurd_boxen/domu_console.mdwn b/public_hurd_boxen/domu_console.mdwn index 2f131e5a..02395e11 100644 --- a/public_hurd_boxen/domu_console.mdwn +++ b/public_hurd_boxen/domu_console.mdwn @@ -27,4 +27,5 @@ that machine's console. /!\ TODO: How does one get the environment variables `COLUMNS` and `LINES` set properly when using `xm console`? This is relevant for everything using -`(n)curses` -- for interactive console applications. +`(n)curses` -- for interactive console applications. Using `export COLUMNS=143 +LINES=44` does work, but is a manual process. |