Displaying 7 results from an estimated 7 matches for "end_row".
Did you mean:
end_pos
2005 Mar 27
3
RESEND: Problems with menu.c32, and some feature request for menu.c32
...uest #2:
It would be nice if the following vars in the menu.c could be set in the config file so the program would not have to be recompiled to change these values.
#define WIDTH 80
#define MARGIN 10
#define PASSWD_MARGIN 3
#define MENU_ROWS 12
#define TABMSG_ROW 18
#define CMDLINE_ROW 20
#define END_ROW 24
#define PASSWD_ROW 11
Request #3:
Add an option to the config file that would enable HOTKEYING. What is hotkeying? Currently when you press a hotkey the menu item is highlighted and then you have to press enter to execute the menu item. HOTKEYING would, when the hotkey is pressed, highlight...
2005 Mar 24
1
Problems with menu.c32, and some feature request for menu.c32
...uest #2:
It would be nice if the following vars in the menu.c could be set in the config file so the program would not have to be recompiled to change these values.
#define WIDTH 80
#define MARGIN 10
#define PASSWD_MARGIN 3
#define MENU_ROWS 12
#define TABMSG_ROW 18
#define CMDLINE_ROW 20
#define END_ROW 24
#define PASSWD_ROW 11
Request #3:
Add an option to the config file that would enable HOTKEYING. What is hotkeying? Currently when you press a hotkey the menu item is highlighted and then you have to press enter to execute the menu item. HOTKEYING would, when the hotkey is pressed, highlight...
2010 Apr 23
1
Path simple menu integrated progress indicator
...inux-3.86-vanilla//com32/menu/menu.h 2010-03-31 11:24:25.000000000 -0500
+++ syslinux-3.86/com32/menu/menu.h 2010-04-15 10:08:01.000000000 -0500
@@ -97,6 +97,7 @@ enum parameter_number {
P_PASSWD_MARGIN,
P_MENU_ROWS,
P_TABMSG_ROW,
+ P_LOADMSG_ROW,
P_CMDLINE_ROW,
P_END_ROW,
P_PASSWD_ROW,
@@ -115,6 +116,7 @@ enum message_number {
MSG_TITLE,
MSG_AUTOBOOT,
MSG_TAB,
+ MSG_LOAD,
MSG_NOTAB,
MSG_PASSPROMPT,
@@ -188,6 +190,7 @@ int draw_background(const char *filename
void set_resolution(int x, int y);
void start_console(void);
void local...
2005 Mar 28
0
Problems with menu.c32,and some feature request for menu.c32
...rs in the menu.c could be set in
> the config file so the program would not have to be recompiled
> to change these values.
> #define WIDTH 80
> #define MARGIN 10
> #define PASSWD_MARGIN 3
> #define MENU_ROWS 12
> #define TABMSG_ROW 18
> #define CMDLINE_ROW 20
> #define END_ROW 24
> #define PASSWD_ROW 11
And when or how benefits the bootloader from this?
Please elaborate the request.
> Request #3:
> Add an option to the config file that would enable HOTKEYING.
> What is hotkeying?
> Currently when you press a hotkey the menu item is highlighted and
>...
2016 May 12
3
syslinux vs isolinux - com32 serial port output problem
On Thu, May 12, 2016 at 06:16:46PM +0200, Good Old Idea via Syslinux wrote:
> On Thu, May 12, 2016 at 02:29:52PM +0000, Janz, Burt via Syslinux wrote:
> > I have a need to display text to COM2 before loading a kernel.
> > The easiest way to do this was to invade menu.c32 (menumain.c) and
> > add a function to send the string out to the serial port just before
> > the
2011 Mar 09
14
[PATCH 00/12] elflink shrinkage
From: Matt Fleming <matt.fleming at linux.intel.com>
This is a series of patches that,
* shrink the core by moving things into an ldlinux ELF module
* begin wiring up some of the C versions of various functions
The core now only contains essential code and loads the ldlinux module
to do everything else, like providing a command line interface and
loading kernels.
The config file parsing
2011 Apr 16
20
[PATCH 00/20] Switch to ELF modules
From: Matt Fleming <matt.fleming at linux.intel.com>
This series fixes some bugs and switches the elflink branch to be
entirely ELF modules. It applies on top of,
http://syslinux.zytor.com/archives/2011-April/016369.html
The deletions in the diff stat below are mainly from deleting
com32/elflink/modules (finally!). Now there should be no duplicate
code because we don't need COM32 and