1. 5e55b28 Bump protocol. by Nicholas Marriott · 17 years ago
  2. 93230a6 Pass return code from _exec; allow command sequences to work from the command line. by Nicholas Marriott · 17 years ago
  3. 5f6a351 Start the first client with a special socketpair so it is already known to the by Nicholas Marriott · 17 years ago
  4. 4cdc228 Unbreak UTF-8. by Nicholas Marriott · 17 years ago
  5. d1a5fde -a flags to next/previous window. by Nicholas Marriott · 17 years ago
  6. 3efd1f5 find-window command. by Nicholas Marriott · 17 years ago
  7. a15f8fc Support command sequences separated by " ; ". Also clean up command printing. by Nicholas Marriott · 17 years ago
  8. 8ea4971 suspend-client command and suspend client when ^Z key binding is used. by Nicholas Marriott · 17 years ago
  9. ff61eee Don't use [4] since they are confusing and use the right size for memset. DOH. by Nicholas Marriott · 17 years ago
  10. d29ca39 Two new commands, choose-window and choose-session which work only when bound to a key and allow the window or session to be selected from a list. by Nicholas Marriott · 17 years ago
  11. 78c9675 Rename some flags I'm not happy about. by Nicholas Marriott · 17 years ago
  12. 97fef89 Rework the prefix-time stuff. The option is now call repeat-time and defaults to 500 ms. However, it only applies to a small subset of commands, currently: up-pane, down-pane, next-window, previous-window, resize-pane-up, resize-pane-down. These are the commands for which it is obviously useful, having it for everything else was just bloody annoying. by Nicholas Marriott · 17 years ago
  13. d1eb153 switch-pane is now select-pane. by Nicholas Marriott · 17 years ago
  14. 3f51dcd up-pane and down-pane commands. by Nicholas Marriott · 17 years ago
  15. b4ac8c1 Multiple window splitting. by Nicholas Marriott · 17 years ago
  16. f855591 kill-pane command. by Nicholas Marriott · 17 years ago
  17. 60bfaf5 prefix-time option to allow multiple commands without additional prefixes. by Nicholas Marriott · 17 years ago
  18. a88eba3 More hacks for key handling. by Nicholas Marriott · 17 years ago
  19. c35a50b Commands to resize panes; also a pane generic cmd, not used yet. by Nicholas Marriott · 17 years ago
  20. 7cd3cf0 Make the window pane code handle panes of different sizes, and add a -l and -p arguments to split-window to specify the new window size in lines or as a percentage. by Nicholas Marriott · 17 years ago
  21. 6897510 Codes no longer needed. by Nicholas Marriott · 17 years ago
  22. 162bacd Window splitting. Two vertical panes fixed 50% each. This is a huge diff, still a couple of bugs (notably heap corruption somewhere causing segfault on exit). by Nicholas Marriott · 17 years ago
  23. d78bc5d save-buffer command, from Tiago Cunha. by Nicholas Marriott · 17 years ago
  24. e3feb06 Server locking. set-password and lock-server commands, plus automatic locking. by Nicholas Marriott · 17 years ago
  25. ee0a7cd Restore emulation of ich with insert mode. by Nicholas Marriott · 17 years ago
  26. 4d71164 Pick up cwd from environment,. by Nicholas Marriott · 17 years ago
  27. 88ab74a Clock mode. by Nicholas Marriott · 17 years ago
  28. 8253e68 Oops, missed from btab commit. by Nicholas Marriott · 17 years ago
  29. 3126332 Support btab. by Nicholas Marriott · 17 years ago
  30. fd05d07 Change server-info format. by Nicholas Marriott · 17 years ago
  31. a1b43fa Trim spaces. by Nicholas Marriott · 17 years ago
  32. fb6c8ec New command, server-info, to show server info + terminal details. Also tweak term stuff a bit. by Nicholas Marriott · 17 years ago
  33. 3ed5aa3 Build array of codes, stop using ncurses global variables and push ncurses crap into tty-term.c. by Nicholas Marriott · 17 years ago
  34. 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 · 17 years ago
  35. 622d4de Give up the farce of caring about any keys aside from the ones in the screen termcap and the ones termcap doesn't handle that we hardcode manually. by Nicholas Marriott · 17 years ago
  36. 4846ad1 Introduce nitems() and use it; use bsearch. by Nicholas Marriott · 17 years ago
  37. 18312fa Some options tidying/code shrinkage. Also add -u option to unset non-global options (allowing them to inherit), and some extra info. by Nicholas Marriott · 17 years ago
  38. 4af8db9 Complete option names as well. by Nicholas Marriott · 17 years ago
  39. 9cddd79 Prompt history. by Nicholas Marriott · 17 years ago
  40. ca1ee21 Switch to splay tree for key bindings. by Nicholas Marriott · 17 years ago
  41. 5445918 source-file command from Tiago Cunha. by Nicholas Marriott · 17 years ago
  42. 75f043f Work around lack of dch. by Nicholas Marriott · 17 years ago
  43. 5c3d973 Import OpenBSD's getopt(3) to workaround broken glibc version. by Nicholas Marriott · 17 years ago
  44. 7a82e86 Make window options work the same was as session options, add mode-fg/mode-bg options, force -g for global on set/show/setw/showw/ by Nicholas Marriott · 17 years ago
  45. d0342f4 Ability to show window title on status line. by Nicholas Marriott · 17 years ago
  46. 8bef3ad Fix build on sparc. by Nicholas Marriott · 17 years ago
  47. cb3f4ed Bump NSETOPTION. by Nicholas Marriott · 17 years ago
  48. 5ca710d Disable UTF-8 by default and add options to enable it. by Nicholas Marriott · 17 years ago
  49. 46f5e42 Keep stack of previous windows. Check for op (orig_pair) for default colours. by Nicholas Marriott · 17 years ago
  50. 4198a9c TAILQ -> SLIST. by Nicholas Marriott · 17 years ago
  51. 6304e23 Record intermediate for p2/s2 and fake up charset redefinition (some programs use it to switch character set). by Nicholas Marriott · 17 years ago
  52. 0ba0fd3 Translate 256 colours to 16. by Nicholas Marriott · 17 years ago
  53. 185f729 Better OSC support for title setting, and support APC as well. by Nicholas Marriott · 17 years ago
  54. 62457bc Trim. by Nicholas Marriott · 17 years ago
  55. df2b3bc Fix stupid GNU getopt behaviour. by Nicholas Marriott · 17 years ago
  56. efe5573 Internal screen data rewrite for better 256 colour/UTF-8 support. by Nicholas Marriott · 17 years ago
  57. f07cedf Rename some functions. by Nicholas Marriott · 18 years ago
  58. ded3480 Split colour functions from screen. by Nicholas Marriott · 18 years ago
  59. 19a2c87 Initial UTF-8 support. by Nicholas Marriott · 18 years ago
  60. d4173e2 Style tweaks. by Nicholas Marriott · 18 years ago
  61. 6674197 Fix bold/non-bold mismatch in 256 colour mode by adding an extra 8 bits (ick) onto the attributes and using two of them to mark the fg and bg as 256 colours when necessary. If only it was 255 colours we would have one value for default and wouln't need this :-/. by Nicholas Marriott · 18 years ago
  62. 4235ddb Initial 256 colour support, lightly tested. by Nicholas Marriott · 18 years ago
  63. 33aa931 Support OS X by moving to gettimeofday(2) and adding poll compat from OpenSSH. by Nicholas Marriott · 18 years ago
  64. 8ed403e Tidy logging and lose stdout hacks for _info. by Nicholas Marriott · 18 years ago
  65. de0e1c6 Lose ensure* stuff. by Nicholas Marriott · 18 years ago
  66. ba597da Environment variables in configuration file. by Nicholas Marriott · 18 years ago
  67. c39c161 Spacing. by Nicholas Marriott · 18 years ago
  68. 3337dfc Support keypad mode, and get rid of SCREEN_DEF*. Meant to commit these separately but forgot :-/. by Nicholas Marriott · 18 years ago
  69. 9721277 Support keypad. Change cursor key output. by Nicholas Marriott · 18 years ago
  70. 892d1b5 Split emacs/vi keys into seperate tables. by Nicholas Marriott · 18 years ago
  71. e5cf859 long for pid. by Nicholas Marriott · 18 years ago
  72. dd41035 Protocol versioning, version is checked on identify message. by Nicholas Marriott · 18 years ago
  73. 797f04b Document buffer stuff. by Nicholas Marriott · 18 years ago
  74. d90d646 Zombie windows, requested by Will Maier. by Nicholas Marriott · 18 years ago
  75. b877897 Oops, forgot to commit move-window. Also add select-prompt to allow index to be typed. by Nicholas Marriott · 18 years ago
  76. 7836298 Allow use of alt keys. move-window command. by Nicholas Marriott · 18 years ago
  77. 758efb3 Handle escaped keys properly and use M-f/M-b in copy mode. by Nicholas Marriott · 18 years ago
  78. 59da4dc list-commands command. by Nicholas Marriott · 18 years ago
  79. b69f4a3 Split internal status-colour into status-fg/status-bg options and lose workarounds in set-option stuff. by Nicholas Marriott · 18 years ago
  80. c24d849 Split options into a table to allow abbreviations. by Nicholas Marriott · 18 years ago
  81. 09a6b8d timespecadd, fgetln headers. by Nicholas Marriott · 18 years ago
  82. a52be0e More missing bits from Solaris. by Nicholas Marriott · 18 years ago
  83. 46383e3 Don't be clever and translate default colour. by Nicholas Marriott · 18 years ago
  84. e70e951 Simple tab completion of option names in command prompt. by Nicholas Marriott · 18 years ago
  85. 2bd92e5 Lose unnecessary flags on context. by Nicholas Marriott · 18 years ago
  86. 3128de3 buffer-limit option. by Nicholas Marriott · 18 years ago
  87. 4e4f71f Swap in new paste buffer code and add a couple more commands. by Nicholas Marriott · 18 years ago
  88. 9798dcd Start of improved buffer code. Only set-buffer/show-buffer commands so far. by Nicholas Marriott · 18 years ago
  89. 17fde82 Freeze output when showing display line, fixes problems when no status line. by Nicholas Marriott · 18 years ago
  90. 7cebf47 Hide cursor with flag. by Nicholas Marriott · 18 years ago
  91. 74d8f0b Command prompt for interactive commands. by Nicholas Marriott · 18 years ago
  92. c3b7a49 Editable prompt. Not used for anything yet. More to come. by Nicholas Marriott · 18 years ago
  93. 9ef5bdc Show status messages without blocking the server. by Nicholas Marriott · 18 years ago
  94. 9b0ff4c More Solaris stuff. Use ttyname, use ncurses,h. by Nicholas Marriott · 18 years ago
  95. b7cefe4 NO_ASPRINTF. by Nicholas Marriott · 18 years ago
  96. be53d7f More Sun OS crap. by Nicholas Marriott · 18 years ago
  97. 0d5ad35 forkpty for Sun OS. by Nicholas Marriott · 18 years ago
  98. fed1a3b compat/daemon.c by Nicholas Marriott · 18 years ago
  99. 19b7946 Start of Solaris port. by Nicholas Marriott · 18 years ago
  100. 8873c79 Set window title to current session. New options set-titles to disable. by Nicholas Marriott · 18 years ago