git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5438 c06c8d41-db1a-0410-9941-cceddc491573
J5TB2HJRNZ3P5E2YGGT25UWUJR2NUFHRUB276K6CQDI7JIBMAZWAC
IIN7AVA6JYRBXH6ZYRR7BY7TV6PW7ANAQ2A3PD55FKBKKQFEEF2AC
buff[ len - 1 ] = 0; // just in case
// newlines or carriage returns that any of the above might have
const int end = strlen( buff ); int i;
const int end = strlen( buff );
int i;
for (i = end - 1; i >= 0; i++)
buffer[length] = 0;
const std::string *text = ch == CK_UP? history->prev() : history->next();
const std::string *text =
ch == CK_UP? history->prev() : history->next();
const std::string *text = ch == CK_UP ? history->prev() : history->next();
ch == CK_UP ? history->prev() : history->next();
int clear = length < olen? olen - length : 0;
int clear = length < olen ? olen - length : 0;
// Kill to end of line
// Kill to end of line.