diff options
| author | Moritz Lüdecke <moritz.luedecke@skweez.net> | 2022-08-11 11:22:10 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-11 11:22:10 +0200 |
| commit | 07617d3e3239dcc1f7c75c0eae5af9645a57d1da (patch) | |
| tree | 278d4485b7e094afe7c048b04dae4a8990d15217 /config.h | |
| parent | a4f7d150c7395faf72fb167ac333170668124866 (diff) | |
| parent | 0fb97fbc49fd3c324b12256f476badaeecd1a2ff (diff) | |
Merge pull request #10 from vaygr/lineheight-support
Add lineheight support
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -5,6 +5,8 @@ static int bottom = 0; static int embedded = 0; static int minpwlen = 32; static int mon = -1; +static int lineheight = 0; +static int min_lineheight = 8; static const char *asterisk = "*"; static const char *fonts[] = { |