commit a84823049dbae06c858a9104a8cbe6f7e9f4a34d from: Omar Polo date: Mon Jan 10 15:36:40 2022 UTC change fringe defaults: always enabled and ~ as prefix commit - b9a2811a024cc0ab304ff3e15d96373c2732d71b commit + a84823049dbae06c858a9104a8cbe6f7e9f4a34d blob - 53f86455c9a1b226e83065891972dc3bbf27238e blob + 4d1dfba5abc0695b1d0a1563bbbfaa31ab736e0b --- defaults.c +++ defaults.c @@ -34,7 +34,7 @@ int dont_wrap_pre = 0; int emojify_link = 1; int enable_colors = 1; int fill_column = 120; -int fringe_ignore_offset = 0; +int fringe_ignore_offset = 1; int hide_pre_blocks = 0; int hide_pre_closing_line = 0; int hide_pre_context = 0; @@ -82,7 +82,7 @@ struct lineprefix line_prefixes[] = { [LINE_DOWNLOAD_DONE] = {" Done ", " "}, [LINE_DOWNLOAD_INFO] = {" ", " "}, - [LINE_FRINGE] = {"", ""}, + [LINE_FRINGE] = {"~", ""}, }; struct line_face line_faces[] = {