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
committed by Nicholas Marriott
parent 3ad4a7a571
commit 096f0d35a6
2 changed files with 22 additions and 22 deletions

View File

@@ -154,8 +154,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);