- 99bb795 Show tty flags too. by Nicholas Marriott · 16 years ago
- 3efd1f5 find-window command. by Nicholas Marriott · 16 years ago
- 6384c60 Remove object files in the compat directory. by Tiago Cunha · 16 years ago
- b45c37e Add note about the syntax file. by Tiago Cunha · 16 years ago
- 0691217 These should be u_int. by Nicholas Marriott · 16 years ago
- ed6f44b FreeBSD needs compat/vis.c. by Nicholas Marriott · 16 years ago
- f62d58e Update with new features. by Nicholas Marriott · 16 years ago
- a15f8fc Support command sequences separated by " ; ". Also clean up command printing. by Nicholas Marriott · 16 years ago
- c4d5989 This is fixed. 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
- 273d630 Update for 0.7. by Nicholas Marriott · 16 years ago
- c623d42 Update. by Nicholas Marriott · 16 years ago
- 0e197b4 Tidy a few warnings. by Nicholas Marriott · 16 years ago
- ff61eee Don't use [4] since they are confusing and use the right size for memset. DOH. by Nicholas Marriott · 16 years ago
- d582017 Actually remove the key binding from the tree when freeing it. by Nicholas Marriott · 16 years ago
- f3b1a78 xterm-keys added by Tiago Cunha · 16 years ago
- 7b46965 Add note about configuration breakage. by Nicholas Marriott · 16 years ago
- 0fd60e9 Whoops, take out debugging. by Nicholas Marriott · 16 years ago
- f3edf28 Don't die when last window either. by Nicholas Marriott · 16 years ago
- 1237025 Document xterm-keys by Nicholas Marriott · 16 years ago
- f10977a choose-{session,window}, and repeat-time added by Tiago Cunha · 16 years ago
- 5fefd9d Document repeat-time. by Tiago Cunha · 16 years ago
- 8b0a7c0 Document choose-*. by Nicholas Marriott · 16 years ago
- f8c5d13 Update. by Nicholas Marriott · 16 years ago
- 9ebeedd Tweak a little bit. by Nicholas Marriott · 16 years ago
- e4cf738 Add tabs. by Nicholas Marriott · 16 years ago
- 24d0420 Example configuration with some screen bindings. by Nicholas Marriott · 16 years ago
- e78b7c8 Document command-prompt template string, and panes commands. From nicm and me. by Tiago Cunha · 16 years ago
- 32e3759 Don't die on kill-window. by Nicholas Marriott · 16 years ago
- 68aedad Some comments. by Nicholas Marriott · 16 years ago
- 5aa3098 Support #S #H in status-left/right. by Nicholas Marriott · 16 years ago
- 3f20549 Reorder a bit. by Nicholas Marriott · 16 years ago
- 5bd33f5 Document default-path, and update set/setw with the -u flag. From nicm and me. by Tiago Cunha · 16 years ago
- 94e9ebb Recalculate sizes and don't redraw if unnecessary. by Nicholas Marriott · 16 years ago
- 0b2a2a7 Show number of panes. by Nicholas Marriott · 16 years ago
- 601667f Be a bit more helpful. by Nicholas Marriott · 16 years ago
- cb686d0 Whoops. Shut up gcc. 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
- c5c4cc7 Style/add printflike. by Nicholas Marriott · 16 years ago
- 8542a97 Increment retries. by Nicholas Marriott · 16 years ago
- 668dac5 Retry properly when failed to connect. by Nicholas Marriott · 16 years ago
- a1cb652 Update. by Nicholas Marriott · 16 years ago
- a3ec1e0 Whoops, make this work properly. by Nicholas Marriott · 16 years ago
- 7bcf9a1 Darwin needs vis.c as well. by Nicholas Marriott · 16 years ago
- f57891d Spell check. by Nicholas Marriott · 16 years ago
- 7c3da8b Update NOTES. by Nicholas Marriott · 16 years ago
- 0887e72 Update NOTES. by Nicholas Marriott · 16 years ago
- 14ed415 Prettify the key strings a little. 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
- a89d1c5 Split windows are done. by Nicholas Marriott · 16 years ago
- 4e2b640 Unbreak prefix as binding. by Nicholas Marriott · 16 years ago
- 78c9675 Rename some flags I'm not happy about. by Nicholas Marriott · 16 years ago
- 145b268 Whoops, stray line. 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
- e9bb939 Update. 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
- e02496f Using the rigth option name would help... by Nicholas Marriott · 16 years ago
- 5420977 Document -g. by Nicholas Marriott · 16 years ago
- bc56751 Disable lock-after-time by default. by Nicholas Marriott · 16 years ago
- 78f7e6d Turn off prefix-time for the moment, it is too annoying. 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
- 9ab2008 Reset command timer after this or it gets annoying. by Nicholas Marriott · 16 years ago
- 60bfaf5 prefix-time option to allow multiple commands without additional prefixes. by Nicholas Marriott · 16 years ago
- e099a78 Make shift arrow keys work. by Nicholas Marriott · 16 years ago
- a88eba3 More hacks for key handling. by Nicholas Marriott · 16 years ago
- a70b8ee Update commands and options. While there, rename the keyword groups by Tiago Cunha · 16 years ago
- dbbc314 Handle ctrl/shift modifiers better. by Nicholas Marriott · 16 years ago
- ea8d4d4 Update by documenting the following commands/options: by Tiago Cunha · 16 years ago
- ab21984 Tidy escape modifier (don't know how this worked before...). by Nicholas Marriott · 16 years ago
- 1f51a63 Tidy up control key parsing; add shift. by Nicholas Marriott · 16 years ago
- 20957e3 Skip over now-invalid fds properly when a window is closed. 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
- 6897510 Codes no longer needed. 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
- 30746a4 Doh. Return the offset not the total. by Nicholas Marriott · 16 years ago
- 9e56f53 Correct comment. by Nicholas Marriott · 16 years ago
- b4fe991 Updates. by Nicholas Marriott · 16 years ago
- ccf5784 Add a couple of bits. by Nicholas Marriott · 16 years ago
- 6c9822c Update slightly. by Nicholas Marriott · 16 years ago
- e3feb06 Server locking. set-password and lock-server commands, plus automatic locking. by Nicholas Marriott · 16 years ago
- ee0a7cd Restore emulation of ich with insert mode. by Nicholas Marriott · 16 years ago
- 736117e Whoops, didn't mean to commit that bit. by Nicholas Marriott · 16 years ago
- 20fc7a4 Don't need cud. by Nicholas Marriott · 16 years ago
- 083f9cb Linux bits. 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
- 8253e68 Oops, missed from btab commit. by Nicholas Marriott · 16 years ago
- bea8a54 Update. by Nicholas Marriott · 16 years ago
- 3126332 Support btab. by Nicholas Marriott · 16 years ago
- 9722e71 Comments no longer valid. by Nicholas Marriott · 16 years ago
- 5b8d4f1 Colour. by Nicholas Marriott · 16 years ago