Date: Mon, 13 May 2002 00:19:57 +0200 From: Matthias Buelow <mkb@mukappabeta.de> To: Joshua <Lokken@FreeBSD.ORG> Cc: freebsd-questions@freebsd.org Subject: Re: console sessions Message-ID: <20020512221957.GA12448@altair.mukappabeta.net> In-Reply-To: <HBLH51ZTNDBZX4ZAHCF0VP4YGDMLB9.3cdda6ad@jolok-dv8zkq2f7> References: <HBLH51ZTNDBZX4ZAHCF0VP4YGDMLB9.3cdda6ad@jolok-dv8zkq2f7>
next in thread | previous in thread | raw e-mail | index | archive | help
Joshua writes: >How do I use multiple curses-based apps at once? for example, >cd-console, while editing text, etc.? 1) job control (see the relevant section in man `basename $SHELL`), 2) the "screen" and/or "splitvt" and/or "window" programs, (the earlier two are 3rd party via ports), 3) virtual terminals on the (graphics card) console (implemented on i386 in freebsd, netbsd and linux), switchable via (ctrl+)alt+Fkey, 4) multiple xterms on X11, 5) all of the above together. 1) and 2) work on any cursor-addressible terminal. --mkb To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020512221957.GA12448>