Home
last modified time | relevance | path

Searched refs:confheight (Results 1 – 2 of 2) sorted by relevance

/dports/www/qutebrowser/qutebrowser-2.4.0/qutebrowser/completion/
H A Dcompletionwidget.py414 confheight = str(config.val.completion.height)
415 if confheight.endswith('%'):
416 perc = int(confheight.rstrip('%'))
419 height = int(confheight)
/dports/x11/havoc/havoc-0.3.1/
H A Dmain.c75 int confwidth, confheight; member
1395 term.confheight = height ? height : term.cfg.row * term.cheight; in toplvl_configure()
1412 int row = term.confheight / term.cheight; in configure()
1423 if (term.width == term.confwidth && term.height == term.confheight) in configure()
1428 term.height = term.confheight; in configure()