Home
last modified time | relevance | path

Searched refs:MIN_COLS (Results 1 – 25 of 49) sorted by relevance

12

/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/assets/javascripts/content_editor/components/
H A Dtoolbar_table_button.vue9 const MIN_COLS = 5;
24 maxCols: MIN_COLS,
37 this.maxCols = clamp(cols + 1, MIN_COLS, MAX_COLS);
/dports/security/pwman/pwman-0.4.5/src/
H A Dui.c106 "Please resize and press any key", MIN_LINES, MIN_COLS); in ui_too_small_warning()
119 if((winsz.ws_col < MIN_COLS) || (winsz.ws_row < MIN_LINES)) { in ui_resize()
129 } while ((winsz.ws_col < MIN_COLS) || (winsz.ws_row < MIN_LINES)); in ui_resize()
164 if((LINES < MIN_LINES) || (COLS < MIN_COLS)){ in ui_init()
167 fprintf(stderr, "Min size is %dx%d\n", MIN_COLS, MIN_LINES); in ui_init()
H A Dui.h40 #define MIN_COLS 60 macro
/dports/security/yapet/yapet-2.3/libyacurs/src/
H A Dcurs.cc108 if (_tmp.rows() < MIN_ROWS || _tmp.cols() < MIN_COLS) return; in termresetup_handler()
345 if (__scrdim.cols() < MIN_COLS) __scrdim.cols(MIN_COLS); in inquiry_screensize()
H A Dlineobject.cc87 assert(area().cols() >= MIN_COLS); in put_line()
/dports/editors/hexcurse/hexcurse-1.60.0/src/
H A Dhexcurse.c88 if ((COLS < MIN_COLS) || (LINES < MIN_LINES)) /* screen's too small */ in main()
92 fprintf(stderr," screen size is %dx%d\n\n", MIN_COLS, MIN_LINES + 1); in main()
/dports/security/yapet/yapet-2.3/libyacurs/include/
H A Dyacursconst.h35 MIN_COLS = 15, enumerator
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dviewgeom.cc390 const bool smallterm = termsz.x < MIN_COLS || termsz.y < MIN_LINES; in init_geometry()
398 termsz.x = max(termsz.x, MIN_COLS); in init_geometry()
413 termsz.x, termsz.y, MIN_COLS, MIN_LINES); in init_geometry()
422 x_left < 0 ? termsz.x - x_left : MIN_COLS, in init_geometry()
H A Ddefines.h23 #define MIN_COLS 79 macro
/dports/misc/pdmenu/pdmenu-1.3.6/src/
H A Dscreen.h11 #define MIN_COLS 6 macro
H A Dscreen.c191 if ((SLtt_Screen_Rows < MIN_ROWS) || (SLtt_Screen_Cols < MIN_COLS)) in SetScreensize()
/dports/mail/abook/abook-0.6.1/
H A Dui.c85 if(winsz.ws_col >= MIN_COLS && winsz.ws_row >= MIN_LINES) { in resize_abook()
90 if(winsz.ws_col >= MIN_COLS && winsz.ws_row >= MIN_LINES) { in resize_abook()
232 if( LINES < MIN_LINES || COLS < MIN_COLS ) { in init_ui()
237 "%dx%d\n"), MIN_COLS, MIN_LINES); in init_ui()
H A Dabook.h21 #define MIN_COLS 70 macro
/dports/math/xspread/xspread-3.1.1c.orig/
H A DscXstuff.c197 xsh.min_width= (MIN_COLS*curfontwidth);
198 xsh.width = (MIN_COLS * curfontwidth);
/dports/misc/clex/clex-4.6.patch9/src/
H A Dclex.h41 #define MIN_COLS 64 macro
45 #define MAX_SHORT_CWD_LEN ((MIN_COLS * 2) / 5) /* 40% */
46 #define MAX_PROMPT_WIDTH ((MIN_COLS * 4) / 5) /* 80% */
/dports/emulators/tnylpo/tnylpo-1.1.3/
H A Dtnylpo.h235 #define MIN_COLS 20 macro
H A Dscreen.c506 if (cols < MIN_COLS) cols = MIN_COLS; in crt_init()
/dports/cad/ngspice_rework/ngspice-35/src/include/ngspice/
H A Dhlpdefs.h93 #define MIN_COLS 40 macro
/dports/sysutils/fetchlog/fetchlog-1.4/
H A Dfetchlog.c54 #define MIN_COLS 20 /* Min no of cols to fetch */ macro
715 OK_MESSAGE,MAX_LASTCOL+1,MIN_COLS-1,MIN_FETCHLEN, MAX_FETCHLEN in usage()
754 lastcol_G >= firstcol_G + MIN_COLS - 1 && in main()
/dports/security/yapet/yapet-2.3/libyacurs/tests/ui-non-interactive/
H A Dhrule1.cc65 if (ws.ws_row <= YACURS::MIN_ROWS || ws.ws_col <= YACURS::MIN_COLS) in alrm()
H A Dvrule1.cc65 if (ws.ws_row <= YACURS::MIN_ROWS || ws.ws_col <= YACURS::MIN_COLS) in alrm()
H A Ddynlabel2.cc65 if (ws.ws_row <= YACURS::MIN_ROWS || ws.ws_col <= YACURS::MIN_COLS) in alrm()
H A Ddynlabel1.cc65 if (ws.ws_row <= YACURS::MIN_ROWS || ws.ws_col <= YACURS::MIN_COLS) in alrm()
H A Dpackresize1.cc65 if (ws.ws_row <= YACURS::MIN_ROWS || ws.ws_col <= YACURS::MIN_COLS) in alrm()
/dports/editors/hexcurse/hexcurse-1.60.0/include/
H A Dhex.h119 #define MIN_COLS 70 /* screen has to be 70< cols */ macro

12