Searched refs:chars_per_line (Results 1 – 7 of 7) sorted by relevance
300 int chars_per_line = get_chars_per_line (); in do_progress_notify() local304 if (chars_per_line > MAX_CHARS_PER_LINE) in do_progress_notify()305 chars_per_line = MAX_CHARS_PER_LINE; in do_progress_notify()311 && chars_per_line >= MIN_CHARS_PER_LINE) in do_progress_notify()324 || chars_per_line < MIN_CHARS_PER_LINE) in do_progress_notify()332 int width = chars_per_line - progress.size () - 4; in do_progress_notify()357 int width = chars_per_line - 4; in do_progress_notify()387 int chars_per_line = get_chars_per_line (); in clear_progress_notify() local394 || chars_per_line < MIN_CHARS_PER_LINE) in clear_progress_notify()397 if (chars_per_line > MAX_CHARS_PER_LINE) in clear_progress_notify()[all …]
1066 static unsigned int chars_per_line; variable1108 chars_per_line = UINT_MAX; in init_page_info()1112 if (!tui_get_command_dimension (&chars_per_line, &lines_per_page)) in init_page_info()1121 chars_per_line = cols; in init_page_info()1149 chars_per_line = cols + readline_hidden_cols; in init_page_info()1187 m_save_chars_per_line (chars_per_line), in set_batch_flag_and_restore_page_info()1197 chars_per_line = m_save_chars_per_line; in ~set_batch_flag_and_restore_page_info()1219 int cols = chars_per_line; in set_screen_size()1241 chars_per_line = UINT_MAX; in set_screen_size()1253 if (chars_per_line == 0) in set_width()[all …]
2286 chars_per_line is at maximum (user typed `set width 0'). Fix4967 width by making chars_per_line unsigned.
2793 and chars_per_line here.
1777 * utils.c (chars_per_line): fix typo in comment.
1956 int chars_per_line = 45; /* First iteration will use 40. */ in index_file() local1986 chars_per_line -= line_map_decrease; in index_file()1987 if (chars_per_line <= 1) in index_file()1988 chars_per_line = 1; in index_file()1989 line_map_size = size / chars_per_line + 1; in index_file()
47989 clear_current_line overwrites the current line with chars_per_line49803 reports the screen width in init_page_info, and updating chars_per_line