xterm: set mouse pointer type for ncurses

2017-05-21 Thread Tobias Girstmair
Hi, I'm new here. I am trying to build a curses based program, and I'd like to know if there is an option to change the mouse cursor type. The default is the text selection cursor, but I need to use the 'normal' pointer style, if that makes sense to any of you. Is there a control sequence (

Re: xterm: set mouse pointer type for ncurses

2017-05-22 Thread Tobias Girstmair
First, thanks for all your replies. On Mon, May 22, 2017 at 01:29:24PM +0300, Marius Gedminas wrote: > On Mon, May 22, 2017 at 11:43:24AM +0200, Henrik Pauli wrote: > > I know you said it's a bit off-topic here, but I noticed something and > > thought > > it might be related to Tobias's question