mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-02 01:40:13 -05:00
Merge branch 'master' into pipe-grid-to-external-tool
This commit is contained in:
commit
47e8c337dc
2 changed files with 51 additions and 20 deletions
|
|
@ -19,8 +19,6 @@
|
|||
#define likely(c) __builtin_expect(!!(c), 1)
|
||||
#define unlikely(c) __builtin_expect(!!(c), 0)
|
||||
|
||||
struct rgb { float r, g, b; };
|
||||
|
||||
/*
|
||||
* Note: we want the cells to be as small as possible. Larger cells
|
||||
* means fewer scrollback lines (or performance drops due to cache
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue