Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Sync OpenBSD patchset 951: | Tiago Cunha | 2011-08-25 | |
| | | | | | | Support \ for line continuation in the configuration file, from Julius Plenz. | |||
* | Sync OpenBSD patchset 950: | Tiago Cunha | 2011-08-25 | |
| | | | | | Add pane-base-index option, from Ben Barbour. | |||
* | Sync OpenBSD patchset 949: | Tiago Cunha | 2011-08-25 | |
| | | | | | Add a tty_bell wrapper function, from Dylan Alex Simon. | |||
* | libm isn't needed anymore. | Tiago Cunha | 2011-08-25 | |
| | ||||
* | Sync OpenBSD patchset 948: | Tiago Cunha | 2011-08-25 | |
| | | | | | | There is no need to use sqrt()/INFINITY here which simplifies the code and makes it more portable, from Havard Eidnes. | |||
* | Sync OpenBSD patchset 947: | Tiago Cunha | 2011-08-21 | |
| | | | | | Fix a couple of memory leaks, from marcel partap. | |||
* | Sync OpenBSD patchset 946: | Tiago Cunha | 2011-08-21 | |
| | | | | | | Add a -r flag to switch-client to toggle the client read-only flag. From Johan Commelin. | |||
* | Sync OpenBSD patchset 945: | Tiago Cunha | 2011-08-21 | |
| | | | | | | Add up/down/left/right keys in vi edit mode. From "livibetter" SF bug 3385651. | |||
* | Sync OpenBSD patchset 944: | Tiago Cunha | 2011-08-21 | |
| | | | | | | Use key_bindings_remove for unbind-key -a to allow it to work from key bindings. From "miaout17" SF bug 3392063. | |||
* | Sync OpenBSD patchset 943: | Tiago Cunha | 2011-08-21 | |
| | | | | | | Correctly skip existing numbers when generating the name for a new session. | |||
* | +. | Nicholas Marriott | 2011-08-16 | |
| | ||||
* | +. | Nicholas Marriott | 2011-08-15 | |
| | ||||
* | +. | Nicholas Marriott | 2011-08-14 | |
| | ||||
* | Sync OpenBSD patchset 942: | Tiago Cunha | 2011-08-04 | |
| | | | | | fix error in previous; | |||
* | Sync OpenBSD patchset 941: | Tiago Cunha | 2011-08-04 | |
| | | | | | | | | | Extend the mode-mouse option to add a third choice which means the mouse does not enter copy mode. Patch from SF bug 3374493. In future the mode-mouse option is likely to die and be broken into several smaller options. | |||
* | Sync OpenBSD patchset 940: | Tiago Cunha | 2011-08-04 | |
| | | | | | | Do not require a client here, or pipe-pane will not work from the command line. | |||
* | $Id$ not $OpenBSD$. | Tiago Cunha | 2011-08-04 | |
| | ||||
* | Sync OpenBSD patchset 939: | Tiago Cunha | 2011-08-04 | |
| | | | | | Sort options alphabetically, from Tiago Cunha. | |||
* | Add. | Nicholas Marriott | 2011-07-30 | |
| | ||||
* | Add. | Nicholas Marriott | 2011-07-30 | |
| | ||||
* | Fix --enable-static and add a different check for b64_ntop that might work on | Nicholas Marriott | 2011-07-27 | |
| | | | | | | OS X. | |||
* | Can't use the same va_list twice, from Emanuele Giaquinta. | Nicholas Marriott | 2011-07-25 | |
| | ||||
* | Typo. | Nicholas Marriott | 2011-07-22 | |
| | ||||
* | Compatibility for b64_ntop, missing from some alternative libc. | Nicholas Marriott | 2011-07-22 | |
| | ||||
* | +. | Nicholas Marriott | 2011-07-19 | |
| | ||||
* | Only get -lrt when needed, from Pietro Cerutti. | Nicholas Marriott | 2011-07-19 | |
| | ||||
* | Typo, from Si Feng. | Nicholas Marriott | 2011-07-19 | |
| | ||||
* | Bump version and create a debug build by default. | Tiago Cunha | 2011-07-09 | |
| | ||||
* | Changes for 1.5. | Tiago Cunha | 2011-07-09 | |
| | ||||
* | Releases don't have debugging enabled. | Tiago Cunha | 2011-07-09 | |
| | ||||
* | Use an empty CFLAGS by default to prevent autoconf from setting it when | Tiago Cunha | 2011-07-09 | |
| | | | | | debugging isn't enabled. | |||
* | Delete subversion directories before the actual tarball is created. | Tiago Cunha | 2011-07-09 | |
| | ||||
* | Done. | Tiago Cunha | 2011-07-09 | |
| | ||||
* | HP-UX should work now. | Tiago Cunha | 2011-07-09 | |
| | ||||
* | Expand the Id keyword. | Tiago Cunha | 2011-07-09 | |
| | ||||
* | Add missing $Id$. | Tiago Cunha | 2011-07-09 | |
| | ||||
* | Sync OpenBSD patchset 938: | Tiago Cunha | 2011-07-09 | |
| | | | | | Unused variable. | |||
* | Pass the right size to calloc (* not **). | Nicholas Marriott | 2011-07-09 | |
| | ||||
* | Sync OpenBSD patchset 936: | Tiago Cunha | 2011-07-08 | |
| | | | | | | | | Do not continue to send data to suspended/locked clients or there will be a huge rush of it after they are resumed/unlocked. The main output path was fine but status line updates and the terminal state reset code were missed. | |||
* | Sync OpenBSD patchset 935: | Tiago Cunha | 2011-07-08 | |
| | | | | | flags[] should be initialized. From Thomas Adam. | |||
* | Sync OpenBSD patchset 934: | Tiago Cunha | 2011-07-08 | |
| | | | | | | | | Make confirm-before prompt customizable with -p option like command-prompt. Also move responsibility for calling status_replace into status_prompt_{set,update} and add #W and #P to the default kill-window and kill-pane prompts. By Tiago Cunha. | |||
* | Sync OpenBSD patchset 933: | Tiago Cunha | 2011-07-08 | |
| | | | | | Fix a couple of comments. | |||
* | Sync OpenBSD patchset 932: | Tiago Cunha | 2011-07-05 | |
| | | | | | Show full targets for lsp/lsw -a. | |||
* | Sync OpenBSD patchset 931: | Tiago Cunha | 2011-07-05 | |
| | | | | | | Use screen_reinit for respawn-pane to keep history and call input_init for respawn-window to break out of waiting for DCS/OSC to finish. | |||
* | Done too. | Nicholas Marriott | 2011-07-04 | |
| | ||||
* | Done too. | Nicholas Marriott | 2011-07-04 | |
| | ||||
* | These are done. | Nicholas Marriott | 2011-07-04 | |
| | ||||
* | Sync OpenBSD patchset 930: | Tiago Cunha | 2011-07-04 | |
| | | | | | | | Change the list-keys format so that it shows the keys using actual tmux commands which should be able to be directly copied into the config file. From Markus Schnalke, tweaked by me. | |||
* | Sync OpenBSD patchset 929: | Tiago Cunha | 2011-07-04 | |
| | | | | | | Add an option to trigger the terminal bell when there is an alert, from Marco Beck. | |||
* | Sync OpenBSD patchset 928: | Tiago Cunha | 2011-07-04 | |
| | | | | | | Include the existing window and session name in the prompt when renaming and add a new key binding ($) for rename session. From Tiago Cunha. |