Merge branch 'master' into pipe-grid-to-external-tool

This commit is contained in:
Daniel Eklöf 2020-07-16 17:50:34 +02:00
commit 47e8c337dc
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 51 additions and 20 deletions

View file

@ -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