8fffdd28fb
Quick way to turn UTF-8 on in putty.
2009-12-02 16:57:38 +00:00
59eaef6107
Update.
2009-12-02 15:11:20 +00:00
55f51c4949
Sync OpenBSD patchset 577:
...
New command, capture-pane, which copies the entire pane contents to a paste
buffer. From Jonathan Alvarado.
2009-12-02 15:10:44 +00:00
c87379b04d
Sync OpenBSD patchset 576:
...
Look for mice and xterm keys before standard function keys as they are less
likely to be partial versions.
2009-12-02 15:07:28 +00:00
97350cd883
Sync OpenBSD patchset 575:
...
Handle partial xterm function key sequences.
2009-12-02 15:06:35 +00:00
459e9de81a
Close the pane if the process died due to a signal, not just if it exited
...
normally.
2009-12-02 15:06:14 +00:00
0926a23014
New command, capture-pane, which copies the entire pane contents to a paste
...
buffer. From Jonathan Alvarado.
2009-12-01 18:42:38 +00:00
f27fefd7b8
Look for mice and xterm keys before standard function keys as they are less
...
likely to be partial versions.
2009-12-01 07:59:40 +00:00
29a5931c6a
Handle partial xterm function key sequences.
2009-11-30 16:44:03 +00:00
5081d73330
+.
2009-11-28 23:55:41 +00:00
b42f231027
Sync OpenBSD patchset 574:
...
Add a couple of comments.
2009-11-28 14:59:26 +00:00
dc57c5bb50
Sync OpenBSD patchset 573:
...
This doesn't need to be u_int.
2009-11-28 14:57:59 +00:00
575510045a
Sync OpenBSD patchset 572:
...
Make types clearer and lint happier.
2009-11-28 14:57:04 +00:00
4c7b3a5906
Sync OpenBSD patchset 571:
...
Fix type - attributes should be u_char not int.
2009-11-28 14:56:11 +00:00
91cf94b34b
Sync OpenBSD patchset 570:
...
Change paranoia check to check for <= 0 and to avoid warning.
2009-11-28 14:55:22 +00:00
fabf40b3b3
Sync OpenBSD patchset 569:
...
Tidy up various bits of the paste code, make the data buffer char * and add
comments.
2009-11-28 14:54:12 +00:00
66bf2e2f04
Sync OpenBSD patchset 568:
...
Continue rather than returning if not a mouse key, to avoid hanging on any
function key...
2009-11-28 14:51:37 +00:00
c12e0b0708
Sync OpenBSD patchset 567:
...
Remove a couple of unused arguments where possible, and add /* ARGSUSED */ to
the rest to reduce lint output.
2009-11-28 14:50:37 +00:00
bbd9652d32
Sync OpenBSD patchset 566:
...
Rename a variable to something more helpful.
2009-11-28 14:46:23 +00:00
d9001ead7d
Sync OpenBSD patchset 565:
...
Get a u_char from the string, otherwise it isn't possible to enter \0377 as it
is mistaken for EOF (doh).
Also drop an unused argument.
2009-11-28 14:45:30 +00:00
d517ffe7c9
Sync OpenBSD patchset 564:
...
Handle the possibility of partial mouse reads, and fix a comment while here.
2009-11-28 14:44:00 +00:00
8ba590b473
Sync OpenBSD patchset 563:
...
Emulate il1, dl1, ich1 to run (albeit slowly) with vt100 feature set.
2009-11-28 14:42:21 +00:00
635d36f928
Sync OpenBSD patchset 562:
...
Output the right keys for application and number keypad modes (they were the
wrong way round).
2009-11-28 14:41:17 +00:00
5f366e6d54
Sync OpenBSD patchset 561:
...
Add a -p flag to display-message to print the output rather than displaying in
the status line, this allows things like "display -p '#W'" to find the current
window index.
2009-11-28 14:39:53 +00:00
a3024f3d2a
Sync OpenBSD patchset 560:
...
Add cursor keys to the key names list.
2009-11-28 14:38:30 +00:00
2182e1badc
Add a couple of comments.
2009-11-27 09:41:03 +00:00
106ee8f30a
This doesn't need to be u_int.
2009-11-26 23:13:47 +00:00
1acf066fb9
Make types clearer and lint happier.
2009-11-26 22:56:59 +00:00
e7f4319ac6
Fix type - attributes should be u_char not int.
2009-11-26 22:47:14 +00:00
c2eb869f72
Change paranoia check to check for <= 0 and to avoid warning.
2009-11-26 22:32:00 +00:00
8cb410c63c
Tidy up various bits of the paste code, make the data buffer char * and add
...
comments.
2009-11-26 22:28:24 +00:00
ba5404d93e
Continue rather than returning if not a mouse key, to avoid hanging on any
...
function key...
2009-11-26 22:26:51 +00:00
4ca857e0e9
Remove a couple of unused arguments where possible, and add /* ARGSUSED */ to
...
the rest to reduce lint output.
2009-11-26 21:37:13 +00:00
621dabd44e
Rename a variable to something more helpful.
2009-11-26 21:22:31 +00:00
3e147967e2
Get a u_char from the string, otherwise it isn't possible to enter \0377 as it
...
is mistaken for EOF (doh).
Also drop an unused argument.
2009-11-26 21:14:30 +00:00
9c0147915e
Handle the possibility of partial mouse reads, and fix a comment while here.
2009-11-26 15:14:03 +00:00
d31d4c05cf
Emulate il1, dl1, ich1 to run (albeit slowly) with vt100 feature set.
2009-11-26 14:46:08 +00:00
399002baa4
Despite terminfo being in use for around 20 years, NetBSD still haven't got
...
their act together, so add an ifdef to use ncurses.h instead of curses.h.
Untested.
2009-11-26 09:19:05 +00:00
094bca5ac3
Output the right keys for application and number keypad modes (they were the
...
wrong way round).
2009-11-25 12:24:31 +00:00
87821fce0e
Add a -p flag to display-message to print the output rather than displaying in
...
the status line, this allows things like "display -p '#W'" to find the current
window index.
2009-11-24 19:16:11 +00:00
809902226e
Sync.
2009-11-24 19:03:59 +00:00
45ac2cc4e7
+.
2009-11-23 20:29:04 +00:00
727fdb44a0
+load average.
2009-11-23 09:53:24 +00:00
3cb0c8e650
Done.
2009-11-22 23:29:09 +00:00
fce47e2e63
Add cursor keys to the key names list.
2009-11-22 22:52:39 +00:00
1a41a3b48f
Sync OpenBSD patchset 559:
...
Use home from struct passwd if HOME is empty as well as if it is NULL, and fix
a style nit. Both from Tiago Cunha.
2009-11-22 00:13:34 +00:00
1527ed0ff8
Sync OpenBSD patchset 558:
...
When -h and -p are given to split-window, calculate the percentage size using
the width instead of the height.
2009-11-22 00:12:33 +00:00
bce5aedc64
Sync OpenBSD patchset 557:
...
Display UTF-8 properly in status line messages and prompt. Cursor handling is
still way off though.
2009-11-22 00:11:33 +00:00
1d58ca61a7
Sync OpenBSD patchset 556:
...
Remove oldest messages from log when limit is hit, not newest.
2009-11-22 00:10:39 +00:00
074780fea4
Sync OpenBSD patchset 555:
...
Get some brackets in the right place so ## works. Also fix a space in a
comment.
2009-11-22 00:09:42 +00:00