mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
Merge remote-tracking branch 'quite/#513'
This commit is contained in:
commit
f51a26e6a0
@ -1845,7 +1845,7 @@ cmd_process_input(ProfWin *window, char *inp)
|
||||
{
|
||||
log_debug("Input received: %s", inp);
|
||||
gboolean result = FALSE;
|
||||
g_strstrip(inp);
|
||||
g_strchomp(inp);
|
||||
|
||||
// just carry on if no input
|
||||
if (strlen(inp) == 0) {
|
||||
|
Loading…
Reference in New Issue
Block a user