Displaying 7 results from an estimated 7 matches for "ansicon".
Did you mean:
ansecon
2025 Apr 21
0
[PATCH] Improve EFI console logging
...ext
editors when viewing the logs, so it would be good to put them into
the correct order.
The efi_scroll_up() function also contains a bug where it ignores
the number of rows to scroll up by and always scrolls once, but this
seems to be intentional, as it's used to mask a different bug in
the ansicon module that causes it to scroll way more than it should
under EFI.
The ansicon module is used by ldlinux, and this masked bug can be seen
if you implement the rows parameter in efi_scroll_up() and try to boot
a kernel with the default boot prompt, the "Loading <xyz>..." messages
wi...
2025 Apr 22
0
[PATCH] Improve EFI console logging
...d to put them into
>> the correct order.
>>
>> The efi_scroll_up() function also contains a bug where it ignores
>> the number of rows to scroll up by and always scrolls once, but this
>> seems to be intentional, as it's used to mask a different bug in
>> the ansicon module that causes it to scroll way more than it should
>> under EFI.
>>
>> The ansicon module is used by ldlinux, and this masked bug can be seen
>> if you implement the rows parameter in efi_scroll_up() and try to boot
>> a kernel with the default boot prompt, the &q...
2012 Jul 08
0
rake cucumber:ok not working
Hi all,
i am learning cucumber and when i am trying to run rake cucumber:ok
resulting in following error:
C:/Ruby187/bin/ruby -S bundle exec cucumber --profile default
*** WARNING: You must use ANSICON 1.31 or higher (
http://adoxa.110mb.com/ansicon
) to get coloured output on Windows
Using the default profile...
Feature: Creating projects
In order to have projects to assign tickets to
As a user
I want to create them easily
Scenario: Creating a project #...
2012 Sep 04
0
[PATCH] console: Close stdin, stdout, stderr on ldlinux.c32 unload
From: Matt Fleming <matt.fleming at intel.com>
The location of __file_info[] and ansicon_counter are split between
the core and ldlinux.c32. We can end up calling __ansicon_close (from
fp->oop->close) in the process of reloading ldlinux.c32, and while
ansicon_counter is set to its initialised data value of 0 when
reloading ldlinux.c32, the core is never reloaded, and so
__file_in...
2009 Apr 15
2
The maximum number of rows in a com32 menu
Hey Murali,
While playing with HDT which uses your menu, I found I can't reach more
than 24 rows whereas my screen is 25.
set_windows_size() relies on getnumrows() to define the maximum number
of possible rows.
But regarding to getnumrows() code, it sounds to report "// Actually
numrows - 1".
On my screen which is 80x25, getnumcols x getrowcols reports 80x24.
The
2012 Nov 09
1
Syslinux-6.00-pre1
...fi/Makefile.
core: Do not use -mregparm
efi: Add UEFI firmware backend
core: Rebuild core objects for EFI
disk: Add .disk_init() to firmware struct
efi: Disk I/O support
EFI: Implement malloc with {Allocate/Free}Pool()
com32: Add firmware backend support to ansicon
elflink: Don't statically initialise core_module.base_addr
ldlinux: Initialise 'p' before using it.
com32: Delete duplicate ipappend.c
firmware: Don't include disk.h
firmware: Add .get_config_file_name
firmware: Add .get_serial_console_info...
2013 Jun 20
9
Syslinux 6.00 released
...fi/Makefile.
core: Do not use -mregparm
efi: Add UEFI firmware backend
core: Rebuild core objects for EFI
disk: Add .disk_init() to firmware struct
efi: Disk I/O support
EFI: Implement malloc with {Allocate/Free}Pool()
com32: Add firmware backend support to ansicon
elflink: Don't statically initialise core_module.base_addr
ldlinux: Initialise 'p' before using it.
com32: Delete duplicate ipappend.c
firmware: Don't include disk.h
firmware: Add .get_config_file_name
firmware: Add .get_serial_console_info...