commit fff512aae8ab52742cc4622c2c069b80485b47e3 from: Omar Polo date: Tue Jan 04 15:16:21 2022 UTC s/change-title/update-title/ commit - b38d86fca3af1c2c70cb97317ff78eace3ccf262 commit + fff512aae8ab52742cc4622c2c069b80485b47e3 blob - 9e054978e2b0f44d40c03f699aef40413e8ca17d blob + 34787152d2da79894284b909dec383aa033e419e --- ChangeLog +++ ChangeLog @@ -6,7 +6,7 @@ * defaults.c (fill_column): bump default fill-column to 120. - * defaults.c (config_setvari): rename `set-title' to `change-title'. The old name will still be supported for a while to ease backwards compatibility. + * defaults.c (config_setvari): rename `set-title' to `update-title'. The old name will still be supported for a while to ease backwards compatibility. * cmd.c (cmd_kill_telescope): ask yorn (yes or no) before quitting telescope. blob - b9c12fd0b41a1e0752985d4a786df860020a33c6 blob + e20b1fc63a211b1bdf2509f5b9bbd54f6f9b1787 --- defaults.c +++ defaults.c @@ -526,7 +526,7 @@ config_setvari(const char *var, int val) dont_wrap_pre = !!val; } else if (!strcmp(var, "emojify-link")) { emojify_link = !!val; - } else if (!strcmp(var, "change-title") || !strcmp(var, "set-title")) { + } else if (!strcmp(var, "update-title") || !strcmp(var, "set-title")) { set_title = !!val; } else if (!strcmp(var, "autosave")) { autosave = val; blob - f72e7f2c5e98742e9236772522ce3dfc433620b0 blob + d8e806de18a4231492b1c5cbace771f59015cb15 --- telescope.1 +++ telescope.1 @@ -250,10 +250,6 @@ If greater than zero, save the session after the speci seconds after some events happens .Pq new or closed tabs, visited a link ... Defaults to 20. -.It change-title -.Pq integer -If nonzero, set the terminal title to the page title. -Defaults to 1. .It dont-wrap-pre .Pq integer If nonzero, don't wrap preformatted blocks. @@ -310,6 +306,10 @@ Defaults to 1. If tab-bar-show is -1 hide the tab bar permanently, if 0 show it unconditionally. If it's 1, show the bar only when there is more than one tab. +Defaults to 1. +.It update-title +.Pq integer +If nonzero, set the terminal title to the page title. Defaults to 1. .El .It Ic style Ar name Ar option