diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-05-30 16:52:07 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-05-30 16:52:17 +0200 |
| commit | 9260319e7411ff8281700a532caa436f40120ec4 (patch) | |
| tree | 2f6bfe5f3458dd49d328d3a9eb508595450adec0 /gitlab/issues/target_missing/host_missing/accel_missing/1730.toml | |
| parent | 225caa38269323af1bfc2daadff5ec8bd930747f (diff) | |
| download | qemu-analysis-9260319e7411ff8281700a532caa436f40120ec4.tar.gz qemu-analysis-9260319e7411ff8281700a532caa436f40120ec4.zip | |
gitlab scraper: download in toml and text format
Diffstat (limited to 'gitlab/issues/target_missing/host_missing/accel_missing/1730.toml')
| -rw-r--r-- | gitlab/issues/target_missing/host_missing/accel_missing/1730.toml | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/1730.toml b/gitlab/issues/target_missing/host_missing/accel_missing/1730.toml deleted file mode 100644 index 0f6b5b6bb..000000000 --- a/gitlab/issues/target_missing/host_missing/accel_missing/1730.toml +++ /dev/null @@ -1,26 +0,0 @@ -id = 1730 -title = "Virtual console in GTK input uses wrong color for dark gray" -state = "opened" -created_at = "2023-06-25T11:31:32.562Z" -closed_at = "n/a" -labels = [] -url = "https://gitlab.com/qemu-project/qemu/-/issues/1730" -host-os = "Linux, OVMF" -host-arch = "n/a" -qemu-version = "8.0.2" -guest-os = "n/a" -guest-arch = "n/a" -description = """The virtual console in the GTK window uses black to draw dark gray text. This becomes unintelligible if drawing on black background.""" -reproduce = """1. Boot any distro to shell prompt with `-serial vc`. -2. Switch to serial console in QEMU GTK window (Ctrl+Alt+3). -4. Run `echo -e "\\e[1;30mDark Greay\\e[m"`. -5. Output is black on black. - -or - -1. `qemu-system-x86_64 -bios /usr/share/edk2/x64/OVMF.fd` -2. Enter EFI internal shell -3. `cls 0 8` -4. Run `help cls` and observe correct colors in VGA window. -5. Switch to serial console and observe black on black colors.""" -additional = "n/a" |