• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/support/kconfig/mconf.c
Maxime HadjinlianMaxime Hadjinlian committed a4f194c83d027 Dec 2013
Raw file
Source viewDiff to previous
            show_textbox(NULL, _("Can't create file!  Probably a nonexistent directory."), 5, 60);
 
1
/*
2
 * Copyright (C) 2002 Roman Zippel <zippel@linux-m68k.org>
3
 * Released under the terms of the GNU GPL v2.0.
4
 *
5
 * Introduced single menu mode (show all sub-menus in one large tree).
6
 * 2002-11-06 Petr Baudis <pasky@ucw.cz>
7
 *
8
 * i18n, 2005, Arnaldo Carvalho de Melo <acme@conectiva.com.br>
9
 */
10
​
11
#include <ctype.h>
12
#include <errno.h>
13
#include <fcntl.h>
14
#include <limits.h>
15
#include <stdarg.h>
16
#include <stdlib.h>
17
#include <string.h>
18
#include <signal.h>
19
#include <unistd.h>
20
#include <locale.h>
21
​
22
#include "lkc.h"
23
#include "lxdialog/dialog.h"
24
​
25
static const char mconf_readme[] = N_(
26
"Overview\n"
27
"--------\n"
28
"This interface lets you select features and parameters for the build.\n"
29
"Features can either be built-in, modularized, or ignored. Parameters\n"
30
"must be entered in as decimal or hexadecimal numbers or text.\n"
31
"\n"
32
"Menu items beginning with following braces represent features that\n"
33
"  [ ] can be built in or removed\n"
34
"  < > can be built in, modularized or removed\n"
35
"  { } can be built in or modularized (selected by other feature)\n"
36
"  - - are selected by other feature,\n"
37
"while *, M or whitespace inside braces means to build in, build as\n"
38
"a module or to exclude the feature respectively.\n"
39
"\n"
40
"To change any of these features, highlight it with the cursor\n"
41
"keys and press <Y> to build it in, <M> to make it a module or\n"
42
"<N> to remove it.  You may also press the <Space Bar> to cycle\n"
43
"through the available options (i.e. Y->N->M->Y).\n"
44
"\n"
45
"Some additional keyboard hints:\n"
46
"\n"
47
"Menus\n"
48
"----------\n"
49
"o  Use the Up/Down arrow keys (cursor keys) to highlight the item you\n"
50
"   wish to change or the submenu you wish to select and press <Enter>.\n"
51
"   Submenus are designated by \"--->\", empty ones by \"----\".\n"
52
"\n"
53
"   Shortcut: Press the option's highlighted letter (hotkey).\n"
54
"             Pressing a hotkey more than once will sequence\n"
55
"             through all visible items which use that hotkey.\n"
56
"\n"
57
"   You may also use the <PAGE UP> and <PAGE DOWN> keys to scroll\n"
58
"   unseen options into view.\n"
59
"\n"
60
"o  To exit a menu use the cursor keys to highlight the <Exit> button\n"
61
"   and press <ENTER>.\n"
62
"\n"
63
"   Shortcut: Press <ESC><ESC> or <E> or <X> if there is no hotkey\n"
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.