dollars)
{
size_t start_index;
- /* Index in buf of first character shown in return value. */
+ /* Index in buf of the first character shown. */
size_t column;
- /* Screen column start_index corresponds to. */
+ /* Screen column that start_index corresponds to. */
size_t alloc_len;
/* The length of memory allocated for converted. */
char *converted;
);
if (is_cntrl_char(wide_buf)) {
- if (dollars && column > start_col) {
+ if (column > start_col) {
char *ctrl_wide_buf = charalloc(MB_CUR_MAX);
int ctrl_wide_buf_len, i;