- c172628 Handle cursor on/off better. by Nicholas Marriott · 16 years ago
- 162546a Done! by Nicholas Marriott · 16 years ago
- 4d7e555 Don't screw up UTF-8 combined characters. by Nicholas Marriott · 16 years ago
- 514adbd Update. by Nicholas Marriott · 16 years ago
- 7c8cd81 Typos. by Nicholas Marriott · 16 years ago
- f62ed6a load-buffer command by Tiago Cunha · 16 years ago
- 4d9af27 Better error messages for fork. by Nicholas Marriott · 16 years ago
- af5bc51 Update TODO. by Nicholas Marriott · 16 years ago
- 9acc267 new-window -k. by Nicholas Marriott · 16 years ago
- 19987fe Bring back -p and -l to splitw to specify height as % or nlines. by Nicholas Marriott · 16 years ago
- 7118baa Allow a selection in vi keys mode... by Nicholas Marriott · 16 years ago
- 2d15f59 Try to change the window title to match the command running it in. This is done by Nicholas Marriott · 16 years ago
- 2afa8eb Fix various silly problems with status line off. by Nicholas Marriott · 16 years ago
- 93230a6 Pass return code from _exec; allow command sequences to work from the command line. by Nicholas Marriott · 16 years ago
- 4cdc228 Unbreak UTF-8. by Nicholas Marriott · 16 years ago
- ac8ae12 +. by Nicholas Marriott · 16 years ago
- d1988b8 This is done. by Nicholas Marriott · 16 years ago
- 3efd1f5 find-window command. by Nicholas Marriott · 16 years ago
- a15f8fc Support command sequences separated by " ; ". Also clean up command printing. 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
- 1237025 Document xterm-keys by Nicholas Marriott · 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
- e4cf738 Add tabs. 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
- 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
- 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
- 668dac5 Retry properly when failed to connect. by Nicholas Marriott · 16 years ago
- a1cb652 Update. 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
- e9bb939 Update. by Nicholas Marriott · 16 years ago
- d1eb153 switch-pane is now select-pane. by Nicholas Marriott · 16 years ago
- b4ac8c1 Multiple window splitting. by Nicholas Marriott · 16 years ago
- 78f7e6d Turn off prefix-time for the moment, it is too annoying. 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
- 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
- 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
- b4fe991 Updates. 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
- 4d71164 Pick up cwd from environment,. by Nicholas Marriott · 16 years ago
- 88ab74a Clock mode. by Nicholas Marriott · 16 years ago
- bea8a54 Update. by Nicholas Marriott · 16 years ago
- e96dfbc +tmux differences. by Nicholas Marriott · 16 years ago
- 34cc2e0 Update. by Nicholas Marriott · 16 years ago
- 934e6d9 vis functions for Linux. 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
- ed5e8c4 Tidy, +. by Nicholas Marriott · 16 years ago
- 481465d -. by Nicholas Marriott · 16 years ago
- d531dbb Minor tidying; remove some old debugging messages. by Nicholas Marriott · 16 years ago
- c980360 +. by Nicholas Marriott · 16 years ago
- 51a3a93 Update TODO. 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
- ca1ee21 Switch to splay tree for key bindings. 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
- 408c855 +. by Nicholas Marriott · 16 years ago
- 8524062 Document mode keys 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
- 4198a9c TAILQ -> SLIST. by Nicholas Marriott · 16 years ago
- 93de57d Sync. by Nicholas Marriott · 16 years ago
- 185f729 Better OSC support for title setting, and support APC as well. by Nicholas Marriott · 16 years ago
- 631a45e Calculate y properly. by Nicholas Marriott · 16 years ago
- 4818224 Done. 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
- 0abb4ca Also done. by Nicholas Marriott · 16 years ago
- b43ed10 Done. by Nicholas Marriott · 16 years ago
- 546838e This idea (nested sessions) is fraught with too many problems to do it sanely; by Nicholas Marriott · 16 years ago
- c39c161 Spacing. 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
- 9721277 Support keypad. Change cursor key output. by Nicholas Marriott · 16 years ago
- 399e352 ^ for BOL too. by Nicholas Marriott · 16 years ago
- 892d1b5 Split emacs/vi keys into seperate tables. by Nicholas Marriott · 16 years ago
- 80a594c Document zombie window stuff. by Nicholas Marriott · 16 years ago
- 797f04b Document buffer stuff. by Nicholas Marriott · 16 years ago
- cfb611e Document next/prev word. by Nicholas Marriott · 16 years ago
- d90d646 Zombie windows, requested by Will Maier. by Nicholas Marriott · 16 years ago
- 9043fe8 Fix scrolling. by Nicholas Marriott · 16 years ago
- 1a58f95 Document some commands. by Nicholas Marriott · 16 years ago
- 571935c Handle bad session/client properly. by Nicholas Marriott · 16 years ago
- 6bc6e97 C-u C-f from merdely. by Nicholas Marriott · 16 years ago
- 7836298 Allow use of alt keys. move-window command. 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
- c2876e6 Sync. by Nicholas Marriott · 16 years ago