Re: [PATCH 1/2] Fix broken reflowing after insert/delete characters

2014-11-29 Thread Balazs Kezes
Disregard my previous patch, after a little bit of thinking I came up with this: diff --git a/grid-view.c b/grid-view.c index a34c5a0..0b890d8 100644 --- a/grid-view.c +++ b/grid-view.c @@ -184,9 +184,10 @@ grid_view_insert_cells(struct grid *gd, u_int px, u_int py, u_int nx) px = grid_vi

Re: [tmux:tickets] #164 some directory file descriptors are not closed

2014-11-29 Thread Balazs Kezes
On 2014-11-01 15:53 +, ajs124 wrote: > so I hit this bug which frequently prevents me from unmounting drives, > because tmux has open file descriptors for directories on them. > Those file descriptors are evidently not needed anymore, because I can > attach gdb to the tmux process, close them m

Re: Reverse-Engineering Layout Format

2014-11-29 Thread Nicholas Marriott
Inner and outer sizes need to match, panes can't overlap, minimum sizes need to be enforced and a parent has to have the right number of children. It would probably be possible to check all of these. Original message From: Felix Rosencrantz Date:29/11/2014 11:37 (GMT+01:00)

[tmux:tickets] #167 Clear search term on subsequent searches

2014-11-29 Thread jfelchner
--- ** [tickets:#167] Clear search term on subsequent searches** **Status:** open **Created:** Fri Nov 28, 2014 12:47 AM UTC by jfelchner **Last Updated:** Fri Nov 28, 2014 12:47 AM UTC **Owner:** nobody I'm not sure if my tmux config is screwing something up (I don't think so) but it's extr

[tmux:tickets] #168 "Broken" Pane Title when Spawning New Shell

2014-11-29 Thread xelxebar
--- ** [tickets:#168] "Broken" Pane Title when Spawning New Shell** **Status:** open **Labels:** title pane-title **Created:** Fri Nov 28, 2014 05:55 PM UTC by xelxebar **Last Updated:** Fri Nov 28, 2014 05:55 PM UTC **Owner:** nobody Brief Description -- Under tmux with

Re: Reverse-Engineering Layout Format

2014-11-29 Thread Felix Rosencrantz
Do you think it would be hard to verify a custom layout in tmux as part of parsing without a checksum? Like what kind of format could a user create that would crash the server? It seems like it would be possible to use syntax to make sure that the layout is complete such as adding parenthesis ar