Tiago Cunha
|
a339427e45
|
Update.
|
2010-01-08 16:34:49 +00:00 |
|
Tiago Cunha
|
7fdb647e19
|
Do not include paths.h, since it's OS-dependent.
|
2010-01-08 16:34:17 +00:00 |
|
Tiago Cunha
|
da194cc435
|
Sync OpenBSD patchset 604:
New command, join-pane, to split and move an existing pane into the space (like
splitw then movep, or the reverse of breakp).
|
2010-01-08 16:31:35 +00:00 |
|
Tiago Cunha
|
f5dd79a01a
|
Sync OpenBSD patchset 603:
Fix this properly.
|
2010-01-08 16:28:04 +00:00 |
|
Tiago Cunha
|
4a6191c5d1
|
Sync OpenBSD patchset 602:
Don't return the root cell if the string doesn't match.
|
2010-01-08 16:25:50 +00:00 |
|
Tiago Cunha
|
8212e76291
|
Sync OpenBSD patchset 601:
Use the specified pane for size calculations. Doh.
|
2010-01-08 16:24:21 +00:00 |
|
Tiago Cunha
|
91b7db766c
|
Sync OpenBSD patchset 600:
Change split-window to accept a pane target (it should be split-pane but
renaming the command would be annoying).
|
2010-01-08 16:23:38 +00:00 |
|
Tiago Cunha
|
7c3d4e35d7
|
Sync OpenBSD patchset 599:
Correctly clear 256-colour flag for aixterm colours.
|
2010-01-08 16:22:02 +00:00 |
|
Nicholas Marriott
|
6789088dce
|
mouse-select-pane has to redraw the borders now too.
|
2010-01-08 09:14:15 +00:00 |
|
Nicholas Marriott
|
6a45fab608
|
New command, join-pane, to split and move an existing pane into the space (like
splitw then movep, or the reverse of breakp).
|
2010-01-07 20:52:18 +00:00 |
|
Nicholas Marriott
|
519c6fc7e7
|
Fix this properly.
|
2010-01-07 20:30:02 +00:00 |
|
Nicholas Marriott
|
ac46e87685
|
Don't return the root cell if the string doesn't match.
|
2010-01-07 20:28:01 +00:00 |
|
Nicholas Marriott
|
526bb6f3e9
|
Use the specified pane for size calculations. Doh.
|
2010-01-07 20:02:01 +00:00 |
|
Nicholas Marriott
|
462a11301a
|
Change split-window to accept a pane target (it should be split-pane but
renaming the command would be annoying).
|
2010-01-07 19:47:10 +00:00 |
|
Nicholas Marriott
|
ad8509f361
|
Correctly clear 256-colour flag for aixterm colours.
|
2010-01-06 23:13:52 +00:00 |
|
Tiago Cunha
|
4d8d70a846
|
Sync OpenBSD patchset 598:
Fix selection behaviour when the cursor is moved backwards (ie so the selection
start is after the end).
|
2010-01-05 23:54:53 +00:00 |
|
Tiago Cunha
|
b8bc525afe
|
Update.
|
2010-01-05 23:54:00 +00:00 |
|
Tiago Cunha
|
106011aa53
|
Sync OpenBSD patchset 597:
Options to set the colour of the pane borders, with different colours for the
active pane.
|
2010-01-05 23:52:37 +00:00 |
|
Tiago Cunha
|
97c40b1f37
|
Sync OpenBSD patchset 596:
Use the target print function for copy-mode, spotted by Tiago Cunha.
|
2010-01-05 23:50:22 +00:00 |
|
Tiago Cunha
|
027f5310b4
|
Sync OpenBSD patchset 595:
Use tcflush(3) instead of TIOCFLUSH, from Ed Schouten.
|
2010-01-05 23:49:24 +00:00 |
|
Nicholas Marriott
|
4b2e459062
|
+.
|
2010-01-03 17:15:57 +00:00 |
|
Nicholas Marriott
|
739b937b74
|
Fix selection behaviour when the cursor is moved backwards (ie so the selection
start is after the end).
|
2010-01-03 17:12:04 +00:00 |
|
Nicholas Marriott
|
7e4f8b45b6
|
Options to set the colour of the pane borders, with different colours for the
active pane.
|
2010-01-03 12:51:05 +00:00 |
|
Nicholas Marriott
|
121ba57b55
|
Use the target print function for copy-mode, spotted by Tiago Cunha.
|
2010-01-02 22:50:02 +00:00 |
|
Nicholas Marriott
|
13fbec2586
|
+.
|
2010-01-02 17:32:35 +00:00 |
|
Nicholas Marriott
|
9ee979167a
|
Use tcflush(3) instead of TIOCFLUSH, from Ed Schouten.
|
2010-01-01 14:29:18 +00:00 |
|
Tiago Cunha
|
71e6b4d617
|
Sync OpenBSD patchset 594:
Fix the logic so that transition from a 256 colour to default works properly.
|
2009-12-26 23:50:15 +00:00 |
|
Tiago Cunha
|
51a284e056
|
Sync OpenBSD patchset 593:
Nuke some stray debugging.
|
2009-12-26 23:49:27 +00:00 |
|
Tiago Cunha
|
3cc7f2e191
|
Sync OpenBSD patchset 592:
Use sysctl() KERN_PROC2 instead of KERN_PROC, as the latter's ABI
is sensitive to changes in struct proc.
fixes for warnings and ok nicm@
|
2009-12-26 23:48:37 +00:00 |
|
Tiago Cunha
|
f81b3ddf94
|
Sync OpenBSD patchset 591:
Fix a couple of problems with grouped sessions reported by danh: redraw
properly and choose the correct last window after a window is killed.
|
2009-12-26 23:45:21 +00:00 |
|
Nicholas Marriott
|
a775107f5f
|
Fix the logic so that transition from a 256 colour to default works properly.
|
2009-12-26 11:02:32 +00:00 |
|
Nicholas Marriott
|
cd9b1b1fd3
|
Nuke some stray debugging.
|
2009-12-26 10:39:02 +00:00 |
|
Nicholas Marriott
|
e447088a8a
|
+.
|
2009-12-26 10:21:34 +00:00 |
|
Philip Guenther
|
a3715e7867
|
Use sysctl() KERN_PROC2 instead of KERN_PROC, as the latter's ABI
is sensitive to changes in struct proc.
fixes for warnings and ok nicm@
|
2009-12-24 22:29:15 +00:00 |
|
Nicholas Marriott
|
ad2767c7fb
|
+.
|
2009-12-22 20:59:53 +00:00 |
|
Nicholas Marriott
|
4feee126b8
|
Fix a couple of problems with grouped sessions reported by danh: redraw
properly and choose the correct last window after a window is killed.
|
2009-12-22 10:20:08 +00:00 |
|
Tiago Cunha
|
9fea75149a
|
Sync OpenBSD patchset 590:
Allow keys to be replaced and reorder the table so that terminfo-defined keys
(or terminal-overrides) take precedence over internally defined.
|
2009-12-18 18:57:00 +00:00 |
|
Nicholas Marriott
|
f4b9b84190
|
FreeBSD 6.x has a bug and crashes in del_curterm, so ifdef it out on that
platform.
|
2009-12-18 07:42:30 +00:00 |
|
Nicholas Marriott
|
19ea306606
|
Allow keys to be replaced and reorder the table so that terminfo-defined keys
(or terminal-overrides) take precedence over internally defined.
|
2009-12-17 17:39:56 +00:00 |
|
Nicholas Marriott
|
f9e513895c
|
Add note about TERM, add putty Ctrl entry.
|
2009-12-17 10:00:15 +00:00 |
|
Tiago Cunha
|
99075aaa72
|
Sync OpenBSD patchset 589:
Pass through the aixterm bright colours if the terminal supports them (>= 16
colours).
|
2009-12-16 01:13:09 +00:00 |
|
Tiago Cunha
|
de15f2b567
|
Update.
|
2009-12-16 01:11:09 +00:00 |
|
Tiago Cunha
|
6f578a434b
|
Sync OpenBSD patchset 588:
Add server options to completion as well.
|
2009-12-16 01:10:36 +00:00 |
|
Tiago Cunha
|
90d40e27da
|
Sync OpenBSD patchset 587:
New server option, escape-time, to set the timeout used to detect if escapes
are alone or part of a function key or meta sequence.
|
2009-12-16 01:09:01 +00:00 |
|
Nicholas Marriott
|
0dda866679
|
Pass through the aixterm bright colours if the terminal supports them (>= 16
colours).
|
2009-12-14 21:33:38 +00:00 |
|
Nicholas Marriott
|
84d2e6c8a0
|
Add server options to completion as well.
|
2009-12-14 10:47:11 +00:00 |
|
Nicholas Marriott
|
30962cb200
|
New server option, escape-time, to set the timeout used to detect if escapes
are alone or part of a function key or meta sequence.
|
2009-12-14 10:43:41 +00:00 |
|
Nicholas Marriott
|
ef3e483a0d
|
+.
|
2009-12-13 15:47:16 +00:00 |
|
Nicholas Marriott
|
fcbf4ea2c0
|
Tweak text slightly.
|
2009-12-12 09:54:42 +00:00 |
|
Nicholas Marriott
|
243c63f867
|
FAQ about grouped sessions.
|
2009-12-12 09:54:02 +00:00 |
|