mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 14:46:03 +00:00
Now padding.slang doesnt need the defines
Some checks are pending
CI / Linux (python=3.14 cc=clang sanitize=1) (push) Waiting to run
CI / Linux (python=3.12 cc=gcc sanitize=0) (push) Waiting to run
CI / Linux (python=3.13 cc=gcc sanitize=1) (push) Waiting to run
CI / Linux package (push) Waiting to run
CI / Bundle test (macos-latest) (push) Waiting to run
CI / Bundle test (ubuntu-latest) (push) Waiting to run
CI / macOS Brew (push) Waiting to run
CI / Test ./dev.sh and benchmark (push) Waiting to run
Some checks are pending
CI / Linux (python=3.14 cc=clang sanitize=1) (push) Waiting to run
CI / Linux (python=3.12 cc=gcc sanitize=0) (push) Waiting to run
CI / Linux (python=3.13 cc=gcc sanitize=1) (push) Waiting to run
CI / Linux package (push) Waiting to run
CI / Bundle test (macos-latest) (push) Waiting to run
CI / Bundle test (ubuntu-latest) (push) Waiting to run
CI / macOS Brew (push) Waiting to run
CI / Test ./dev.sh and benchmark (push) Waiting to run
This commit is contained in:
parent
d7741b4996
commit
62e2d4d70f
1 changed files with 1 additions and 1 deletions
|
|
@ -276,7 +276,7 @@ class SlangFile(NamedTuple):
|
|||
def defines(self) -> MappingProxyType[str, str]:
|
||||
ans = {}
|
||||
match os.path.basename(self.path):
|
||||
case 'cell.slang' | 'background.slang' | 'padding.slang':
|
||||
case 'background.slang' | 'cell.slang':
|
||||
ans['MARK_MASK'] = str(MARK_MASK)
|
||||
ans['REVERSE_SHIFT'] = str(REVERSE)
|
||||
ans['STRIKE_SHIFT'] = str(STRIKETHROUGH)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue