Adjust for tmux-2.9a - pkgsrc-localpatches - leot's pkgsrc LOCALPATCHES
 (HTM) hg clone https://bitbucket.org/iamleot/pkgsrc-localpatches
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
 (DIR) changeset 5dc5286fa1ea36de405733f60e9aca13d33b2dde
 (DIR) parent 9c5e0d305c02ad87af47fdae539586ff55d4a8f7
 (HTM) Author: Leonardo Taccari <iamleot@gmail.com>
       Date:   Fri,  3 May 2019 10:51:52 
       
       Adjust for tmux-2.9a
       
       Diffstat:
        misc/tmux/patch-window-copy.c.patch |  6 +++---
        1 files changed, 3 insertions(+), 3 deletions(-)
       ---
       diff -r 9c5e0d305c02 -r 5dc5286fa1ea misc/tmux/patch-window-copy.c.patch
       --- a/misc/tmux/patch-window-copy.c.patch       Fri Apr 26 21:23:53 2019 +0200
       +++ b/misc/tmux/patch-window-copy.c.patch       Fri May 03 10:51:52 2019 +0200
       @@ -2,12 +2,12 @@
        
        Do not show the `$' at the end of the lines (like it was in tmux<2.3).
        
       ---- window-copy.c.orig 2016-09-25 21:24:32.000000000 +0000
       +--- window-copy.c.orig 2019-05-01 06:07:32.000000000 +0000
        +++ window-copy.c
       -@@ -1306,7 +1306,6 @@ window_copy_write_line(struct window_pan
       +@@ -1388,7 +1388,6 @@ window_copy_write_line(struct window_mod
               if (py == data->cy && data->cx == screen_size_x(s)) {
                       memcpy(&gc, &grid_default_cell, sizeof gc);
       -               screen_write_cursormove(ctx, screen_size_x(s) - 1, py);
       +               screen_write_cursormove(ctx, screen_size_x(s) - 1, py, 0);
        -              screen_write_putc(ctx, &gc, '$');
               }
         }