You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UPDATED: the output described below only appears (so far) on the GNAT Studio messages window when using Build and run. The extra part described is not showing up in Gnome Terminal for example when the binary is run there using zsh.
The output includes some unexpected extra text: �[0K.
NB: The output after the extra unexpected text: �[0K (ie the [DEBUG] build <remaining output deleted here> part) is expected - it is from a later part of the program.
This extra element is being inserted by the call to Screen.Clear_To_End_Of_Line;.
Looking in the gnatcoll-core source at the function gnatcoll_clear_to_end_of_line in terminal.c line 112 the source of this extra output can be found at line 112:
Is this supposed to be there, and is the output intended in that way?
The program is being built and run on Fedora Linux 38 (x86_64), and the full source code that is calling this function can be found here if usefule: password_manager.adb around line 242
Thanks for your help.
Simon
The text was updated successfully, but these errors were encountered:
Hello @wiremoons, thank you for opening up this issue. This is clearly a bug. You can either contribute with a patch that we would be happy to merge or wait for us to fix it on our side.
Hi
UPDATED: the output described below only appears (so far) on the GNAT Studio messages window when using Build and run. The extra part described is not showing up in Gnome Terminal for example when the binary is run there using
zsh
.In my Ada program I am calling the follow code:
This creates the output as follows:
The output includes some unexpected extra text:
�[0K
.NB: The output after the extra unexpected text:
�[0K
(ie the[DEBUG] build <remaining output deleted here>
part) is expected - it is from a later part of the program.This extra element is being inserted by the call to
Screen.Clear_To_End_Of_Line;
.Looking in the
gnatcoll-core
source at the functiongnatcoll_clear_to_end_of_line
in terminal.c line 112 the source of this extra output can be found at line 112:Is this supposed to be there, and is the output intended in that way?
The program is being built and run on Fedora Linux 38 (x86_64), and the full source code that is calling this function can be found here if usefule: password_manager.adb around line 242
Thanks for your help.
Simon
The text was updated successfully, but these errors were encountered: