git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1953 c06c8d41-db1a-0410-9941-cceddc491573
SEQIMAWXQYBD6UWTK5HYN4KGLLV53HFM3LLQRSG4N5ZVZTLPR22QC
get_input_line( buf, sizeof(buf) );
you.inv[item_slot].inscription = std::string(buf);
you.wield_change = true;
if (!cancelable_get_line(buf, sizeof buf))
{
you.inv[item_slot].inscription = std::string(buf);
you.wield_change = true;
}
else
{
canned_msg(MSG_OK);
}