[GRASS-dev] r.li.*: write cmd history?

Markus Neteler neteler at itc.it
Sun Mar 11 14:35:44 EDT 2007


Hi,

it would be great to add support for the command line
history to the r.li.* modules. Essentially these 4 lines
have to be added:

struct History history;
...

G_short_history(out, "raster", &history);
G_command_history(&history);
G_write_history(out, &history);


I tried to modify
r.li.daemon/worker.c
accordingly but it doesn't help. Where should it be added
instead?

Markus




More information about the grass-dev mailing list