- Apr 30, 2017
-
-
George Nachman authored
-
- Apr 22, 2017
-
-
George Nachman authored
-
- Apr 12, 2017
-
-
George Nachman authored
-
George Nachman authored
Validate hostname of ssh URLs and reject anything besides letters, numbers, dash, and colon. Colon is allowed for IPV6. Square brackets in IPV6 get stripped by the system.
-
- Mar 29, 2017
-
-
George Nachman authored
Auto hide find cursor window when the session that created it ceases to be first responder. Issue 5637
-
- Mar 27, 2017
-
-
George Nachman authored
-
- Mar 03, 2017
-
-
George Nachman authored
Ignore a paste escape sequence with an invalid base64 block. Caused a null pointer dereference. Issue 5578.
-
George Nachman authored
-
- Feb 23, 2017
-
-
George Nachman authored
Remove the pending window opens counter since there's already an almost identically named set that does the same thing but better.
-
George Nachman authored
Allocate a dynamic buffer for screen chars more readily. The estimate of 2*length was not high enough since a double-width character in the right margin occupies three places (dwc-skip, char, dwc-right). The new bound of 3*length is loose but not too low. Issue 5564.
-
- Feb 09, 2017
-
-
George Nachman authored
things) to decode text in EPS files on OS 10.10. Issue 5530.
-
George Nachman authored
-
- Feb 05, 2017
-
-
George Nachman authored
-
- Feb 04, 2017
-
-
George Nachman authored
Wait until the initial batch of tmux windows is open before hiding the gateway session. There was a bad interaction between "Open tmux windows as tabs in existing window" and "Automatically hide the tmux client session after connecting" where the gateway window would hide and then immediately unhide when the first tab was added to it.
-
George Nachman authored
-
George Nachman authored
Don't save affinities when detaching. The affinities get saved just after the windows are closed. See email with subject line "tmux support" 2/2/2017.
-
- Feb 03, 2017
-
-
George Nachman authored
Fix crash with out-of-bounds parameters to DECRQCRA (y=0 caused an assertion, and overly large x values would blithely read off the end of the array). Issue 5520
-
- Jan 25, 2017
-
-
George Nachman authored
-
- Jan 22, 2017
-
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
Fix a bug where an interval tree entry on an empty line would be deleted, even if it was one that should tolerate being empty. This happens in practice when you have a remotehost mark on the last line of a fullscreen window and automatic profile switching causes the font size to change. Issue 5465.
-
- Dec 20, 2016
-
-
George Nachman authored
-
George Nachman authored
Show a bell emoji in the window title when there's only one tab and it would have a bell icon. Issue 5413.
-
- Dec 18, 2016
-
-
George Nachman authored
-
George Nachman authored
-
George Nachman authored
Fix two calls to list-windows that were missing window-flags. This caused us to think that panes were never maximized when resizing a window. Issue 5409
-
George Nachman authored
Fix two calls to list-windows that were missing window-flags. This caused us to think that panes were never maximized when resizing a window. Issue 5409
-
George Nachman authored
Fix two calls to list-windows that were missing window-flags. This caused us to think that panes were never maximized when resizing a window. Issue 5397
-
- Dec 16, 2016
-
-
George Nachman authored
-
- Dec 12, 2016
-
-
George Nachman authored
-
- Dec 09, 2016
-
-
George Nachman authored
-
- Dec 07, 2016
-
-
George Nachman authored
-
George Nachman authored
it'd be set to yes after the last initial window is open, but if there were none then it got stuck as NO. Issue 5359.
-
- Dec 01, 2016
-
-
George Nachman authored
When creating a new tab using the default profile when the current tab is a tmux tab, refer to the gateway session's current directory for the purposes of recycling the working directory. Issue 5320
-
George Nachman authored
-