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:05:27 +0100
committerJames Booth <boothj5@gmail.com>2015-06-17 20:05:27 +0100
commitf51a26e6a0b58cb8d59c7b9bfe3d6664869a5043 (patch)
treee45d5bed8709b8cc81b6c37df2ee937598594a0c /src
parente00a03f91697acda69e576e68733ba8c13c0fec4 (diff)
parentd00d71f2455eb387b6303e6f26313f3deaaa97e3 (diff)
downloadprofani-tty-f51a26e6a0b58cb8d59c7b9bfe3d6664869a5043.tar.gz
Merge remote-tracking branch 'quite/#513'
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 ddece326..af04f23a 100644
--- a/src/command/command.c
+++ b/src/command/command.c
@@ -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) {
ter Kartik K. Agaram <vc@akkartik.com> 2015-03-17 09:06:48 -0700 945 - move 'transform' layer to before 'run'' href='/akkartik/mu/commit/cpp/relayout?h=hlt&id=b1bbe92da37dd44df458ffa122e052612bb9eff3'>b1bbe92d ^
810542f1 ^
b1bbe92d ^










0864900c ^
b1bbe92d ^





b1bbe92d ^
0864900c ^


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65