diff options
author | James Booth <boothj5@gmail.com> | 2014-09-01 21:30:31 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2014-09-01 21:30:31 +0100 |
commit | 1a6dc7636007605f2d9830ebb2fb34a0f27ce6bf (patch) | |
tree | ee0b13219f7637abf68971419e542246955f768b /src | |
parent | bc3c4e09a194acba2f5947b62b8913d7311fb1cb (diff) | |
download | profani-tty-1a6dc7636007605f2d9830ebb2fb34a0f27ce6bf.tar.gz |
Added back switching win on new outgoing message
Diffstat (limited to 'src')
-rw-r--r-- | src/ui/core.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/core.c b/src/ui/core.c index 4ad38fc2..6d6a4092 100644 --- a/src/ui/core.c +++ b/src/ui/core.c @@ -1341,6 +1341,7 @@ _ui_outgoing_msg(const char * const from, const char * const to, } win_save_print(window, '-', NULL, 0, 0, from, message); + ui_switch_win(num); } static void |