[GRASS5] GRASS terminal mode (curses) and backspace key

Hi,

a small problem which would be great to have fixed is that the
backspace key does not erase. Currently it is implemented as
left arrow key. It will be more conventient to also have it
inserting white space when using the backspace.

Is anyone there who knows to change
src/libes/vask/V_call.c
?

Thanks,

Markus

Markus Neteler wrote:

a small problem which would be great to have fixed is that the
backspace key does not erase. Currently it is implemented as
left arrow key. It will be more conventient to also have it
inserting white space when using the backspace.

Is anyone there who knows to change
src/libes/vask/V_call.c
?

Done.

--
Glynn Clements <glynn.clements@virgin.net>

On Tue, Apr 16, 2002 at 02:26:19PM +0100, Glynn Clements wrote:

Markus Neteler wrote:

> a small problem which would be great to have fixed is that the
> backspace key does not erase. Currently it is implemented as
> left arrow key. It will be more conventient to also have it
> inserting white space when using the backspace.
>
> Is anyone there who knows to change
> src/libes/vask/V_call.c
> ?

Done.

Cool! Glynn, you are close to real-time programming!

Thanks a lot,

Markus