Searched refs:winwidth (Results 1 – 2 of 2) sorted by relevance
1363 static int winwidth; /* width of window */ variable1458 winwidth = x_cols - pwidth - 3;1779 if (col >= winwidth) in outofwin()1794 if (tcol - holdcol2 > winwidth / 2) { in rewindow()1802 while (tcol - holdcol1 > winwidth / 2) in rewindow()1832 while (col < winwidth && cur < es->linelen) {1838 } while (++col < winwidth && (col & 7) != 0);1842 if (++col < winwidth) {1848 if (col < winwidth) {1851 if (++col < winwidth) {[all …]
134415 gdb/tui: add new 'tui window width' command and 'winwidth' alias134417 'winwidth'. This command is equivalent to the old 'winheight'134424 'winwidth' alias.134427 just didn't seem right to no have the matching 'winwidth'.