Nicholas Marriott
557b6b86b0
Add a couple of extra option types, and implement show-options command.
2008-06-15 08:01:54 +00:00
Nicholas Marriott
0591d9ff12
I'm an idiot - it is start,len not start,end. Unbreak.
2008-06-14 18:38:55 +00:00
Nicholas Marriott
0f403474aa
New window options: force-width and force-height. This will force a window to
...
an arbitrary width and height (0 for the default unlimited). This is neat for
emacs which doesn't have a sensible way to force hard wrapping at 80
columns. Also, don't try to be clever and use clr_eol when redrawing the
whole screen, it causes trouble since the redraw functions are used to draw
the blank areas too.
2008-06-14 16:47:20 +00:00
Nicholas Marriott
62d7ad2690
Clear blank area properly on redraw, and add a marker line below it.
2008-06-14 12:05:06 +00:00
Nicholas Marriott
0bfd7a5023
Don't die on empty strings.
2008-06-14 08:11:17 +00:00
Nicholas Marriott
ea80307acb
Update.
2008-06-13 18:04:16 +00:00
Nicholas Marriott
ec42778590
Man page update from Will Maier, thanks.
2008-06-11 06:19:56 +00:00
Nicholas Marriott
30573a6ace
Fix usage, from Will Maier.
2008-06-10 20:28:42 +00:00
Nicholas Marriott
119bc8779a
Use existing termios and get rid of stuff we don't want rather than constructing a new one.
2008-06-10 18:51:22 +00:00
Nicholas Marriott
b590b5dd0b
Sync.
2008-06-10 18:43:55 +00:00
Nicholas Marriott
d00914ff2b
Set socket mode +x if sessions attached.
2008-06-08 19:49:04 +00:00
Nicholas Marriott
2a2a9760ee
Read from pipe to allow client to confirm and socket be closed.
2008-06-07 07:33:03 +00:00
Nicholas Marriott
d51f075a4e
Use a socketpair to synchronise server startup.
2008-06-07 07:27:28 +00:00
Nicholas Marriott
958069575d
Clear clients with flag too.
2008-06-07 07:13:08 +00:00
Nicholas Marriott
77224aaf8b
Be more conservative about redrawing using flags.
2008-06-07 06:47:38 +00:00
Nicholas Marriott
6f7d59d279
Extra unused.
2008-06-07 06:43:50 +00:00
Nicholas Marriott
713bad063a
Make status-interval actually changeable.
2008-06-07 06:13:21 +00:00
Nicholas Marriott
29e2253611
Partial tmux.1 update thanks to Will Maier.
2008-06-06 20:07:56 +00:00
Nicholas Marriott
367e002bc2
New flag: aggressize resize. Resize window when to size of smallest session for which it is _current_ window.
2008-06-06 20:02:27 +00:00
Nicholas Marriott
3cd4a08ffb
Make server exit when last session dies. Also fix window check for status activity redraw.
2008-06-06 17:55:27 +00:00
Nicholas Marriott
6a187bb8d3
Some Linux fixes; some code tidying. Don't redraw status bar so often.
2008-06-06 17:20:30 +00:00
Nicholas Marriott
ac332b6e79
ich emulation should maintain cursor position; bug spotted by merdely.
2008-06-06 17:17:31 +00:00
Nicholas Marriott
596080a699
Usage update from Will Maier.
2008-06-06 15:23:44 +00:00
Nicholas Marriott
15514592f9
Don't use entry init since it may be dependent on key.
2008-06-05 23:17:03 +00:00
Nicholas Marriott
197347b61f
Don't bork on link/swap the same window. Also extend comment.
2008-06-05 22:59:38 +00:00
Nicholas Marriott
741f8967b4
Final missing print function.
2008-06-05 21:54:47 +00:00
Nicholas Marriott
0b9b873a55
Big reorganisation of command-line syntax.
2008-06-05 21:25:00 +00:00
Nicholas Marriott
ee1a7fded7
Print for the less easy commands.
2008-06-05 17:12:11 +00:00
Nicholas Marriott
642c0b00ab
Easy bits of arg printing for list-keys.
2008-06-05 16:35:32 +00:00
Nicholas Marriott
7325fea37d
Man page fixes from Tiago Cunha.
2008-06-05 15:55:59 +00:00
Nicholas Marriott
ca198956f8
Add a MANDIR variable, from Tiago Cunha.
2008-06-05 05:04:47 +00:00
Nicholas Marriott
b044d0951f
ifdef RB_PREV since 4.3 misses it too.
2008-06-04 20:17:25 +00:00
Nicholas Marriott
879400e1f2
Support binding 27-31.
2008-06-04 20:01:36 +00:00
Nicholas Marriott
7842d29673
Revert attempt to fix stray updates, turns out it was clock :-/.
2008-06-04 19:20:10 +00:00
Nicholas Marriott
39be570b20
vi keys from Will Maier.
2008-06-04 18:50:35 +00:00
Nicholas Marriott
04c60283c4
status is a toggle.
2008-06-04 18:34:56 +00:00
Nicholas Marriott
f34b619049
Make monitor-activity w/o arguments toggle.
2008-06-04 18:32:20 +00:00
Nicholas Marriott
b25ac6fd75
Update.
2008-06-04 18:27:33 +00:00
Nicholas Marriott
70c418c048
+ comments.
2008-06-04 18:26:29 +00:00
Nicholas Marriott
0f95671fe3
Disable/enable window activity monitoring with set-window-option command.
2008-06-04 17:54:27 +00:00
Nicholas Marriott
14b9512546
Add activity monitoring, also invert items on taskbar which have activity.
2008-06-04 16:46:23 +00:00
Nicholas Marriott
f7ba4dfdc9
Bring select-window into line with everything else wrt -i.
2008-06-04 16:11:53 +00:00
Nicholas Marriott
031be1fc72
Don't crash when looking at NULL clients; also redraw everything on status change.
2008-06-04 05:47:46 +00:00
Nicholas Marriott
811e75da52
Status bar left and right strings (set with status-left and status-right), and automatic update (at interval set by status-interval).
2008-06-04 05:40:35 +00:00
Nicholas Marriott
9e6090a7a2
Per-session configuration options.
2008-06-03 21:42:37 +00:00
Nicholas Marriott
85d520c41e
tree.h has RB_PREV now, yay!
2008-06-03 18:38:51 +00:00
Nicholas Marriott
2c78ea745b
Update.
2008-06-03 18:15:57 +00:00
Nicholas Marriott
73c9b25d2d
It is too easy to create things in the same second; use a timespec instead.
2008-06-03 18:13:54 +00:00
Nicholas Marriott
743956edf8
Allow -c anywhere -s was allowed.
2008-06-03 16:55:09 +00:00
Nicholas Marriott
3e6b145923
Allow fnmatch(3) on -s, and select newest session if multiple.
2008-06-03 05:47:09 +00:00