Scope-eye.net Git Repository
/
liskon_frotz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f126f66
)
Fixed hard tab into proper spaces
author
Bryce Lanham
<blanham@gmail.com>
Tue, 11 Feb 2014 06:50:40 +0000
(
00:50
-0600)
committer
Bryce Lanham
<blanham@gmail.com>
Tue, 11 Feb 2014 06:50:40 +0000
(
00:50
-0600)
src/dumb/dumb_input.c
patch
|
blob
|
history
diff --git
a/src/dumb/dumb_input.c
b/src/dumb/dumb_input.c
index 89be1778585d46d5ddf78947673c53e028486c22..2a3212c40722ba66c78acc65893e846f95017a81 100644
(file)
--- a/
src/dumb/dumb_input.c
+++ b/
src/dumb/dumb_input.c
@@
-205,8
+205,8
@@
static bool dumb_read_line(char *s, char *prompt, bool show_cursor,
fputs(prompt, stdout);
else
dumb_show_prompt(show_cursor, (timeout ? "tTD" : ")>}")[type]);
-
/* Prompt only shows up after user input if we don't flush stdout */
-
fflush(stdout);
+ /* Prompt only shows up after user input if we don't flush stdout */
+ fflush(stdout);
dumb_getline(s);
if ((s[0] != '\\') || ((s[1] != '\0') && !islower(s[1]))) {
/* Is not a command line. */