mirror of
https://github.com/wez/wezterm.git
synced 2024-11-09 22:15:15 +03:00
d0a7fc9fd3
This is using the existing attributes on the lines and rendering the lines with doubled dimensions. Selection on double width lines is a bit wonky because we don't know how to translate the column position correctly.
6 lines
113 B
Bash
Executable File
6 lines
113 B
Bash
Executable File
#!/bin/sh
|
|
printf "\x1b#3DOUBLE HEIGHT LINE\n\x1b#4DOUBLE HEIGHT LINE\n\x1b#6DOUBLE WIDTH LINE"
|
|
echo
|
|
echo
|
|
sleep 1
|