| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
|
| |
environment rather than getenv, this allows them to be updated during
the configuration file.
|
|
|
|
| |
Molen.
|
| |
|
|
|
|
|
| |
time now I've configured emacs to make them displayed in really annoying
colours...
|
|
|
|
|
|
| |
is mistaken for EOF (doh).
Also drop an unused argument.
|
|
|
|
| |
a style nit. Both from Tiago Cunha.
|
|
|
|
| |
to a double free or free the item after the end of the array.
|
|
|
|
|
|
|
| |
for argv being NULL, prompted by parfait via deraadt.
Also fix some definite brokenness when assigning multiple environment variables
in arguments (such as "X=1 Y=2").
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
within tmux.
There is a global environment, copied from the external environment when the
server is started and each sesssion has an (initially empty) session
environment which overrides it.
New commands set-environment and show-environment manipulate or display the
environments.
A new session option, update-environment, is a space-separated list of
variables which are updated from the external environment into the session
environment every time a new session is created - the default is DISPLAY.
|
|
|
|
|
|
|
|
| |
to be overridden. The 88col/256col checks are now moved into the default
setting and out of the code.
Also remove a couple of old workarounds for xterm and rxvt which are no longer
necessary (tmux can emulate them if missing).
|
| |
|
|
|
|
| |
file/command prompt. From Tiago Cunha.
|
|
|
|
|
|
| |
freed and in the other const strings.
looks sane to millert, ok ray
|
|
terminal to be switched between several different windows and programs
displayed on one terminal be detached from one terminal and moved to another.
ok deraadt pirofti
|