Searched refs:MIN_COLS (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/terminal/
H A DTermConst.h196 #define MIN_COLS 10 macro
H A DTermWindow.cpp1375 SetSizeLimits(MIN_COLS * width - 1, MAX_COLS * width - 1,
1379 // the terminal can be resized smaller than MIN_ROWS/MIN_COLS!
1760 SetSizeLimits(MIN_COLS * fontWidth - 1, MAX_COLS * fontWidth - 1,

Completed in 46 milliseconds