From: Frank C. <vfc...@go...> - 2009-04-19 16:59:06
|
Is there a way to set the title of the console in the colinux.conf file i the command options. I have looked and can't find any thing like that. /vfclists |
From: Henry N. <hen...@ar...> - 2009-04-19 17:31:37
|
Hello Frank, Frank Church wrote: > Is there a way to set the title of the console in the colinux.conf > file i the command options. no, you can't. The title line will be update from console depends on the current state (attached or detached). -- Henry N. |
From: ColdShine <col...@us...> - 2009-04-19 23:59:11
|
2009/4/19 Henry Nestler <hen...@ar...>: > Frank Church wrote: >> Is there a way to set the title of the console in the colinux.conf >> file i the command options. > > no, you can't. The title line will be update from console depends on the > current state (attached or detached). I'd like that to be implemented, too. I think it could be set using a special sequence for PS1, like you do in Xterm. I think colinux-console already has a parser for the escape sequences, right? I'll see if I can figure how to implement that. And I also wish I had time to help with the patches for a newer kernel :( -- CS |
From: Henry N. <hen...@ar...> - 2009-04-20 20:26:41
|
ColdShine wrote: > Henry Nestler wrote: >> Frank Church wrote: >>> Is there a way to set the title of the console in the colinux.conf >>> file i the command options. >> no, you can't. The title line will be update from console depends on the >> current state (attached or detached). > > I'd like that to be implemented, too. I think it could be set using a > special sequence for PS1, like you do in Xterm. I think > colinux-console already has a parser for the escape sequences, right? coLinux use the kernel "struct consw" in same way all other video drivers used it (frame less graphic cards). There is no option for title, as I known. Xterm uses other ways and more subfunctions. To add a title to coLinux console, needs to change directly in the user land console programs on host side. -- Henry N. |
From: Javier O. C. <joc...@ho...> - 2009-04-21 12:14:55
|
Hello: I'm trying to start with coLinux. What things I must count for start? How to setting coLinux? Any information is good. Thank. Javier O. Chércoles ----- Original Message ----- From: Henry Nestler To: ColdShine Cc: col...@li... Sent: Monday, April 20, 2009 3:22 PM Subject: Re: [coLinux-users] Is there a way to set the tile of the console? ColdShine wrote: > Henry Nestler wrote: >> Frank Church wrote: >>> Is there a way to set the title of the console in the colinux.conf >>> file i the command options. >> no, you can't. The title line will be update from console depends on the >> current state (attached or detached). > > I'd like that to be implemented, too. I think it could be set using a > special sequence for PS1, like you do in Xterm. I think > colinux-console already has a parser for the escape sequences, right? coLinux use the kernel "struct consw" in same way all other video drivers used it (frame less graphic cards). There is no option for title, as I known. Xterm uses other ways and more subfunctions. To add a title to coLinux console, needs to change directly in the user land console programs on host side. -- Henry N. ------------------------------------------------------------------------------ Stay on top of everything new and different, both inside and around Java (TM) technology - register by April 22, and save $200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco. 300 plus technical and hands-on sessions. Register today. Use priority code J9JMT32. http://p.sf.net/sfu/p _______________________________________________ coLinux-users mailing list coL...@li... https://lists.sourceforge.net/lists/listinfo/colinux-users |
From: Henry N. <hen...@ar...> - 2009-04-22 22:13:11
|
Hello Frank, Frank Church wrote: > On 20/04/2009, Henry Nestler<hen...@ar...> wrote: >> ColdShine wrote: >> >>> Henry Nestler wrote: >> >> Frank Church wrote: >> >>> Is there a way to set the title of the console in the colinux.conf >> >>> file i the command options. >> >> no, you can't. The title line will be update from console depends on the >> >> current state (attached or detached). >> > >> > I'd like that to be implemented, too. I think it could be set using a >> > special sequence for PS1, like you do in Xterm. I think >> > colinux-console already has a parser for the escape sequences, right? >> >> >> coLinux use the kernel "struct consw" in same way all other video >> drivers used it (frame less graphic cards). There is no option for >> title, as I known. Xterm uses other ways and more subfunctions. >> >> To add a title to coLinux console, needs to change directly in the user >> land console programs on host side. >> >> >> -- >> Henry N. >> > >>> To add a title to coLinux console, needs to change directly in the user >>> land console programs on host side. > > Could that be done from the command line or with a Windows utility? > No. coLinux console is changed the title line after starting the colinux-console-nt.exe or colinux-console-fltk.exe. You can set the titly by windows and disable the console spawning and than run colinux console from explorer or from other command prompt. Than you would have a title line, but only for the colinux-daemon, not for the console. C:\> title "your text" C:\> colinux-daemon -d ... open second prompt C:\> colinux-console-nt.exe -- Henry N. |