diff options
| author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2012-03-20 00:19:17 +0100 |
|---|---|---|
| committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2012-03-20 00:19:17 +0100 |
| commit | aec2b7c45f2802ad095400a48aa3d6854ee694ed (patch) | |
| tree | a5ca2b22ccfbfd3b08144c792d975e3efd7ae7d4 /public_hurd_boxen | |
| parent | 40f08decf4943ab6848f1f9851da3c7634629e56 (diff) | |
| parent | 9a1cf9275937cd7a368da02b5b58d92bc362d9de (diff) | |
Merge branch 'master' of flubber:~hurd-web/hurd-web
Diffstat (limited to 'public_hurd_boxen')
| -rw-r--r-- | public_hurd_boxen/xen_handling.mdwn | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/public_hurd_boxen/xen_handling.mdwn b/public_hurd_boxen/xen_handling.mdwn index 47d92c43..d4e33ce9 100644 --- a/public_hurd_boxen/xen_handling.mdwn +++ b/public_hurd_boxen/xen_handling.mdwn @@ -1,4 +1,4 @@ -[[!meta copyright="Copyright © 2009 Free Software Foundation, Inc."]] +[[!meta copyright="Copyright © 2009, 2012 Free Software Foundation, Inc."]] [[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable id="license" text="Permission is granted to copy, distribute and/or modify this @@ -44,6 +44,7 @@ by typing in `host=flubber`, for example, will be enough to get access to 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. Using `export COLUMNS=143 -LINES=44` does work, but is a manual process. +properly when using `xm console`? According to Samuel, *you don't, the xen +console doesn't have the notion of terminal size*. This is relevant for +everything using `(n)curses` -- for interactive console applications. Using +`export COLUMNS=143 LINES=44` does work, but is a manual process. |
