
|
[openbeos]
||
[Date Prev]
[07-2004 Date Index]
[Date Next]
||
[Thread Prev]
[07-2004 Thread Index]
[Thread Next]
[openbeos] Re: OBOS Terminal
- From: François Revol <revol@xxxxxxx>
- To: openbeos@xxxxxxxxxxxxx
- Date: Mon, 5 Jul 2004 23:04:04 +0200
Selon François Revol <revol@xxxxxxx>:
> > 3. neither version respects the default settings file
> I needed to RE the terminal settings file format,
> here is how it looks:
Btw, You can apply a different setting to a running Terminal
by sending it:
BMessage msg('pref');
msg.AddData("", 'UBYT', &(tp), sizeof(struct termprefs));
(using 0 in the x and y fields makes it not move the window)
spybmessage is really useful :)
François.
|

|