This commit is contained in:
CronyAkatsuki 2022-10-15 17:27:46 +02:00
parent 1b0f74be49
commit a018763943

View File

@ -26,7 +26,7 @@ static const unsigned int alphas[SchemeLast][2] = {
static unsigned int lines = 0; static unsigned int lines = 0;
/* -h option; minimum height of a menu line */ /* -h option; minimum height of a menu line */
static unsigned int lineheight = 23; static unsigned int lineheight = 23;
static unsigned int min_lineheight = 8; static unsigned int min_lineheight = 10;
/* /*
* Characters not considered part of a word while deleting words * Characters not considered part of a word while deleting words