]> git.99rst.org Git - irssi-scripts.irssi.org.git/commitdiff
Remove extra linefeed from output
authorvague666 <redacted>
Thu, 29 Mar 2018 10:04:21 +0000 (12:04 +0200)
committervague666 <redacted>
Thu, 29 Mar 2018 10:04:21 +0000 (12:04 +0200)
scripts/buf.pl

index 74303133e02471e12f00052ab02c58e088f1c58f..c0581e695b3c82a514ec756f3cb2280fb5876df7 100644 (file)
@@ -94,7 +94,7 @@ sub restore {
         }
         my $sep = settings_get_str 'upgrade_separator';
         $sep .= "\n" if $sep ne '';
-        $window->gui_printtext_after($window->last_line_insert, MSGLEVEL_CLIENTNOTICE, "\cO$sep\n");
+        $window->gui_printtext_after($window->last_line_insert, MSGLEVEL_CLIENTNOTICE, "\cO$sep");
         $view->redraw();
     }
     active_win->command('^window scroll on');
git clone https://git.99rst.org/PROJECT