~ubuntu-branches/debian/experimental/linux-tools/experimental

« back to all changes in this revision

Viewing changes to tools/perf/ui/tui/setup.c

  • Committer: Package Import Robot
  • Author(s): Ben Hutchings
  • Date: 2014-02-02 16:57:49 UTC
  • mfrom: (1.1.10) (0.1.21 sid)
  • Revision ID: package-import@ubuntu.com-20140202165749-tw94o9t1t0a8txk6
Tags: 3.13-1~exp2
Merge changes from sid up to 3.12.6-3

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
#include "../util.h"
10
10
#include "../libslang.h"
11
11
#include "../keysyms.h"
 
12
#include "tui.h"
12
13
 
13
14
static volatile int ui__need_resize;
14
15
 
119
120
 
120
121
        ui_helpline__init();
121
122
        ui_browser__init();
122
 
        ui_progress__init();
 
123
        tui_progress__init();
123
124
 
124
125
        signal(SIGSEGV, ui__signal);
125
126
        signal(SIGFPE, ui__signal);