diff options
author | Thomas Schwinge <thomas@schwinge.name> | 2012-03-17 12:33:45 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@schwinge.name> | 2012-03-17 12:33:45 +0100 |
commit | 966b2bb2380a6b104b742bc7fe214e9fdf09921d (patch) | |
tree | 8f3117209d6ffc6b78b391d80edc209800163263 /public_hurd_boxen | |
parent | 98b9d2122329f35477594a6161dbbe3b26b59b63 (diff) | |
parent | 3bf27c93ac4de57623809b71517116d51465f0e1 (diff) |
Merge remote-tracking branch 'fp/master'
Conflicts:
open_issues/glibc_madvise_vs_static_linking.mdwn
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. |