- a15f8fc Support command sequences separated by " ; ". Also clean up command printing. by Nicholas Marriott · 16 years ago
- efb62d4 Show (attached) for attached sessions. by Nicholas Marriott · 16 years ago
- 8ea4971 suspend-client command and suspend client when ^Z key binding is used. by Nicholas Marriott · 16 years ago
- c623d42 Update. by Nicholas Marriott · 16 years ago
- 5aa3098 Support #S #H in status-left/right. by Nicholas Marriott · 16 years ago
- 601667f Be a bit more helpful. by Nicholas Marriott · 16 years ago
- 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 · 16 years ago
- f57891d Spell check. by Nicholas Marriott · 16 years ago
- 3ad1fec Repeat for last-window is useless and annoying, take it off. by Nicholas Marriott · 16 years ago
- d4296cb Make last-window repeatable too; update my configuration backup, er, example. by Nicholas Marriott · 16 years ago
- 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 · 16 years ago
- 0a99ba0 Alt-up/down to resize by five lines. by Nicholas Marriott · 16 years ago
- d1eb153 switch-pane is now select-pane. by Nicholas Marriott · 16 years ago
- 3f51dcd up-pane and down-pane commands. by Nicholas Marriott · 16 years ago
- b4ac8c1 Multiple window splitting. by Nicholas Marriott · 16 years ago
- bc56751 Disable lock-after-time by default. by Nicholas Marriott · 16 years ago
- f855591 kill-pane command. by Nicholas Marriott · 16 years ago
- 98c85cf command-prompt now accepts a single argument, a template string. Any occurrences of %% in this string are replaced by whatever is entered at the prompt and the result is executed as a command. This allows things like (now bound by default): by Nicholas Marriott · 16 years ago
- 60bfaf5 prefix-time option to allow multiple commands without additional prefixes. by Nicholas Marriott · 16 years ago
- a88eba3 More hacks for key handling. by Nicholas Marriott · 16 years ago
- dbbc314 Handle ctrl/shift modifiers better. by Nicholas Marriott · 16 years ago
- c35a50b Commands to resize panes; also a pane generic cmd, not used yet. by Nicholas Marriott · 16 years ago
- 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 · 16 years ago
- 440a84b Use -O0 to prevent copy issues. by Nicholas Marriott · 16 years ago
- 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 · 16 years ago
- d78bc5d save-buffer command, from Tiago Cunha. by Nicholas Marriott · 16 years ago
- ccf5784 Add a couple of bits. by Nicholas Marriott · 16 years ago
- e3feb06 Server locking. set-password and lock-server commands, plus automatic locking. by Nicholas Marriott · 16 years ago
- 4d71164 Pick up cwd from environment,. by Nicholas Marriott · 16 years ago
- 88ab74a Clock mode. by Nicholas Marriott · 16 years ago
- a1b43fa Trim spaces. by Nicholas Marriott · 16 years ago
- fb6c8ec New command, server-info, to show server info + terminal details. Also tweak term stuff a bit. by Nicholas Marriott · 16 years ago
- 3ed5aa3 Build array of codes, stop using ncurses global variables and push ncurses crap into tty-term.c. by Nicholas Marriott · 16 years ago
- 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
- a9f0418 Update CHANGES. by Nicholas Marriott · 16 years ago
- a3e3051 Whoops. New stuff goes at the top. Doh! by Nicholas Marriott · 16 years ago
- 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 · 16 years ago
- 4817468 +TODO +CHANGES. by Nicholas Marriott · 16 years ago
- 4af8db9 Complete option names as well. by Nicholas Marriott · 16 years ago
- 9cddd79 Prompt history. by Nicholas Marriott · 16 years ago
- ca1ee21 Switch to splay tree for key bindings. by Nicholas Marriott · 16 years ago
- b457479 Make home and end work. by Nicholas Marriott · 16 years ago
- db39fd8 Add vim mode. by Nicholas Marriott · 16 years ago
- 5445918 source-file command from Tiago Cunha. by Nicholas Marriott · 16 years ago
- 75f043f Work around lack of dch. by Nicholas Marriott · 16 years ago
- a1a8e0c Tidy formatting. by Nicholas Marriott · 16 years ago
- 5c3d973 Import OpenBSD's getopt(3) to workaround broken glibc version. by Nicholas Marriott · 16 years ago
- 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 · 16 years ago
- d0342f4 Ability to show window title on status line. by Nicholas Marriott · 16 years ago
- 8f163b8 Support dfly, from joshe. by Nicholas Marriott · 16 years ago
- 5ca710d Disable UTF-8 by default and add options to enable it. by Nicholas Marriott · 16 years ago
- 46f5e42 Keep stack of previous windows. Check for op (orig_pair) for default colours. by Nicholas Marriott · 16 years ago
- 4e4aefa Don't try to redraw status line in prompt mode. by Nicholas Marriott · 16 years ago
- 0ba0fd3 Translate 256 colours to 16. by Nicholas Marriott · 16 years ago
- 185f729 Better OSC support for title setting, and support APC as well. by Nicholas Marriott · 16 years ago
- 62457bc Trim. by Nicholas Marriott · 16 years ago
- efe5573 Internal screen data rewrite for better 256 colour/UTF-8 support. by Nicholas Marriott · 16 years ago
- ded3480 Split colour functions from screen. by Nicholas Marriott · 16 years ago
- 19a2c87 Initial UTF-8 support. by Nicholas Marriott · 16 years ago
- 4235ddb Initial 256 colour support, lightly tested. by Nicholas Marriott · 16 years ago
- 33aa931 Support OS X by moving to gettimeofday(2) and adding poll compat from OpenSSH. by Nicholas Marriott · 16 years ago
- de0e1c6 Lose ensure* stuff. by Nicholas Marriott · 16 years ago
- ba597da Environment variables in configuration file. by Nicholas Marriott · 16 years ago
- 3337dfc Support keypad mode, and get rid of SCREEN_DEF*. Meant to commit these separately but forgot :-/. by Nicholas Marriott · 16 years ago
- ee8a9d2 Handle kcursor+kkeypad (switch to OA from [A). by Nicholas Marriott · 16 years ago
- e00736b Revert this, it breaks emacs. by Nicholas Marriott · 16 years ago
- 9721277 Support keypad. Change cursor key output. by Nicholas Marriott · 16 years ago
- 403b1b2 Handle exact match properly. by Nicholas Marriott · 16 years ago
- 892d1b5 Split emacs/vi keys into seperate tables. by Nicholas Marriott · 16 years ago
- dd41035 Protocol versioning, version is checked on identify message. by Nicholas Marriott · 16 years ago
- bd1a705 0.4 released. by Nicholas Marriott · 16 years ago
- d90d646 Zombie windows, requested by Will Maier. by Nicholas Marriott · 16 years ago
- 571935c Handle bad session/client properly. by Nicholas Marriott · 16 years ago
- b877897 Oops, forgot to commit move-window. Also add select-prompt to allow index to be typed. by Nicholas Marriott · 16 years ago
- 7836298 Allow use of alt keys. move-window command. by Nicholas Marriott · 16 years ago
- eb5638f Only lowercase key bindings. by Nicholas Marriott · 16 years ago
- 26792fc Tweak. by Nicholas Marriott · 16 years ago
- 758efb3 Handle escaped keys properly and use M-f/M-b in copy mode. by Nicholas Marriott · 16 years ago
- cb6c145 Next/previous word in copy-mode. by Nicholas Marriott · 16 years ago
- 59da4dc list-commands command. by Nicholas Marriott · 16 years ago
- c24d849 Split options into a table to allow abbreviations. by Nicholas Marriott · 16 years ago
- 46383e3 Don't be clever and translate default colour. by Nicholas Marriott · 16 years ago
- e70e951 Simple tab completion of option names in command prompt. by Nicholas Marriott · 16 years ago
- 456ff32 Only set title if TERM looks vaguely okay. Also use newline for, er, newline rather than cursor_down. by Nicholas Marriott · 16 years ago
- a65238e Strip padding from terminfo strings. by Nicholas Marriott · 16 years ago
- 3128de3 buffer-limit option. by Nicholas Marriott · 16 years ago
- 4e4f71f Swap in new paste buffer code and add a couple more commands. by Nicholas Marriott · 16 years ago
- e9000e4 Wake up every 100 ms instead of 500. Add note. by Nicholas Marriott · 16 years ago
- a1db273 display-time option to set message display time. by Nicholas Marriott · 16 years ago
- 73d1558 status-lines -> status, prefix-key -> prefix by Nicholas Marriott · 16 years ago
- 74d8f0b Command prompt for interactive commands. by Nicholas Marriott · 16 years ago
- 8078dee Missed update. by Nicholas Marriott · 16 years ago
- 8873c79 Set window title to current session. New options set-titles to disable. by Nicholas Marriott · 16 years ago
- 2d3ea8b Display <> for more windows and highlight if activity. by Nicholas Marriott · 16 years ago
- 61a41dc To 0.4. Some other Makefile tweaks. by Nicholas Marriott · 16 years ago
- 55d5b83 Informational messages on window option changes. by Nicholas Marriott · 16 years ago
- 1d08105 show-window-options command. by Nicholas Marriott · 16 years ago
- 557b6b8 Add a couple of extra option types, and implement show-options command. by Nicholas Marriott · 16 years ago
- 0f40347 New window options: force-width and force-height. This will force a window to by Nicholas Marriott · 16 years ago
- 0bfd7a5 Don't die on empty strings. by Nicholas Marriott · 16 years ago