test: use larger dimensions to avoid some crash
4
TODO.md
@ -1,7 +1,7 @@
|
||||
Bugs:
|
||||
|
||||
* Something is going wrong with the vttest 1_5 test case with ghostty
|
||||
(see screenshots in test folder)
|
||||
* If you set the screen size to really small, vttest crashes the emulator
|
||||
Zig stack traces are currently broken to debug
|
||||
* Underline should use freetype underline thickness hint
|
||||
* Any printing action forces scroll to jump to bottom, this makes it impossible
|
||||
to scroll up while logs are coming in or something
|
||||
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 311 B After Width: | Height: | Size: 7.9 KiB |
Before Width: | Height: | Size: 311 B After Width: | Height: | Size: 8.3 KiB |
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 38 KiB |
@ -12,4 +12,5 @@ docker run \
|
||||
-v ${DIR}:/src \
|
||||
--entrypoint "xvfb-run" \
|
||||
$IMAGE \
|
||||
--server-args="-screen 0, 1600x900x24" \
|
||||
/entrypoint.sh $@
|
||||
|
@ -132,3 +132,6 @@ else
|
||||
printf "${GREEN}Pass (Diff: ${WHITE}${DIFF}${GREEN})${RESET}\n"
|
||||
fi
|
||||
fi
|
||||
|
||||
# Uncomment this and use run-host.sh to get logs of the terminal emulator
|
||||
# cat $WM_LOG
|
||||
|