Re: Problem seeing a cursor

2023-05-20 Thread Todd Gruhn
HM -- you give idea: re* graphics. White cursor on black screen. S, 1980s :-) On Sat, May 20, 2023 at 1:17 PM Ignatios Souvatzis wrote: > > > So I tried f1.xbm ... But why two *.xbm files? > > You give two parameters: the first is the image at the place of the cursor > point, the se

Re: Problem seeing a cursor

2023-05-20 Thread Ignatios Souvatzis
> So I tried f1.xbm ... But why two *.xbm files? You give two parameters: the first is the image at the place of the cursor point, the second the mask, where a black pixel selects from the first image, a white from the window below the cursor. So you can e.g. have a white border around a black

Re: Problem seeing a cursor

2023-05-19 Thread Todd Gruhn
So I tried f1.xbm ... But why two *.xbm files? Is/are there many of these *.xbm files that I can use? A dir with many of these files i one splot? ANYWAS, it was good. Easier to see them. Thanks alot. :-) On Fri, May 19, 2023 at 1:28 PM wrote: > > Hi, > > On Fri, May 19, 2023 at 03:21:06PM +

Re: Problem seeing a cursor

2023-05-19 Thread ignatios
Hi, On Fri, May 19, 2023 at 03:21:06PM +0200, ignat...@cs.uni-bonn.de wrote: > > a different approach to the original problem would be to place > one xeyes instance each in at least three corners. That way, you > can find the cursor position by triangulation ;-) > > I've done this in my youth f

Re: Problem seeing a cursor

2023-05-19 Thread ignatios
Hi, a different approach to the original problem would be to place one xeyes instance each in at least three corners. That way, you can find the cursor position by triangulation ;-) I've done this in my youth for similar reasons. -is

Re: Problem seeing a cursor

2023-05-19 Thread ignatios
Hi, On Thu, May 18, 2023 at 06:17:09PM +, Todd Gruhn wrote: > I am thinking this way: > > I want to click on xterms or EMACS or FireFox. > > I want larger (and color) changed so I can see where the cursor is. So we're talking about the X cursor, not the text cursor in Emacs or a terminal em

Re: Problem seeing a cursor

2023-05-18 Thread Todd Gruhn
I am thinking this way: I want to click on xterms or EMACS or FireFox. I want larger (and color) changed so I can see where the cursor is. MWM seem to be the best and easiest part of the GUI to use... On Thu, May 18, 2023 at 8:51 PM adr wrote: > > On Thu, 18 May 2023, Todd Gruhn wrote: > >

Re: Problem seeing a cursor

2023-05-18 Thread adr
On Thu, 18 May 2023, Todd Gruhn wrote: Date: Thu, 18 May 2023 14:55:32 + From: Todd Gruhn To: Netbsd-Users-List Subject: Problem seeing a cursor How to try cursor using different colors, and sized. I have trouble seeing the cursor. IS there something in ./pkgsrc that I can use??? If