mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-17 22:14:53 +02:00
Rendering of underline/strikethrough
This commit is contained in:
@@ -69,10 +69,8 @@ class Sprites:
|
||||
|
||||
send() # blank
|
||||
send(underline=1)
|
||||
send(strikeout=True)
|
||||
send(underline=1, strikeout=True)
|
||||
send(underline=2)
|
||||
if send(underline=2, strikeout=True) != 5:
|
||||
if send(strikethrough=True) != 3:
|
||||
raise RuntimeError('Available OpenGL texture size is too small')
|
||||
|
||||
@property
|
||||
|
||||
Reference in New Issue
Block a user