about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-06-17 20:06:13 +0100
committerJames Booth <boothj5@gmail.com>2015-06-17 20:06:13 +0100
commit97ba9d269296022ae4936f8316fa73337bba39a8 (patch)
tree5188278f557158e30dd12418e330a519bce585c4 /src
parent1af3565cbd1965d0e8cbdedaaf0db9bc249072bc (diff)
parentf51a26e6a0b58cb8d59c7b9bfe3d6664869a5043 (diff)
downloadprofani-tty-97ba9d269296022ae4936f8316fa73337bba39a8.tar.gz
Merge branch 'master' into openpgp
Diffstat (limited to 'src')
-rw-r--r--src/command/command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/command.c b/src/command/command.c
index a5b468ba..00f53b53 100644
--- a/src/command/command.c
+++ b/src/command/command.c
@@ -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) {