added more commands for sed

This commit is contained in:
2009-05-13 07:25:49 +00:00
parent 6d68da1669
commit 392d88ab7a
3 changed files with 197 additions and 55 deletions

View File

@ -151,7 +151,11 @@ struct qse_sed_t
} in;
} eio;
qse_lda_t text_appended;
struct
{
qse_lda_t appended;
qse_str_t held;
} text;
};