Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | suspend-client command and suspend client when ^Z key binding is used. | Nicholas Marriott | 2009-01-18 |
| | |||
* | Don't use [4] since they are confusing and use the right size for memset. DOH. | Nicholas Marriott | 2009-01-17 |
| | |||
* | Two new commands, choose-window and choose-session which work only when ↵ | Nicholas Marriott | 2009-01-15 |
| | | | | bound to a key and allow the window or session to be selected from a list. | ||
* | Rename some flags I'm not happy about. | Nicholas Marriott | 2009-01-14 |
| | |||
* | Rework the prefix-time stuff. The option is now call repeat-time and ↵ | Nicholas Marriott | 2009-01-14 |
| | | | | 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. | ||
* | switch-pane is now select-pane. | Nicholas Marriott | 2009-01-14 |
| | |||
* | up-pane and down-pane commands. | Nicholas Marriott | 2009-01-14 |
| | |||
* | Multiple window splitting. | Nicholas Marriott | 2009-01-14 |
| | |||
* | kill-pane command. | Nicholas Marriott | 2009-01-13 |
| | |||
* | prefix-time option to allow multiple commands without additional prefixes. | Nicholas Marriott | 2009-01-12 |
| | |||
* | More hacks for key handling. | Nicholas Marriott | 2009-01-12 |
| | |||
* | Commands to resize panes; also a pane generic cmd, not used yet. | Nicholas Marriott | 2009-01-12 |
| | |||
* | Make the window pane code handle panes of different sizes, and add a -l and ↵ | Nicholas Marriott | 2009-01-12 |
| | | | | -p arguments to split-window to specify the new window size in lines or as a percentage. | ||
* | Codes no longer needed. | Nicholas Marriott | 2009-01-11 |
| | |||
* | Window splitting. Two vertical panes fixed 50% each. This is a huge diff, ↵ | Nicholas Marriott | 2009-01-11 |
| | | | | still a couple of bugs (notably heap corruption somewhere causing segfault on exit). | ||
* | save-buffer command, from Tiago Cunha. | Nicholas Marriott | 2009-01-11 |
| | |||
* | Server locking. set-password and lock-server commands, plus automatic locking. | Nicholas Marriott | 2009-01-11 |
| | |||
* | Restore emulation of ich with insert mode. | Nicholas Marriott | 2009-01-10 |
| | |||
* | Pick up cwd from environment,. | Nicholas Marriott | 2009-01-10 |
| | |||
* | Clock mode. | Nicholas Marriott | 2009-01-10 |
| | |||
* | Oops, missed from btab commit. | Nicholas Marriott | 2009-01-10 |
| | |||
* | Support btab. | Nicholas Marriott | 2009-01-10 |
| | |||
* | Change server-info format. | Nicholas Marriott | 2009-01-10 |
| | |||
* | Trim spaces. | Nicholas Marriott | 2009-01-10 |
| | |||
* | New command, server-info, to show server info + terminal details. Also tweak ↵ | Nicholas Marriott | 2009-01-10 |
| | | | | term stuff a bit. | ||
* | Build array of codes, stop using ncurses global variables and push ncurses ↵ | Nicholas Marriott | 2009-01-09 |
| | | | | crap into tty-term.c. | ||
* | Update key handling code. Simplify, support ctrl properly and add a new ↵ | Nicholas Marriott | 2009-01-09 |
| | | | | window option (xterm-keys) to output xterm key codes including ctrl and, if available, alt and shift. | ||
* | Give up the farce of caring about any keys aside from the ones in the screen ↵ | Nicholas Marriott | 2009-01-08 |
| | | | | termcap and the ones termcap doesn't handle that we hardcode manually. | ||
* | Introduce nitems() and use it; use bsearch. | Nicholas Marriott | 2009-01-07 |
| | |||
* | Some options tidying/code shrinkage. Also add -u option to unset non-global ↵ | Nicholas Marriott | 2009-01-07 |
| | | | | options (allowing them to inherit), and some extra info. | ||
* | Complete option names as well. | Nicholas Marriott | 2009-01-06 |
| | |||
* | Prompt history. | Nicholas Marriott | 2009-01-06 |
| | |||
* | Switch to splay tree for key bindings. | Nicholas Marriott | 2009-01-06 |
| | |||
* | source-file command from Tiago Cunha. | Nicholas Marriott | 2008-12-15 |
| | |||
* | Work around lack of dch. | Nicholas Marriott | 2008-12-13 |
| | |||
* | Import OpenBSD's getopt(3) to workaround broken glibc version. | Nicholas Marriott | 2008-12-10 |
| | |||
* | Make window options work the same was as session options, add ↵ | Nicholas Marriott | 2008-12-08 |
| | | | | mode-fg/mode-bg options, force -g for global on set/show/setw/showw/ | ||
* | Ability to show window title on status line. | Nicholas Marriott | 2008-12-05 |
| | |||
* | Fix build on sparc. | Nicholas Marriott | 2008-11-23 |
| | |||
* | Bump NSETOPTION. | Nicholas Marriott | 2008-11-17 |
| | |||
* | Disable UTF-8 by default and add options to enable it. | Nicholas Marriott | 2008-11-16 |
| | |||
* | Keep stack of previous windows. | Nicholas Marriott | 2008-11-16 |
| | | | | | Check for op (orig_pair) for default colours. | ||
* | TAILQ -> SLIST. | Nicholas Marriott | 2008-11-05 |
| | |||
* | Record intermediate for p2/s2 and fake up charset redefinition (some ↵ | Nicholas Marriott | 2008-11-04 |
| | | | | programs use it to switch character set). | ||
* | Translate 256 colours to 16. | Nicholas Marriott | 2008-10-09 |
| | |||
* | Better OSC support for title setting, and support APC as well. | Nicholas Marriott | 2008-10-09 |
| | |||
* | Trim. | Nicholas Marriott | 2008-09-26 |
| | |||
* | Fix stupid GNU getopt behaviour. | Nicholas Marriott | 2008-09-25 |
| | |||
* | Internal screen data rewrite for better 256 colour/UTF-8 support. | Nicholas Marriott | 2008-09-25 |
| | |||
* | Rename some functions. | Nicholas Marriott | 2008-09-10 |
| |