Commit 278b0c8
committed
kitty: Do not copy linefeed
The statusline pipe **always** contains a LF character at the end. This
is needed, because the "#(cat ...)" call for the tmux statusline works
in a line-oriented way and actually requires the LF to make the
statusline appear.
Up until recently the kitty statusline worked just fine with that LF,
but it seems that now kitty displays a blank line if we add a LF to the
statusline (which is not entirely unreasonably by kitty).
Therefore we remove the LF from the read pipe, which we can just
hardcode, because it will always be there.
Fixes #651 parent 649f079 commit 278b0c8
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
0 commit comments