summaryrefslogtreecommitdiff
path: root/data/top/escape.diff
diff options
context:
space:
mode:
authorJay Freeman <saurik@saurik.com>2009-08-15 08:55:49 +0000
committerJay Freeman <saurik@saurik.com>2009-08-15 08:55:49 +0000
commit0fc6e098c25bab23d613247bfdec4bbb9f3da824 (patch)
tree68e44aad301510b43f60d3bf1d66c02fd29b1c89 /data/top/escape.diff
parent941b171aa5289e307200390a7810ef79f7145c00 (diff)
Various things I forgot to commit.
git-svn-id: http://svn.telesphoreo.org/trunk@670 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/top/escape.diff')
-rw-r--r--data/top/escape.diff12
1 files changed, 12 insertions, 0 deletions
diff --git a/data/top/escape.diff b/data/top/escape.diff
new file mode 100644
index 000000000..ce794392c
--- /dev/null
+++ b/data/top/escape.diff
@@ -0,0 +1,12 @@
+diff -ru top-39/top.h top-39+iPhone/top.h
+--- top-39/top.h 2007-05-21 20:43:56.000000000 +0000
++++ top-39+iPhone/top.h 2009-05-12 10:34:55.000000000 +0000
+@@ -174,7 +174,7 @@
+ #define FORMAT_TIME_HHMMSS 'w'
+
+ #define VALID_FORMATS "abcdefghijklmnopqrstuvw"
+-#define FORMAT_ESCAPE '\'
++#define FORMAT_ESCAPE '\\'
+ #define FORMAT_LEFT '^'
+ #define FORMAT_RIGHT '$'
+ #define FORMAT_DELTA '-'