new syscons ioctrl

2006-02-04 Thread Mike Adewole
Hello everyone, I'm trying to add a new ioctrl to the syscons driver and have defined it as _IOWR('c', 106, shipout_t) right after CONS_SCRSHOT in consio.h. My question is how do I know that the group ('c') and number (106) I'm using are not in conflict with other ioctrls ? Is there a file wh

Re: syscons and SC_NO_CUTPASTE issue

2005-09-19 Thread Mike Adewole
- Original Message - From: "Simon 'corecode' Schubert" <[EMAIL PROTECTED]> To: "Mike Adewole" <[EMAIL PROTECTED]> Cc: Sent: Sunday, September 11, 2005 10:01 AM Subject: Re: syscons and SC_NO_CUTPASTE issue > On 08.09.2005, at 11:25, Mik

syscons and SC_NO_CUTPASTE issue

2005-09-08 Thread Mike Adewole
It appears that kernel option SC_NO_CUTPASTE not only disables cut n paste operations in virtual terminals but also prevents the mouse pointer from being displayed or drawn. But there are cases when the mouse pointer should be displayed even when cut n paste is disabled. This happens for example in

How to disable copy and paste in a virtual terminal ?

2005-08-28 Thread Mike Adewole
Can someone please tell me how to disable copy and paste in a virtual terminal ? I've tried recompiling the kernel with SC_NO_CUTPASTE but then the mouse pointer disappears completely from the console. It doesn't show with "vidcontrol -m on" nor from sysinstall/configure/mouse but it does show up

Re: Help with console scrolling problem (RELENG54)

2005-08-24 Thread Mike Adewole
From: "Enache Adrian" To: "Mike Adewole" Cc: Sent: Wednesday, August 24, 2005 2:00 AM Subject: Re: Help with console scrolling problem (RELENG54) > On Tue, Aug 23, 2005 at 11:54:35PM -0400, Mike Adewole wrote: > > Is there anyway of writing to the last (row

Help with console scrolling problem (RELENG54)

2005-08-23 Thread Mike Adewole
Is there anyway of writing to the last (row, column) without causing the screen to scroll ? Looking at function scterm_puts at (1) there doesn't seem to be any way to avoid scrolling. Ideally, I'll like to avoid the call to sc_vtb_delete from sc_term_gen_scroll so that the cursor position is prope

Re: Project BSDVISION Wants To Develop Native *BSD Console Desktop

2005-08-20 Thread Mike Adewole
> "Mike Adewole" wrote: > cc: freebsd-hackers@freebsd.org, [EMAIL PROTECTED] > I reduced to freebsd-hackers@freebsd.org tp avoid cross posting > (OK, libh might be more appropriate, but I'm not sub'd to that) > > > I'm looking for is people to

Re: Project BSDVISION Wants To Develop Native *BSD Console Desktop

2005-08-20 Thread Mike Adewole
From: "Hans Petter Selasky" To: Sent: Saturday, August 20, 2005 8:38 PM Subject: Re: Project BSDVISION Wants To Develop Native *BSD Console Desktop > On Saturday 20 August 2005 17:29, Mike Adewole wrote: > > > I am just wondering, but will you be using QT 4.0 for this

Re: Project BSDVISION Wants To Develop Native *BSD Console Desktop

2005-08-20 Thread Mike Adewole
From: "Tom Norris" To: "Mike Adewole" Sent: Saturday, August 20, 2005 4:06 PM Subject: Re: Project BSDVISION Wants To Develop Native *BSD Console Desktop > > So if you love the BSD console and would like to see it sport a complete > > desktop environment, the

Re: Project BSDVISION Wants To Develop Native *BSD Console Desktop

2005-08-20 Thread Mike Adewole
> I am just wondering, but will you be using QT 4.0 for this project? > > I might be interrested, though I am very comfortable with blackbox, it might > be nice with some icons, as long as it doesn't take forever to start. > > --HPS We'll be reimplementing TurboVision (C++) for the project so we

Project BSDVISION Wants To Develop Native *BSD Console Desktop

2005-08-20 Thread Mike Adewole
For many people who spend a lot of time on the *BSD console and would love to have a desktop environment comparable to KDE/GNOME, I'm starting a project called BSDVISION to develop such an environment. Please don't ask if such an environment is really needed or not; the important thing is that some

Test - Ignore

2005-08-20 Thread Mike Adewole
___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"