Fixed comment spacing
This commit is contained in:
@@ -146,7 +146,6 @@ inp_get_char(char *input, int *size)
|
|||||||
wget_wch(inp_win, &ch);
|
wget_wch(inp_win, &ch);
|
||||||
|
|
||||||
gboolean in_command = FALSE;
|
gboolean in_command = FALSE;
|
||||||
|
|
||||||
if ((display_size > 0 && input[0] == '/') ||
|
if ((display_size > 0 && input[0] == '/') ||
|
||||||
(display_size == 0 && ch == '/')) {
|
(display_size == 0 && ch == '/')) {
|
||||||
in_command = TRUE;
|
in_command = TRUE;
|
||||||
|
|||||||
Reference in New Issue
Block a user