1. d637cb3 Sync OpenBSD patchset 181: by Tiago Cunha · 15 years ago
  2. 097b96e Having fixed flags for single-character getopt options is a bit hard to by Nicholas Marriott · 15 years ago
  3. bb459be Whitespace and more syncing. by Nicholas Marriott · 15 years ago
  4. cdce5f7 Indentation. by Nicholas Marriott · 15 years ago
  5. 6db7bd6 Try to guess if the window is UTF-8 by outputting a three-byte UTF-8 wide character and seeing how much the cursor moves. Currently tries to figure out if this works by some stupid checks on the terminal, these need to be rethought. Also might be better using a width 1 character rather than width 2. by Nicholas Marriott · 15 years ago
  6. 03d531e Move sx,sy into tty rather than client. by Nicholas Marriott · 16 years ago
  7. 93230a6 Pass return code from _exec; allow command sequences to work from the command line. by Nicholas Marriott · 16 years ago
  8. fb6c8ec New command, server-info, to show server info + terminal details. Also tweak term stuff a bit. by Nicholas Marriott · 16 years ago
  9. ed1031b Update key handling code. Simplify, support ctrl properly and add a new window option (xterm-keys) to output xterm key codes including ctrl and, if available, alt and shift. by Nicholas Marriott · 16 years ago
  10. c980360 +. by Nicholas Marriott · 16 years ago
  11. 0b9b873 Big reorganisation of command-line syntax. by Nicholas Marriott · 16 years ago
  12. 642c0b0 Easy bits of arg printing for list-keys. by Nicholas Marriott · 16 years ago
  13. f91e7bf If no command is specified, assume new-session. by Nicholas Marriott · 16 years ago
  14. eaee4dc Quick and dirty kill-server command. by Nicholas Marriott · 16 years ago
  15. c7243b7 Move -s and -c down a level so handling them is the responsibility of the command (with some helper functions), rather than the top-level. This changes the action command syntax so that -s and -c must be after the command rather than before. by Nicholas Marriott · 16 years ago
  16. 76c8a59 Big internal reorganisation to move tty control into parent. by Nicholas Marriott · 17 years ago
  17. b359f9b Add -c option to specify client, and move detach/refresh to client rather than session. by Nicholas Marriott · 17 years ago
  18. 25e94a0 List client command. by Nicholas Marriott · 17 years ago