annotate.c (4b4193256c8d3bc3a5397b5cd9494c2ad386317d) annotate.c (4fd008476c46422bb25451c90b74d99daa5382ff)
1// SPDX-License-Identifier: GPL-2.0
2#include "../browser.h"
3#include "../helpline.h"
4#include "../ui.h"
5#include "../../util/annotate.h"
6#include "../../util/debug.h"
7#include "../../util/dso.h"
8#include "../../util/hist.h"

--- 745 unchanged lines hidden (view full) ---

754 "? Search string backwards\n");
755 continue;
756 case 'r':
757 script_browse(NULL, NULL);
758 annotate_browser__show(&browser->b, title, help);
759 continue;
760 case 'k':
761 notes->options->show_linenr = !notes->options->show_linenr;
1// SPDX-License-Identifier: GPL-2.0
2#include "../browser.h"
3#include "../helpline.h"
4#include "../ui.h"
5#include "../../util/annotate.h"
6#include "../../util/debug.h"
7#include "../../util/dso.h"
8#include "../../util/hist.h"

--- 745 unchanged lines hidden (view full) ---

754 "? Search string backwards\n");
755 continue;
756 case 'r':
757 script_browse(NULL, NULL);
758 annotate_browser__show(&browser->b, title, help);
759 continue;
760 case 'k':
761 notes->options->show_linenr = !notes->options->show_linenr;
762 break;
762 continue;
763 case 'H':
764 nd = browser->curr_hot;
765 break;
766 case 's':
767 if (annotate_browser__toggle_source(browser))
768 ui_helpline__puts(help);
769 continue;
770 case 'o':

--- 174 unchanged lines hidden ---
763 case 'H':
764 nd = browser->curr_hot;
765 break;
766 case 's':
767 if (annotate_browser__toggle_source(browser))
768 ui_helpline__puts(help);
769 continue;
770 case 'o':

--- 174 unchanged lines hidden ---