mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
Fixed comment spacing
This commit is contained in:
parent
b328f368b0
commit
b32f58e22c
@ -146,7 +146,6 @@ inp_get_char(char *input, int *size)
|
||||
wget_wch(inp_win, &ch);
|
||||
|
||||
gboolean in_command = FALSE;
|
||||
|
||||
if ((display_size > 0 && input[0] == '/') ||
|
||||
(display_size == 0 && ch == '/')) {
|
||||
in_command = TRUE;
|
||||
@ -209,7 +208,7 @@ inp_get_char(char *input, int *size)
|
||||
wprintw(inp_win, bytes);
|
||||
display_size++;
|
||||
|
||||
// if gone over screen size follow input
|
||||
// if gone over screen size follow input
|
||||
int rows, cols;
|
||||
getmaxyx(stdscr, rows, cols);
|
||||
if (display_size - pad_start > cols-2) {
|
||||
|
Loading…
Reference in New Issue
Block a user