mirror of
https://github.com/tmate-io/tmate.git
synced 2025-02-06 21:40:10 +01:00
Fix up missing cwd definition
This went walkies during the merge.
This commit is contained in:
parent
8bcdd8fc21
commit
5944230c50
3
format.c
3
format.c
@ -522,8 +522,7 @@ format_window_pane(struct format_tree *ft, struct window_pane *wp)
|
|||||||
struct grid *gd = wp->base.grid;
|
struct grid *gd = wp->base.grid;
|
||||||
struct grid_line *gl;
|
struct grid_line *gl;
|
||||||
unsigned long long size;
|
unsigned long long size;
|
||||||
u_int i, idx;
|
u_int i, idx, cwd;
|
||||||
const char *cmd;
|
|
||||||
char *cmd;
|
char *cmd;
|
||||||
|
|
||||||
size = 0;
|
size = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user