search for: cmdline_row

Displaying 6 results from an estimated 6 matches for "cmdline_row".

Did you mean: p_cmdline_row
2005 Mar 27
3
RESEND: Problems with menu.c32, and some feature request for menu.c32
...ugh a menu option. Request #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...
2009 Jul 27
1
[PATCH] mboot using module path
...main.c --- syslinux-3.82-orig/com32/menu/menumain.c??? 2009-06-09 10:19:25.000000000 -0700 +++ syslinux-3.82/com32/menu/menumain.c??? 2009-07-15 11:18:42.000000000 -0700 @@ -448,8 +448,8 @@ ?????? /* Redraw the command line */ ?????? printf("\033[?25l\033[%d;1H\1#9> \2#10%s", ???? ???? CMDLINE_ROW, pad_line(cmdline, 0, max(len, prev_len))); -????? printf("\2#10\033[%d;3H%s\033[?25h", -??? ???? CMDLINE_ROW, pad_line(cmdline, 0, cursor)); +//????? printf("\2#10\033[%d;3H%s\033[?25h", +//??? ???? CMDLINE_ROW, pad_line(cmdline, 0, cursor)); ?????? prev_len = len; ?????? redra...
2005 Mar 24
1
Problems with menu.c32, and some feature request for menu.c32
...ugh a menu option. Request #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...
2010 Apr 23
1
Path simple menu integrated progress indicator
...menu/menu.h --- syslinux-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(vo...
2005 Mar 28
0
Problems with menu.c32,and some feature request for menu.c32
...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 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...
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