diff options
author | Thomas Adam <thomas@xteddy.org> | 2016-12-10 00:01:11 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2016-12-10 00:01:11 +0000 |
commit | a64b7cfe5d20b6193d58903b0ee82aed412071a3 (patch) | |
tree | 8212e5cad350c58ee1ab3c4de9b849a94973f462 /tty-term.c | |
parent | 75135ded0922986a4aa616f449978b64c15f1da9 (diff) | |
parent | bee95bf378ab45d4671fd086a4dd24b7259cf772 (diff) | |
download | rtmux-a64b7cfe5d20b6193d58903b0ee82aed412071a3.tar.gz rtmux-a64b7cfe5d20b6193d58903b0ee82aed412071a3.tar.bz2 rtmux-a64b7cfe5d20b6193d58903b0ee82aed412071a3.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tty-term.c')
-rw-r--r-- | tty-term.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -403,7 +403,7 @@ tty_term_find(char *name, int fd, char **cause) term->name = xstrdup(name); term->references = 1; term->flags = 0; - term->codes = xcalloc (tty_term_ncodes(), sizeof *term->codes); + term->codes = xcalloc(tty_term_ncodes(), sizeof *term->codes); LIST_INSERT_HEAD(&tty_terms, term, entry); /* Set up curses terminal. */ |