patch-window-copy.c.patch - pkgsrc-localpatches - leot's pkgsrc LOCALPATCHES
 (HTM) hg clone https://bitbucket.org/iamleot/pkgsrc-localpatches
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
       patch-window-copy.c.patch
       ---
            1 $NetBSD$
            2 
            3 Do not show the `$' at the end of the lines (like it was in tmux<2.3).
            4 
            5 --- window-copy.c.orig  2019-05-01 06:07:32.000000000 +0000
            6 +++ window-copy.c
            7 @@ -1388,7 +1388,6 @@ window_copy_write_line(struct window_mod
            8         if (py == data->cy && data->cx == screen_size_x(s)) {
            9                 memcpy(&gc, &grid_default_cell, sizeof gc);
           10                 screen_write_cursormove(ctx, screen_size_x(s) - 1, py, 0);
           11 -               screen_write_putc(ctx, &gc, '$');
           12         }
           13  }
           14