diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2011-10-20 20:59:15 +0200 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2011-10-20 20:59:15 +0200 |
commit | cf9580036a830f9e95f32dbcedfc57ea1697f120 (patch) | |
tree | cad288bb3c8d10fca08210a2d68cf271a269ccee /tools/perf/util/ui/libslang.h | |
parent | perf tools: Fix tracing info recording (diff) | |
download | linux-cf9580036a830f9e95f32dbcedfc57ea1697f120.tar.xz linux-cf9580036a830f9e95f32dbcedfc57ea1697f120.zip |
perf ui browser: Use libslang to read keys
Just another step in stopping the use of libnewt in perf.
Cc: David Ahern <dsahern@gmail.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Stephane Eranian <eranian@google.com>
Link: http://lkml.kernel.org/n/tip-uy6s534uqxq8tenh6s3k8ocj@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/util/ui/libslang.h')
-rw-r--r-- | tools/perf/util/ui/libslang.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/perf/util/ui/libslang.h b/tools/perf/util/ui/libslang.h index 2b63e1c9b181..4d54b6450f5b 100644 --- a/tools/perf/util/ui/libslang.h +++ b/tools/perf/util/ui/libslang.h @@ -24,4 +24,6 @@ #define sltt_set_color SLtt_set_color #endif +#define SL_KEY_UNTAB 0x1000 + #endif /* _PERF_UI_SLANG_H_ */ |