7becf326e3
Use a TAILQ not array for find-window.
2015-05-07 07:59:52 +00:00
73c871ba0a
Simplify environ_push so it doesn't need the ARRAY_* functions.
2015-05-07 07:35:31 +00:00
b6be03f01a
If status line is at the top, the offset needs to be adjusted when
...
drawing pane numbers. Based on a diff from John O'Meara.
2015-05-07 07:16:14 +00:00
0b39e6427f
Remove ARRAY_* from history and expand completion to complete a) layout
...
names and b) targets beginning with -t or -s.
2015-05-06 23:56:46 +00:00
6525ca5158
Start working on 2.1
2015-05-07 00:00:44 +01:00
e362d42dc6
CHANGES for tmux 2.0
2015-05-07 00:00:44 +01:00
f10d3675f8
Merge branch 'obsd-master'
2015-05-06 10:03:52 +01:00
31b1ab4852
Add a format window_linked which is 1 if a window has been linked
...
multiple times, also remove the default space in window_flags and use a
conditional to add it in window-status-format (this means additional
flags can be added in the option without extra spaces). From Thomas Adam
with tweaks by me.
2015-05-06 08:35:39 +00:00
33a585c47f
Turn cursor off during redraw, pointed out by George Nachman.
2015-05-06 07:52:06 +00:00
672df72b71
Use the right index when expanding/collapsing tree, from Thomas Adam.
2015-05-04 13:04:10 +00:00
c0cf4843e5
Merge branch 'obsd-master'
2015-04-29 18:42:12 +01:00
69b8f100b7
Do not complain when directions fail.
2015-04-29 16:26:17 +00:00
7382ba82c5
If default-terminal is set to "screen" or "screen-*", emulate screen's
...
historical (incorrect) behaviour for SGR 3 and send smso
(standout). Previously, we would send sitm (italics) if the terminal
outside had it and smso otherwise. This was acceptably until recently
because xterm's terminfo entry lacked sitm, so most users got smso.
People who want italics should set default-terminal to the forthcoming
"tmux" entry (and be prepared to deal with it being missing on older
hosts).
As a side-effect this changes default-terminal to be a server rather
than a session option.
suggested by and ok naddy
2015-04-29 15:59:08 +00:00
8794562a85
Add tmux4.png.
2015-04-28 16:04:07 +01:00
31ab5caa35
Renumber screenshots.
2015-04-28 15:34:09 +01:00
1ed5326f5a
Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code
2015-04-28 15:18:53 +01:00
ab5f9ab55b
Update two of the screenshots.
2015-04-28 15:12:45 +01:00
dc2adc6bc1
Merge branch 'obsd-master'
2015-04-28 14:57:15 +01:00
7981e653d8
But this does work.
2015-04-28 14:01:03 +01:00
bc9198072b
Upload all the files.
2015-04-28 13:58:17 +01:00
e88c48ce0e
This doesn't work.
2015-04-28 13:58:00 +01:00
f54f3e2abe
Add logo to www, also centre the page.
2015-04-28 13:47:54 +01:00
bb210ce773
Add tmux logo, createed by Jason Long.
2015-04-28 13:46:47 +01:00
e36fab2f70
If looking for an index, don't fill in window when given a session.
2015-04-28 12:09:24 +00:00
14d8cd6445
Do not do a search for the tty path if there isn't one.
2015-04-28 11:57:20 +00:00
094a047ddf
If can't find pane as a pane, try as a window; likewise if can't find
...
window as a session.
2015-04-28 11:33:17 +00:00
771744426e
Add select-layout -o to undo the last layout change (apply the previously
...
set layout).
2015-04-28 10:43:13 +00:00
3eb40a520a
No paths.h on Solaris.
2015-04-28 10:36:17 +01:00
7d98c51805
Merge branch 'obsd-master'
2015-04-28 09:10:51 +01:00
c2bc84aa4d
Do not include unattached clients when trying to find one for target.
2015-04-27 22:58:58 +00:00
b7777e7ef3
Reset cfg_ncauses to 0 as well or we could allocate the wrong size if
...
called again.
2015-04-27 22:50:35 +00:00
91f6347485
Assign to the right variable when comparing clients.
2015-04-27 22:42:10 +00:00
94a8ef1cae
Merge branch 'obsd-master'
...
Conflicts:
Makefile
tmux.1
2015-04-27 21:21:55 +01:00
95195f5258
Rewrite of the target resolution internals to be simpler and more
...
consistent but with much less duplication, but keeping the same internal
API. Also adds more readable aliases for some of the special tokens used
in targets (eg "{start}" instead of "^"). Some behaviours may have
changed, for example prefix matches now happen before fnmatch.
2015-04-27 16:25:57 +00:00
a70762c9b5
If the requested pane is already active, do not unzoom the window (or do
...
anything else). Prevents mouse clicking when zoomed causing unzoom,
reported by Jose Antonio Delgado Alfonso (with a different fix).
2015-04-27 07:49:36 +00:00
5bd5c9c84e
Remove panes from layout if spawning them fails, reported by Anthony J
...
Bentley.
2015-04-26 20:25:20 +00:00
72e9ebf2ec
Merge branch 'obsd-master'
2015-04-25 20:45:02 +00:00
05e7fbd60f
Get rid of window_choose_list type.
2015-04-25 18:56:05 +00:00
1d1208e335
Fix some char* -> char *.
2015-04-25 18:49:01 +00:00
a568b9cadc
Use a char **,u_int pair for cfg_causes.
2015-04-25 18:47:01 +00:00
07dfdb974d
Make message log a TAILQ.
2015-04-25 18:33:59 +00:00
6dbd63ba4f
Move the functions to convert ids from strings into session.c and window.c.
2015-04-25 18:09:28 +00:00
d23af6cca0
Explicitly cancel mouse "button" mode, this happens implicitly with some
...
one of the other things we send with xterm, but not with urxvt. Reported
by sthen@.
2015-04-25 15:57:48 +00:00
56e1132db4
Merge branch 'obsd-master'
2015-04-25 10:02:46 +00:00
aeedb464a6
Convert clients list into a TAILQ.
2015-04-24 23:17:11 +00:00
583b4ab72b
Set working directory for run-shell and if-shell.
2015-04-24 22:19:36 +00:00
5a2d0533a8
Allow choice options (multiple states) to be toggled between states 0
...
and 1.
2015-04-24 21:38:18 +00:00
a5a873dccc
Set up signal handler earlier so that we don't get zombies, reported by
...
sobrado@.
2015-04-24 20:58:44 +00:00
ab73997cc5
use reallocarray instead of calloc; avoid the zero before infill
...
ok nicm
2015-04-23 07:45:50 +00:00
9a453dd354
Make session_has return a flag, returning the first winlink found is a
...
recipe for errors.
2015-04-22 15:32:33 +00:00