Home
last modified time | relevance | path

Searched refs:display_width (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/usr.bin/top/
H A Ddisplay.c73 static int display_width = MAX_COLS; variable
80 #define lineindex(l) ((l)*display_width)
150 display_width = screen_width; in display_resize()
151 if (display_width >= MAX_COLS) in display_resize()
152 display_width = MAX_COLS - 1; in display_resize()
537 thisline[display_width] = '\0'; in i_process()