Make list-keys description clearer in tmux.1 and remove an unused variable.

This commit is contained in:
nicm
2020-02-05 13:06:49 +00:00
parent 265164d251
commit fb29242168
2 changed files with 22 additions and 22 deletions

View File

@ -155,8 +155,6 @@ screen_set_cursor_colour(struct screen *s, const char *colour)
int
screen_set_title(struct screen *s, const char *title)
{
char *cp;
if (!utf8_isvalid(title))
return (0);
free(s->title);