Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion app/components/Terminal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,10 @@ function getOptions(): ITerminalOptions {
screenReaderMode: true,
fontFamily: '"GT America Mono", monospace',
fontSize: 13,
lineHeight: 1.2,
lineHeight: 1,
fontWeightBold: 400,
drawBoldTextInBrightColors: true,
letterSpacing: 0,

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The robot notes that these two (drawBoldTextInBrightColors: true and letterSpacing: 0) are xterm v6 defaults, so might not be necessary.

windowOptions: {
fullscreenWin: true,
refreshWin: true,
Expand Down
4 changes: 4 additions & 0 deletions app/ui/styles/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -281,3 +281,7 @@
display: none;
}
}

.xterm-bold {
-webkit-text-stroke: 0.75px currentColor;
}
21 changes: 20 additions & 1 deletion mock-api/serial-console.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,27 @@ Terminal theme test:
red green yellow blue magenta cyan white
bright-red bright-green bright-yellow bright-blue bright-magenta bright-cyan bright-white bright-black

Bold A Bold A
Bold A Bold A

Booting `Debian GNU/Linux'

(
. ) .
~. . ( . .~
~_ '._.-'''-._.' _~
'~..' '..~'
~~._ / \ _.~~
;/____\ /____\;
~~~~~~~|` ) ( `|~~~~~~~
_: ( ) ;_
~~' \ / '~~
_.~''. ~~~ .''~._
~ .''-.....-''. ~
~' ' ) ' '~
' ( '
)

Loading Linux 6.12.38+deb13-amd64 ...
Loading initial ramdisk ...
EFI stub: Loaded initrd from LINUX_EFI_INITRD_MEDIA_GUID device path
Expand Down Expand Up @@ -138,4 +157,4 @@ Welcome to Debian GNU/Linux 13 (trixie)!

Debian GNU/Linux 13 oxide-instance ttyS0

oxide-instance login:
oxide-instance login:
Loading