mirror of
https://github.com/profanity-im/profanity.git
synced 2025-02-02 15:08:15 -05:00
Merge branch 'master' into openpgp
This commit is contained in:
commit
97ba9d2692
@ -1865,7 +1865,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…
x
Reference in New Issue
Block a user