Kconfig prompt space after comma

This commit is contained in:
xmm15 2020-02-20 21:45:16 -06:00
parent 08a694e891
commit 006bd856db
8 changed files with 4 additions and 6 deletions

Binary file not shown.

Binary file not shown.

View File

@ -7,7 +7,7 @@ U0 PaletteDemo()
SettingsPush; //See $LK,"SettingsPush",A="MN:SettingsPush"$
//Alternatively, use $LK,"GrPaletteSet",A="MN:GrPaletteSet"$(gr_palette_gray);
for (i=0;i<COLORS_NUM;i++) {
 for (i=0;i<COLORS_NUM;i++) {
j=0xFF*i/(COLORS_NUM-1);
bgr.b=j;
bgr.g=j;

View File

@ -16,7 +16,7 @@ U0 PanText()
Sleep(30);
}
for (i=0;i<=7;i++) {
 for (i=0;i<=7;i++) {
gr.pan_text_y=i;
Sleep(30);
}

View File

@ -1,2 +0,0 @@
* Replace lecture on VGA Screen Memory with VBE Screen memory.

Binary file not shown.

View File

@ -16,7 +16,7 @@ U8 *kernel_config_options = "MemInit\0HeapInit\0VarInit\0HomeDir\0NoMP\0DontProb
class CKConfig
{
U8 *disk_cache_size_exp;
U8 *disk_cache_size_exp;
CDoc *add_dev;
U8 *debug_distro_file, *debug_distro_start;
U8 *home_dir;
@ -150,7 +150,7 @@ CKConfig *KConfigNew()
c->home_dir = StrNew("::/Home");
VideoRep(FALSE);
resolution_num = GetI64("Enter list number of desired resolution,"
resolution_num = GetI64("Enter list number of desired resolution, "
"or desired width. ($$PURPLE$$<ENTER>$$FG$$ for auto maximum): ",,1);
if(resolution_num <= VBE_MODES_NUM)
{

Binary file not shown.