Home
last modified time | relevance | path

Searched refs:resize_pane (Results 1 – 6 of 6) sorted by relevance

/dports/devel/py-libtmux/libtmux-0.10.2/libtmux/
H A Dpane.py193 self.resize_pane(width=width)
204 self.resize_pane(height=height)
206 def resize_pane(self, *args, **kwargs): member in Pane
/dports/www/mitmproxy/mitmproxy-7.0.4/docs/scripts/clirecording/
H A Dscreenplays.py22 pane_bottom.resize_pane(height=12)
131 pane_bottom.resize_pane(height=12)
188 pane_bottom.resize_pane(height=12)
254 pane_bottom.resize_pane(height=12)
/dports/editors/textadept/textadept_11.1.linux/src/
H A Dtextadept.c1723 static void resize_pane(Pane *pane, int rows, int cols, int y, int x) { in resize_pane() function
1728 resize_pane(pane->child1, rows, ssize, y, x); in resize_pane()
1729 resize_pane(pane->child2, rows, cols - ssize - 1, y, x + ssize + 1); in resize_pane()
1735 resize_pane(pane->child1, ssize, cols, y, x); in resize_pane()
1736 resize_pane(pane->child2, rows - ssize - 1, cols, y + ssize + 1, x); in resize_pane()
1764 resize_pane(parent, parent->rows, parent->cols, parent->y, parent->x); in unsplit_pane()
2006 resize_pane(child1, pane->rows, pane->split_size, pane->y, pane->x); in split_pane()
2007 resize_pane( in split_pane()
2013 resize_pane(child1, pane->split_size, pane->cols, pane->y, pane->x); in split_pane()
2014 resize_pane( in split_pane()
[all …]
/dports/editors/textadept/textadept-textadept_11.1/src/
H A Dtextadept.c1723 static void resize_pane(Pane *pane, int rows, int cols, int y, int x) { in resize_pane() function
1728 resize_pane(pane->child1, rows, ssize, y, x); in resize_pane()
1729 resize_pane(pane->child2, rows, cols - ssize - 1, y, x + ssize + 1); in resize_pane()
1735 resize_pane(pane->child1, ssize, cols, y, x); in resize_pane()
1736 resize_pane(pane->child2, rows - ssize - 1, cols, y + ssize + 1, x); in resize_pane()
1764 resize_pane(parent, parent->rows, parent->cols, parent->y, parent->x); in unsplit_pane()
2006 resize_pane(child1, pane->rows, pane->split_size, pane->y, pane->x); in split_pane()
2007 resize_pane( in split_pane()
2013 resize_pane(child1, pane->split_size, pane->cols, pane->y, pane->x); in split_pane()
2014 resize_pane( in split_pane()
[all …]
/dports/sysutils/py-tmuxp/tmuxp-1.9.3/
H A DCHANGES1080 - {meth}`Pane.resize_pane()` and tests
/dports/audio/snd/snd-21.2/
H A Dsnd-test.rb1193 def resize_pane(wid, height) method