summaryrefslogtreecommitdiff
path: root/usr.bin/tmux/window.c
AgeCommit message (Expand)Author
2019-05-07Do not use evbuffer_add_buffer because it is destructive and doesn'tNicholas Marriott
2019-05-03Allow panes to be empty (no command), output can be piped to them withNicholas Marriott
2019-04-26Destroy panes before options to avoid crash when forced into a mode by aNicholas Marriott
2019-04-17Break new window and pane creation common code from various commands andNicholas Marriott
2019-03-18Free temporary screens when writing format.Nicholas Marriott
2019-03-18Extend the #[] style syntax and use that together with previous formatNicholas Marriott
2019-03-18Mode init needs to be fired with the mode on the list or it will not beNicholas Marriott
2019-03-18Add format variables for the default formats for the various modesNicholas Marriott
2019-03-14Add a wrapper (struct style) around styles rather than using theNicholas Marriott
2019-03-14Do not use const on struct window_pane, it causes more trouble than itNicholas Marriott
2019-03-12Fix resizing of control clients, should be ignored until SIZECHANGED flag set.Nicholas Marriott
2019-03-12Allow multiple modes to be open in a pane. A stack of open modes is keptNicholas Marriott
2019-03-07Add a separate mode struct for the active window mode if any.Nicholas Marriott
2018-12-18Pass window into mode functions.Nicholas Marriott
2018-11-30Clear PANE_EXITED flag when starting new child process in case the paneNicholas Marriott
2018-11-19evbuffer_new and bufferevent_new can both fail (when malloc fails) andNicholas Marriott
2018-10-18Support for windows larger than visible on the attached client. This hasNicholas Marriott
2018-08-05calloc the mode data instead of malloc and initialize everything.Nicholas Marriott
2018-08-02Log command arguments.Nicholas Marriott
2018-05-24Make server_client_get_cwd used (almost) everywhere we need to work outNicholas Marriott
2018-05-24Improve logging of the environment etc for new panes.Nicholas Marriott
2018-03-16Insert full size panes at the right position, from KOIE Hidetaka inNicholas Marriott
2017-11-09If we successfully change the directory, set PWD too to give the shell aNicholas Marriott
2017-10-12Show exit status and time in the remain-on-exit pane text, mostly fromNicholas Marriott
2017-08-28Do not forbid targets to specify non-visible panes - the checks forNicholas Marriott
2017-07-14Because ignore SIGCHLD early, letting signal_del restore it doesn't workNicholas Marriott
2017-07-12Block signals between forking and clearing signal handlers (or callingNicholas Marriott
2017-07-12Move signal code into proc.c.Nicholas Marriott
2017-07-03Change previous to not wait for both process exit and pty close -Nicholas Marriott
2017-07-03Do not close panes until process has exited and any outstanding dataNicholas Marriott
2017-06-28Apply the xterm key flag when needed for send-keys, fixes problemNicholas Marriott
2017-06-04Be more strict about escape sequences that rename windows or set titles:Nicholas Marriott
2017-05-31Because we defer actually resizing applications (calling TIOCSWINSZ)Nicholas Marriott
2017-05-30Rewrite of choose mode, both to simplify and tidy the code and to addNicholas Marriott
2017-05-29Add ||, && format operators and C: to search pane content.Nicholas Marriott
2017-05-12Store copy mode search string in pane so search-again command works evenNicholas Marriott
2017-05-04Some new notifications, mainly for active pane and current window andNicholas Marriott
2017-04-28Log what is happening with window and session reference counts much moreNicholas Marriott
2017-04-28Remove a reference from the right window when removing from a winlink'sNicholas Marriott
2017-04-20Use fdforkpty() instead of our own unwrapped versions.Nicholas Marriott
2017-04-20Now that struct winlink has a session pointer, can remove some arguments.Nicholas Marriott
2017-04-20There is no real need for window_printable_flags to allocate, make itNicholas Marriott
2017-03-21Fix pane movement by direction (up, down, left, right) whenNicholas Marriott
2017-03-13Log where panes are created.Nicholas Marriott
2017-02-27If splitw -b is used, insert the new pane before the current one in theNicholas Marriott
2017-02-22Minor bits: fix an array size, add comment, make grid_cell_entry static.Nicholas Marriott
2017-02-08Remove event watermarks, don't work well enough to be worth it.Nicholas Marriott
2017-01-24Shorten a long line, and don't leak buffer in paste_add if size is zero.Nicholas Marriott
2017-01-23Open /dev/ptm before pledge() and save it to be used for PTMGET laterNicholas Marriott
2017-01-12Put all palette functions together in the file.Nicholas Marriott