Home
last modified time | relevance | path

Searched refs:getmaxyx (Results 1 – 25 of 994) sorted by relevance

12345678910>>...40

/dports/audio/ecasound/ecasound-2.9.3/ecatools/
H A Decamonitor162 pad.refresh(0, 0, 0, 0, stdscr.getmaxyx()[0]-1, stdscr.getmaxyx()[1]-1)
166 pad.refresh(0, 0, 0, 0, stdscr.getmaxyx()[0]-1, stdscr.getmaxyx()[1]-1)
207 pad.refresh(0, 0, 0, 0, stdscr.getmaxyx()[0]-1, stdscr.getmaxyx()[1]-1)
/dports/net-p2p/deluge-cli/deluge-2.0.3/deluge/ui/console/widgets/
H A Dwindow.py55 self._height, self._width = self.outer_screen.getmaxyx()
83 y, x = self.outer_screen.getmaxyx()
96 def getmaxyx(self): member in BaseWindow
97 return self.screen.getmaxyx()
110 self._height, self._width = self.screen.getmaxyx()
113 max_y, max_x = self.screen.getmaxyx()
/dports/ftp/ncftp3/ncftp-3.2.6/vis/
H A Dsyshdrs.h171 # undef getmaxyx
172 # define getmaxyx(w,y,x) (y) = __getmaxy((w)); (x) = __getmaxx((w)) macro
194 # ifndef getmaxyx
195 # define getmaxyx(w,y,x) y = w->_maxy; x = w->_maxx macro
201 # ifndef getmaxyx
202 # define getmaxyx(w,y,x) y = w->maxy; x = w->maxx macro
/dports/audio/mp3c/mp3c-0.31/src/
H A Dinfo_screen.c111 getmaxyx(win, maxy, maxx); in is_up()
125 getmaxyx(win, maxy, maxx); in is_down()
143 getmaxyx(win, maxy, maxx); in is_pup()
159 getmaxyx(win, maxy, maxx); in is_pdown()
178 getmaxyx(win, maxy, maxx); in is_home()
193 getmaxyx(win, maxy, maxx); in is_end()
210 getmaxyx(stdscr, maxy, maxx); in is_win_rebuild()
246 getmaxyx(stdscr, maxy, maxx); in is_popup_text()
H A Dselect_box.c60 getmaxyx(stdscr, maxy, maxx); in build_win()
79 getmaxyx(stdscr, maxy, maxx); in sign_line()
114 getmaxyx(stdscr, maxy, maxx); in fill_lines()
132 getmaxyx(stdscr, maxy, maxx); in rebuild()
252 getmaxyx(stdscr, maxy, maxx); in select_field_box()
292 getmaxyx(stdscr, maxy, maxx); in select_field_box()
416 getmaxyx(win, maxy, maxx); in ynb_show()
439 getmaxyx(stdscr, maxy, maxx); in ynb_build()
471 getmaxyx(stdscr, maxy, maxx); in select_yesno_box()
H A Dmovement.c54 getmaxyx(win, maxy, maxx); in song_move_down()
123 getmaxyx(win, maxy, maxx); in song_move_bottom()
161 getmaxyx(win, maxy, maxx); in song_move_pup()
189 getmaxyx(win, maxy, maxx); in song_move_pdown()
H A Dstatus_win.c55 getmaxyx(stdscr, maxy, maxx); in stat_rebuild()
84 getmaxyx(stdscr, maxy, maxx); in setup_stat_win()
158 getmaxyx(stat_win, maxy, maxx); in popup_error_win()
/dports/sysutils/py-glances/glances-3.1.4/glances/outputs/
H A Dglances_curses.py483 self.term_window.getmaxyx()[1] - 105)
519 self.term_window.getmaxyx()[0] - 11 -
622 display_optional=(self.term_window.getmaxyx()[1] >= l_uptime))
661 …quicklook_width = self.term_window.getmaxyx()[1] - (stats_width + 8 + stats_number * self.space_be…
683 …self.space_between_column = max(1, int((self.term_window.getmaxyx()[1] - stats_width) / (stats_num…
730 if self.term_window.getmaxyx()[1] < self._left_sidebar_min_width:
747 display_optional=(self.term_window.getmaxyx()[1] > 102),
783 screen_x = self.term_window.getmaxyx()[1]
784 screen_y = self.term_window.getmaxyx()[0]
851 screen_x = self.term_window.getmaxyx()[1]
[all …]
/dports/misc/tudu/tudu-0.10.3/src/
H A Dwindow.cc37 getmaxyx(stdscr, lines, cols); in Window()
166 getmaxyx(win, y, x); in _getmaxyx()
177 getmaxyx(win, lines, cols); in _lines()
184 getmaxyx(win, lines, cols); in _cols()
/dports/net-p2p/rtorrent/rtorrent-0.9.8/src/display/
H A Dcanvas.h68 … { int x, __UNUSED y; if (!m_isDaemon) { getmaxyx(m_window, y, x); … in width()
69 … { int x, y; if (!m_isDaemon) { getmaxyx(m_window, y, x); … in height()
104 … { int x, __UNUSED y; if (!m_isDaemon) { getmaxyx(stdscr, y, x); } … in get_screen_width()
105 …ht() { int x, y; if (!m_isDaemon) { getmaxyx(stdscr, y, x); } … in get_screen_height()
/dports/net-im/toxic/toxic-0.11.3/src/
H A Dgame_base.c244 getmaxyx(parent->window, max_y, max_x); in game_initialize()
520 getmaxyx(win, max_y, max_x); in game_draw_help_bar()
601 getmaxyx(win, max_y, max_x); in game_draw_game_over()
625 getmaxyx(win, max_y, max_x); in game_draw_pause_screen()
709 getmaxyx(game->window, max_y, max_x); in game_onDraw()
793 getmaxyx(self->window, max_y, max_x); in game_onInit()
903 getmaxyx(game->window, max_y, max_x); in game_coordinates_in_bounds()
920 getmaxyx(game->window, max_y, max_x); in game_random_coords()
933 getmaxyx(game->window, *y, *x); in game_max_x_y()
940 getmaxyx(game->window, max_y, max_x); in game_y_bottom_bound()
[all …]
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/MeshOptimizer/
H A DMeshOptCommon.cpp62 void mvgetScreenSize(int &nbRow, int &nbCol) { getmaxyx(stdscr, nbRow, nbCol); } in mvgetScreenSize()
101 getmaxyx(stdscr, nbRow, nbCol); in mvprintCenter()
116 getmaxyx(stdscr, nbRow, nbCol); in mvprintLeft()
131 getmaxyx(stdscr, nbRow, nbCol); in mvprintRight()
146 getmaxyx(stdscr, nbRow, nbCol); in mvprintXY()
157 getmaxyx(stdscr, nbRow, nbCol); in mvprintList()
190 getmaxyx(stdscr, nbRow, nbCol); in mvfillRow()
/dports/devel/cmake-gui/cmake-3.22.1/Source/CursesDialog/
H A DcmCursesMainForm.cxx301 getmaxyx(stdscr, y, x); in PrintKeys()
373 getmaxyx(stdscr, y, x); in UpdateStatusBar()
506 getmaxyx(stdscr, yy, xx); in Configure()
530 getmaxyx(stdscr, yi, xi); in Configure()
561 getmaxyx(stdscr, yy, xx); in Generate()
583 getmaxyx(stdscr, yi, xi); in Generate()
688 getmaxyx(stdscr, y, x); in HandleInput()
800 getmaxyx(stdscr, y, x); in HandleInput()
835 getmaxyx(stdscr, y, x); in HandleInput()
858 getmaxyx(stdscr, y, x); in HandleInput()
[all …]
H A DcmCursesLongMessageForm.cxx59 getmaxyx(stdscr, y, x); in UpdateStatusBar()
103 getmaxyx(stdscr, y, x); in PrintKeys()
121 getmaxyx(stdscr, y, x); in Render()
/dports/devel/cmake-doc/cmake-3.22.1/Source/CursesDialog/
H A DcmCursesMainForm.cxx301 getmaxyx(stdscr, y, x); in PrintKeys()
373 getmaxyx(stdscr, y, x); in UpdateStatusBar()
506 getmaxyx(stdscr, yy, xx); in Configure()
530 getmaxyx(stdscr, yi, xi); in Configure()
561 getmaxyx(stdscr, yy, xx); in Generate()
583 getmaxyx(stdscr, yi, xi); in Generate()
688 getmaxyx(stdscr, y, x); in HandleInput()
800 getmaxyx(stdscr, y, x); in HandleInput()
835 getmaxyx(stdscr, y, x); in HandleInput()
858 getmaxyx(stdscr, y, x); in HandleInput()
[all …]
H A DcmCursesLongMessageForm.cxx59 getmaxyx(stdscr, y, x); in UpdateStatusBar()
103 getmaxyx(stdscr, y, x); in PrintKeys()
121 getmaxyx(stdscr, y, x); in Render()
/dports/devel/cmake/cmake-3.22.1/Source/CursesDialog/
H A DcmCursesMainForm.cxx301 getmaxyx(stdscr, y, x); in PrintKeys()
373 getmaxyx(stdscr, y, x); in UpdateStatusBar()
506 getmaxyx(stdscr, yy, xx); in Configure()
530 getmaxyx(stdscr, yi, xi); in Configure()
561 getmaxyx(stdscr, yy, xx); in Generate()
583 getmaxyx(stdscr, yi, xi); in Generate()
688 getmaxyx(stdscr, y, x); in HandleInput()
800 getmaxyx(stdscr, y, x); in HandleInput()
835 getmaxyx(stdscr, y, x); in HandleInput()
858 getmaxyx(stdscr, y, x); in HandleInput()
[all …]
H A DcmCursesLongMessageForm.cxx59 getmaxyx(stdscr, y, x); in UpdateStatusBar()
103 getmaxyx(stdscr, y, x); in PrintKeys()
121 getmaxyx(stdscr, y, x); in Render()
/dports/net/nload/nload-0.7.4/src/
H A Dscreen.cpp29 getmaxyx(stdscr, height, width); in width()
37 getmaxyx(stdscr, height, width); in height()
/dports/mail/gubby/gubby-0.5.5/src/
H A Dcurswin.cpp29 getmaxyx(stdscr, y, x); in curswin()
67 getmaxyx(p_, y, x); in resized()
/dports/net-mgmt/sysmon/sysmon-0.93/src/
H A Dclient.c32 getmaxyx(stdscr, maxy, maxx); /* get the max x, and the max y */ in do_exit()
125 getmaxyx(stdscr, maxy, maxx); /* get the max x, and the max y */ in bottom_banner()
143 getmaxyx(stdscr, maxy, maxx); in top_banner()
259 getmaxyx(stdscr, maxy, maxx); /* get the max x, and the max y */ in my_client_sleep()
/dports/sysutils/ah-tty/ah-tty-0.3.12/dillib/vty/
H A Dvtcurses.h84 getmaxyx(WPtr, Rows,Cols); in __VT_dmove()
131 getmaxyx ((WINDOW*)SPtr, Rows,Cols); in __VT_nextline()
146 getmaxyx((WINDOW*)SPtr, Rows,Cols); in __VT_scrollpage()
/dports/games/frotz/frotz-73eec90ebb159ed687b74cbaf81e135c3e7e390b/src/curses/
H A Dux_frotz.h70 #ifndef getmaxyx
71 #define getmaxyx(w, y, x) (y) = getmaxy(w), (x) = getmaxx(w) macro
/dports/devel/py-celery/celery-4.4.7/celery/events/
H A Dcursesmon.py100 _, mx = self.win.getmaxyx()
105 my, _ = self.win.getmaxyx()
110 _, mx = self.win.getmaxyx()
115 my, _ = self.win.getmaxyx()
161 my, mx = self.win.getmaxyx()
184 my, mx = self.win.getmaxyx()
254 my, mx = self.win.getmaxyx()
352 my, _ = win.getmaxyx()
/dports/audio/cli-visualizer/cli-visualizer-1.8-27-g4fc1552/src/Utils/
H A DNcursesUtils.h102 getmaxyx(stdscr, height, width); in get_window_height()
112 getmaxyx(stdscr, height, width); in get_window_width()

12345678910>>...40