tweaks: correct a typo, improve two indentations, and rewrap a line
parent
a0506a15ee
commit
2b97d6563d
|
@ -173,7 +173,7 @@ int do_statusbar_input(bool *finished)
|
||||||
return input;
|
return input;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Insert the given short burst of bytes into the anwer. */
|
/* Insert the given short burst of bytes into the answer. */
|
||||||
void inject_into_answer(char *burst, size_t count)
|
void inject_into_answer(char *burst, size_t count)
|
||||||
{
|
{
|
||||||
/* First encode any embedded NUL byte as 0x0A. */
|
/* First encode any embedded NUL byte as 0x0A. */
|
||||||
|
|
|
@ -3145,8 +3145,7 @@ void do_verbatim_input(void)
|
||||||
char *bytes;
|
char *bytes;
|
||||||
size_t count;
|
size_t count;
|
||||||
|
|
||||||
/* TRANSLATORS: This is displayed when the next keystroke will be
|
/* TRANSLATORS: Shown when the next keystroke will be inserted verbatim. */
|
||||||
* inserted verbatim. */
|
|
||||||
statusbar(_("Verbatim Input"));
|
statusbar(_("Verbatim Input"));
|
||||||
place_the_cursor();
|
place_the_cursor();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue