Tiago Cunha
|
d8d9c2af98
|
Sync OpenBSD patchset 971:
When copying, make repeat count indicate buffer to replace if used.
|
2011-10-31 13:54:28 +00:00 |
|
Jason McIntyre
|
e5d6df8979
|
minor formatting fix;
|
2011-10-27 23:33:35 +00:00 |
|
Nicholas Marriott
|
cf317412d9
|
Use pkg-config for libevent.
|
2011-10-27 23:00:45 +00:00 |
|
Nicholas Marriott
|
b2ee98b8d7
|
Add screen*:XT to terminal-overrides for tmux-in-tmux, from Romain
Francoise.
|
2011-10-27 22:54:06 +00:00 |
|
Nicholas Marriott
|
5213d9674b
|
Add.
|
2011-10-27 22:43:02 +00:00 |
|
Nicholas Marriott
|
0ff42d975b
|
Missing -o on usage for pipe-pane, from Tiago Cunha.
|
2011-10-27 22:41:03 +00:00 |
|
Nicholas Marriott
|
5ed3daf28b
|
Didn't really think the else behaviour through - requiring argv to
contain "else" is silly so just omit that, also some manpage
tweaks. From Tiago Cunha.
|
2011-10-27 22:40:15 +00:00 |
|
Nicholas Marriott
|
f5a73c5433
|
When copying, make repeat count indicate buffer to replace if used.
|
2011-10-23 23:38:16 +00:00 |
|
Tiago Cunha
|
0e45ca1718
|
Recognise special keys and binds with multiple modifiers. From Bastien Dejean.
|
2011-10-23 15:42:15 +00:00 |
|
Tiago Cunha
|
c1eeac86fe
|
Sync OpenBSD patchset 970:
Alias NPage/PPage as PageDown/PgDn/PageUp/PgUp to reduce occasional
confusion.
|
2011-10-23 15:11:09 +00:00 |
|
Tiago Cunha
|
03ee7f7edf
|
Sync OpenBSD patchset 969:
Support for \e[3J to clear the history. Also send the corresponding
terminfo code (E3) before locking.
|
2011-10-23 15:10:22 +00:00 |
|
Tiago Cunha
|
a8ca1340ad
|
Sync OpenBSD patchset 968:
Try to resolve relative paths for loadb and saveb (first using client
working directory if any then default-path or session wd).
|
2011-10-23 15:08:58 +00:00 |
|
Tiago Cunha
|
7d169a3679
|
Sync OpenBSD patchset 967:
For initial session, use size of command client even if detached.
|
2011-10-23 15:05:20 +00:00 |
|
Tiago Cunha
|
98e500f598
|
Sync OpenBSD patchset 966:
Ignore LC_ALL and LC_CTYPE if they are empty as well as unset.
|
2011-10-23 15:04:30 +00:00 |
|
Tiago Cunha
|
1c1797e4f2
|
Sync OpenBSD patchset 965:
Add client formats, from Ben Boeckel.
|
2011-10-23 15:03:50 +00:00 |
|
Tiago Cunha
|
653d1e2fc8
|
Sync OpenBSD patchset 964:
Plug a memory leak and update some comments, from Tiago Cunha.
|
2011-10-23 15:02:20 +00:00 |
|
Tiago Cunha
|
9b48c77493
|
Sync OpenBSD patchset 963:
Add an else clause for if-shell, from "arno-" on SourceForge.
|
2011-10-23 15:00:41 +00:00 |
|
Nicholas Marriott
|
96146a8c6f
|
Done.
|
2011-10-23 10:21:02 +00:00 |
|
Nicholas Marriott
|
e3225bc4e3
|
Alias NPage/PPage as PageDown/PgDn/PageUp/PgUp to reduce occasional
confusion.
|
2011-10-23 10:19:26 +00:00 |
|
Nicholas Marriott
|
f0aad68aee
|
Support for \e[3J to clear the history. Also send the corresponding
terminfo code (E3) before locking.
|
2011-10-23 10:16:14 +00:00 |
|
Nicholas Marriott
|
7d53e2c946
|
Done!
|
2011-10-23 08:36:19 +00:00 |
|
Nicholas Marriott
|
7ff4cf9405
|
Try to resolve relative paths for loadb and saveb (first using client
working directory if any then default-path or session wd).
|
2011-10-23 08:34:01 +00:00 |
|
Nicholas Marriott
|
179d0686d7
|
For initial session, use size of command client even if detached.
|
2011-10-23 08:10:11 +00:00 |
|
Nicholas Marriott
|
b32254acda
|
Ignore LC_ALL and LC_CTYPE if they are empty as well as unset.
|
2011-10-23 08:03:27 +00:00 |
|
Nicholas Marriott
|
16d75a6bf2
|
Add client formats, from Ben Boeckel.
|
2011-10-23 01:12:46 +00:00 |
|
Nicholas Marriott
|
e63909655c
|
Plug a memory leak and update some comments, from Tiago Cunha.
|
2011-10-23 00:49:25 +00:00 |
|
Nicholas Marriott
|
213deb5c66
|
+.
|
2011-10-23 00:43:58 +00:00 |
|
Nicholas Marriott
|
69c1521895
|
+.
|
2011-10-23 00:31:35 +00:00 |
|
Nicholas Marriott
|
6821ccc882
|
Add an else clause for if-shell, from "arno-" on SourceForge.
|
2011-10-18 08:57:01 +00:00 |
|
Nicholas Marriott
|
17e6dc4405
|
Add manpage, also spaces->tabs.
|
2011-10-10 20:17:17 +00:00 |
|
Nicholas Marriott
|
a7341715c1
|
Fix some warnings with newer autoconf, from Matt Curtis.
|
2011-10-06 12:14:22 +00:00 |
|
Tiago Cunha
|
521bf41d12
|
Sync OpenBSD patchset 962:
Add a few more formats for panes (tty, pid, start cmd/cwd).
|
2011-10-02 11:34:04 +00:00 |
|
Tiago Cunha
|
f0c3e9babe
|
Sync OpenBSD patchset 961:
Add -S option to refresh-client to redraw status line, from Marco Beck.
|
2011-10-02 11:33:14 +00:00 |
|
Tiago Cunha
|
edd59d9e0f
|
Sync OpenBSD patchset 960:
Reject $SHELL if it is not a full path.
|
2011-10-02 11:32:24 +00:00 |
|
Tiago Cunha
|
326c5bf1b4
|
Sync OpenBSD patchset 959:
Tweaks to the format parts, from Tiago Cunha.
|
2011-10-02 11:31:34 +00:00 |
|
Tiago Cunha
|
550906cb09
|
Sync OpenBSD patchset 958:
Fix typo: ) -> }.
|
2011-10-02 11:30:26 +00:00 |
|
Nicholas Marriott
|
175d82c95b
|
Done.
|
2011-10-02 06:56:31 +00:00 |
|
Nicholas Marriott
|
49ef0b4af3
|
Add a few more formats for panes (tty, pid, start cmd/cwd).
|
2011-10-02 06:55:48 +00:00 |
|
Nicholas Marriott
|
3740f8f846
|
Add.
|
2011-10-02 06:44:16 +00:00 |
|
Nicholas Marriott
|
adfa5050d5
|
Add.
|
2011-10-02 06:33:32 +00:00 |
|
Nicholas Marriott
|
f62dcc1ea1
|
Separate dfly from fbsd as one or the other keeps becoming incompatible
;-). From Antonio Huete Jimenez
|
2011-09-29 08:43:01 +00:00 |
|
Nicholas Marriott
|
b1ed2d5bd9
|
Add -S option to refresh-client to redraw status line, from Marco Beck.
|
2011-09-28 20:11:21 +00:00 |
|
Nicholas Marriott
|
e6a59c4bee
|
Reject $SHELL if it is not a full path.
|
2011-09-25 18:53:04 +00:00 |
|
Nicholas Marriott
|
d6dc4c30f4
|
+.
|
2011-09-25 18:45:15 +00:00 |
|
Nicholas Marriott
|
f14da260c8
|
Tweaks to the format parts, from Tiago Cunha.
|
2011-09-23 18:33:43 +00:00 |
|
Nicholas Marriott
|
d635d79042
|
The HAVE_DIRFD check should be for dirfd() not /proc/$$/fd. Doh.
|
2011-09-23 12:35:08 +00:00 |
|
Nicholas Marriott
|
b8ce435a54
|
+.
|
2011-09-23 12:34:31 +00:00 |
|
Nicholas Marriott
|
b6bd9515ea
|
Fix typo: ) -> }.
|
2011-09-23 12:23:24 +00:00 |
|
Tiago Cunha
|
6e0c097d9f
|
Sync OpenBSD patchset 957:
Mark dead panes with some text saying they are dead, suggested by and
with help from Randy Stauner.
|
2011-09-21 16:35:13 +00:00 |
|
Tiago Cunha
|
d9807eeba1
|
Sync OpenBSD patchset 956:
Another memory leak from Tiago Cunha.
|
2011-09-21 16:34:34 +00:00 |
|