Home
last modified time | relevance | path

Searched refs:ScreenRows (Results 1 – 25 of 64) sorted by relevance

123

/dports/editors/fte/fte/src/
H A Dcon_x11.cpp102 static int ScreenRows = 40; variable
671 ScreenRows = YSize; in ConInit()
740 if (H > ScreenRows) in ConPutBox()
741 H = ScreenRows; in ConPutBox()
866 int MY = (Y < ScreenRows) ? Y : ScreenRows; in ConSetSize()
874 ScreenRows = Y; in ConSetSize()
883 *Y = ScreenRows; in ConQuerySize()
982 if (yy + hh > ScreenRows) in UpdateWindow()
983 hh = ScreenRows - yy; in UpdateWindow()
995 int oy = ScreenRows; in ResizeWindow()
[all …]
/dports/lang/swi-pl/swipl-8.2.3/src/
H A Dpl-term.c346 rows = ScreenRows(); /* old stuff refering to plterm.dll */
375 int (*ScreenRows)(void *h) = getModuleFunction("plterm", "ScreenRows"); variable
380 if ( ScreenCols && ScreenRows )
383 int rows = (*ScreenRows)(con);
/dports/astro/kstars/kstars-3.5.6/kstars/skycomponents/
H A Dskylabeler.h24 typedef QVector<LabelRow *> ScreenRows; typedef
328 ScreenRows screenRows;
/dports/devel/allegro/allegro-4.4.3.1/src/dos/
H A Ddsystem.c54 #define ScreenRows() -1 macro
491 a_lines = ScreenRows(); in sys_dos_save_console_state()
516 if (ScreenRows() != a_lines) in sys_dos_restore_console_state()
/dports/www/links/links-2.25/
H A Ddos.c46 *y = ScreenRows(); in get_terminal_size()
294 screen_backbuffer_y = ScreenRows(); in save_terminal()
313 if (ScreenCols() == screen_backbuffer_x && ScreenRows() == screen_backbuffer_y) { in restore_terminal()
/dports/lang/fpc-source/fpc-3.2.2/packages/rtl-console/src/amicommon/
H A Dcrt.pp359 function ScreenRows: Integer;
361 ScreenRows := MaxRows;
638 if y2 > ScreenRows then
639 y2 := ScreenRows;
700 MaxRows := ScreenRows;
/dports/lang/fpc-rtl-console/fpc-3.2.2/packages/rtl-console/src/amicommon/
H A Dcrt.pp359 function ScreenRows: Integer;
361 ScreenRows := MaxRows;
638 if y2 > ScreenRows then
639 y2 := ScreenRows;
700 MaxRows := ScreenRows;
/dports/print/texinfo/texinfo-6.8/info/
H A Dpcterm.c440 ScreenRows (void) in ScreenRows() function
1101 if (screenheight != ScreenRows ()) in pc_prep_terminal()
1106 screenheight = ScreenRows (); in pc_prep_terminal()
1136 if (outside_info.screenheight != ScreenRows ()) in pc_unprep_terminal()
/dports/archivers/unzip/unzip60/msdos/
H A Ddoscfg.h316 # define SCREENLINES ScreenRows()
/dports/editors/xvile/vile-9.8v/
H A Dgppconio.c668 t->winbottom = t->screenheight = ScreenRows(); in _gettextinfo()
704 if (ScreenRows() > 25) in getvideomode()
/dports/editors/vile/vile-9.8v/
H A Dgppconio.c668 t->winbottom = t->screenheight = ScreenRows(); in _gettextinfo()
704 if (ScreenRows() > 25) in getvideomode()
/dports/lang/yap/yap-6.2.2/LGPL/swi_console/
H A Dconsole.h154 _export int ScreenRows(rlc_console c);
/dports/lang/swi-pl/swipl-8.2.3/src/win32/console/
H A Dconsole.h160 _export int ScreenRows(rlc_console c);
/dports/archivers/lzop/lzop-1.04/src/
H A Ds_djgpp2.c211 this->data->rows = ScreenRows(); in init()
/dports/editors/emacs/emacs-27.2/src/
H A Dmsdos.c381 regs.x.dx = 8 * (ScreenRows () - 1); in mouse_init()
530 int current_rows = ScreenRows (), current_cols = ScreenCols (); in dos_set_window_size()
599 *rows = ScreenRows (); in dos_set_window_size()
1413 screen_size_Y = ScreenRows (); in IT_set_terminal_modes()
1472 int update_row_len = ScreenCols () * 2, current_rows = ScreenRows (); in IT_reset_terminal_modes()
1475 int cursor_pos_X = ScreenCols () - 1, cursor_pos_Y = ScreenRows () - 1; in IT_reset_terminal_modes()
/dports/archivers/upx/upx-3.96/src/
H A Ds_djgpp2.cpp261 rows = ScreenRows(); in init()
/dports/devel/avr-gdb/gdb-7.3.1/readline/
H A Dterminal.c279 _rl_screenheight = ScreenRows ();
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/readline/
H A Dterminal.c241 _rl_screenheight = ScreenRows ();
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/readline/
H A Dterminal.c241 _rl_screenheight = ScreenRows ();
/dports/emulators/uae/uae-0.8.29/src/od-dos/misc/
H A Dmisc.c67 origrows = ScreenRows(); in main()
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dmsdos.c381 regs.x.dx = 8 * (ScreenRows () - 1); in mouse_init()
530 int current_rows = ScreenRows (), current_cols = ScreenCols (); in dos_set_window_size()
599 *rows = ScreenRows (); in dos_set_window_size()
1413 screen_size_Y = ScreenRows (); in IT_set_terminal_modes()
1472 int update_row_len = ScreenCols () * 2, current_rows = ScreenRows (); in IT_reset_terminal_modes()
1475 int cursor_pos_X = ScreenCols () - 1, cursor_pos_Y = ScreenRows () - 1; in IT_reset_terminal_modes()
/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/term/
H A Ddjsvga.trm180 dj_textsave = gp_alloc(ScreenRows() * ScreenCols() * 2, "djsvga term scrbuf");
183 dj_height = ScreenRows();
/dports/games/pmars/pmars-0.9.2/src/
H A Dgtdisp.c125 screenY = ScreenRows(); in text_display_init()
/dports/games/pmars-sdl/pmars-0.9.2-5/src/
H A Dgtdisp.c125 screenY = ScreenRows(); in text_display_init()
/dports/shells/bash/bash-5.1/lib/readline/
H A Dterminal.c310 _rl_screenheight = ScreenRows (); in _rl_get_screen_size()

123