summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--public_hurd_boxen/domu_console.mdwn3
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.