diff options
author | James Booth <boothj5@gmail.com> | 2013-01-10 22:36:08 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2013-01-10 22:36:08 +0000 |
commit | 96b7b6bc7149d4193360e28e8dc69d91d6cc7002 (patch) | |
tree | 2ef431d8cc33701d5be1d8def00f2d77c27cfe26 | |
parent | 3706131e44ab3c1a6ad7e6c165a9c8cb25b2baa9 (diff) | |
download | profani-tty-96b7b6bc7149d4193360e28e8dc69d91d6cc7002.tar.gz |
Added extra line after /wins
-rw-r--r-- | src/windows.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/windows.c b/src/windows.c index d8017e2b..0ceab11c 100644 --- a/src/windows.c +++ b/src/windows.c @@ -1140,6 +1140,8 @@ cons_show_wins(void) } } } + + cons_show(""); } void |