summaryrefslogtreecommitdiffstats
path: root/job.c
AgeCommit message (Expand)Author
2022-02-01Merge branch 'obsd-master' into masterThomas Adam
2022-02-01Mention that if-shell and #() use /bin/sh.nicm
2021-10-25Merge branch 'obsd-master' into masterThomas Adam
2021-10-24For open/openat, if the flags parameter does not contain O_CREAT, thederaadt
2021-10-11Merge branch 'obsd-master' into masterThomas Adam
2021-10-11Add -e flag to set environment for popup, from Alexis Hildebrandt innicm
2021-08-14Merge branch 'obsd-master' into masterThomas Adam
2021-08-13Fill in some other bits on new panes.nicm
2021-08-13Add menu options to convert a popup into a pane.nicm
2021-03-02Merge branch 'obsd-master' into masterThomas Adam
2021-03-02Drop support for popups where the content is provided directly to tmuxnicm
2021-02-19Merge branch 'obsd-master' into masterThomas Adam
2021-02-19Check return value of chdir() to stop a silly warning with somenicm
2020-05-16Add 'e' key in buffer mode to open the buffer in an editor.nicm
2020-05-01Add 'e' key in buffer mode to open the buffer in an editor.Nicholas Marriott
2020-03-26Merge branch 'obsd-master'Thomas Adam
2020-03-24Add support for overlay popup boxes to show text or output temporarilynicm
2020-03-19No util.h.Nicholas Marriott
2020-03-19Merge branch 'obsd-master'Thomas Adam
2020-03-19Add a flag to run a background process in a pty as well, not used fornicm
2019-06-28Merge branch 'obsd-master'Thomas Adam
2019-06-28When system calls indicate an error they return -1, not some arbitraryderaadt
2018-11-19Merge branch 'obsd-master'Thomas Adam
2018-11-19evbuffer_new and bufferevent_new can both fail (when malloc fails) andnicm
2018-10-28Merge branch 'obsd-master'Thomas Adam
2018-10-28Do not printf NULL.nicm
2018-09-27Merge branch 'obsd-master'Thomas Adam
2018-09-27Use same working directory rules for jobs as new windows rather thannicm
2018-08-23Merge branch 'obsd-master'Thomas Adam
2018-08-23all_jobs can be static.nicm
2018-08-23Merge branch 'obsd-master'Thomas Adam
2018-08-23Move job struct into job.c.nicm
2018-03-08Merge branch 'obsd-master'Thomas Adam
2018-03-08Add a missing client-detached hook when the server shuts down, and donicm
2017-07-14Merge branch 'obsd-master'Thomas Adam
2017-07-14Because ignore SIGCHLD early, letting signal_del restore it doesn't worknicm
2017-07-12Merge branch 'obsd-master'Thomas Adam
2017-07-12Block signals between forking and clearing signal handlers (or callingnicm
2017-07-12Move signal code into proc.c.nicm
2017-06-01Merge branch 'obsd-master'Thomas Adam
2017-05-31Style and spacing nits.nicm
2017-04-25Merge branch 'obsd-master'Thomas Adam
2017-04-25Do not update TERM into config file parsing has finished.nicm
2017-04-20Merge branch 'obsd-master'Thomas Adam
2017-04-20If a #() command doesn't exit, use its most recent line of output (itnicm
2017-03-09Merge branch 'obsd-master'Thomas Adam
2017-03-09Move server_fill_environ into environ.c and move some other common codenicm
2016-10-12Merge branch 'obsd-master'Thomas Adam
2016-10-10Loads more static, except for cmd-*.c and window-*.c.nicm
2016-01-19Merge branch 'obsd-master'Thomas Adam