Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-25 | Get a reference to the device when "snd/N" MIDI ports are opened | Alexandre Ratchov | |
As the master output level control is not in software any longer the device needs to opened for adjustments to work. | |||
2020-04-24 | Add an example of "sndioctl output.level=+0.1" as suggested by espie@, | Ingo Schwarze | |
add an example of toggling a switch as suggested by ratchov@, and simplify and clarify the wording in the EXAMPLES section. OK ratchov@ | |||
2020-04-24 | provide a STYLE message when mandoc knows the file name and the extension | Ingo Schwarze | |
disagrees with the section number given in the .Dt or .TH macro; feature suggested and patch tested by jmc@ | |||
2020-04-24 | Make sure devices are properly closed in case of an error. | Alexandre Ratchov | |
Fixes possible crashes if the contol device fails, while the audio device continues to work. | |||
2020-04-24 | Fix incorrect error message for "too many known hosts files." bz#3149, patch | Darren Tucker | |
from jjelen at redhat.com. | |||
2020-04-24 | Remove leave_non_blocking() which is now dead code because nothing sets | Darren Tucker | |
in_non_blocking_mode any more. Patch from michaael.meeks at collabora.com, ok djm@ | |||
2020-04-23 | ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread; | Jason McIntyre | |
2020-04-23 | Explain in the DESCRIPTION section in which cases mixerctl should be used | Alexandre Ratchov | |
joint work with jmc, thanks | |||
2020-04-23 | Overrides need to be applied both before and after features in case they | Nicholas Marriott | |
change flags used to detect a feature. | |||
2020-04-23 | Document uvmexp.nswget without relying on implementation details. | Martin Pieuchot | |
Prompted by a question from schwarze@ ok deraadt@, schwarze@, visa@ | |||
2020-04-23 | Use "control" instead of "variable", more appropriate in this context | Alexandre Ratchov | |
ok and tweaks jmc | |||
2020-04-23 | Fix a couple of memory leaks, one when creating a new pane and one when | Nicholas Marriott | |
adding formats onto the queue item. | |||
2020-04-23 | adjust section argument of .Dt macro after move from section 1 to 8; | Ingo Schwarze | |
patch from Raf Czlonka <rczlonka at gmail dot com> | |||
2020-04-22 | use a root prompt for EXAMPLES; ok ratchov | Jason McIntyre | |
2020-04-22 | Improve join-pane, move-pane and break-pane: | Nicholas Marriott | |
- There is no need for join-pane and move-pane to be different. - break-pane can just behave like move-window if the source has only one pane, instead of failing. - Add -a to break-pane like move-window. Also add missing man page bits for previous window-tree.c changes. GitHub issue 2176. | |||
2020-04-22 | Indicate the marked pane in choose mode in reverse and add key to set | Nicholas Marriott | |
and clear it (m and M) and a key to jump to the starting pane (H). | |||
2020-04-22 | Add a session_marked format like window_marked. | Nicholas Marriott | |
2020-04-22 | mark up a function name with .Fn; | Ingo Schwarze | |
found with mandoc -Tlint | |||
2020-04-22 | correct the description of the top line; | Ingo Schwarze | |
patch from <clematis at insiberia dot net> | |||
2020-04-22 | Update the cursor position when deleting lines from screens without | Nicholas Marriott | |
history, GitHub issue 2173. | |||
2020-04-22 | Use the same workding as in other pages. | Alexandre Ratchov | |
Use "controls" instead of "variables". Use "audio device" instead of "mixer" to refer to the sound-card. ok jmc@ | |||
2020-04-22 | Change so main-pane-width and height can be given as a percentage. | Nicholas Marriott | |
2020-04-22 | sort SEE ALSO; | Jason McIntyre | |
2020-04-21 | adjust for man pages | Theo de Raadt | |
2020-04-21 | move mixerctl and audioctl man pages to section 8, as these work | Theo de Raadt | |
against root-only device nodes. | |||
2020-04-21 | Replace parameter -> control | Alexandre Ratchov | |
Audio parameter is ambigous in this context, it refers also to sample rate, encoding, etc. ok jmc | |||
2020-04-21 | Move the background colour to clear with (if any) up as well as the data | Nicholas Marriott | |
when scrolling, redraw problem reported by sthen@. | |||
2020-04-21 | The group is not optional. | Alexandre Ratchov | |
Controls that belong to a group must be expressed with the group name included. Not all control belong to a group, though. | |||
2020-04-21 | Describe behavior when channel numbers are omitted | Alexandre Ratchov | |
2020-04-21 | Use "real world" examples, like output.level. | Alexandre Ratchov | |
2020-04-21 | Remove (confusing) description of non-scalar controls. | Alexandre Ratchov | |
Nothing exposes such controls yet, so it's not necessary. | |||
2020-04-21 | 256 and RGB features can imply AX (for aixterm colours). | Nicholas Marriott | |
2020-04-21 | Turn off the block flag to reset the state or the cursor will not be | Nicholas Marriott | |
moved back to the right place. | |||
2020-04-21 | Do not clear client pane redraw flags until the redraw actually happens. | Nicholas Marriott | |
2020-04-21 | xterm* needs XT also. | Nicholas Marriott | |
2020-04-20 | Fix the example: now mixerctl uses /dev/audioctl0 | Alexandre Ratchov | |
2020-04-20 | Always start sync for output in panes that are not the active pane. | Nicholas Marriott | |
2020-04-20 | Apply terminal-overrides after terminal detection, it always takes | Nicholas Marriott | |
precedence. | |||
2020-04-20 | Change how sync works to always send the end sequence after all output | Nicholas Marriott | |
is done when we are returning to the event loop (since we always move the cursor at that point). Also a man fix from jmc. | |||
2020-04-20 | Change the Sync capability to be a string instead of a flag. | Nicholas Marriott | |
2020-04-20 | Tidy up the terminal detection and feature code and add named sets of | Nicholas Marriott | |
terminal features, each of which are defined in one place and map to a builtin set of terminfo(5) capabilities. Features can be specified based on TERM with a new terminal-features option or with the -T flag when running tmux. tmux will also detect a few common terminals from the DA and DSR responses. This is intended to make it easier to configure tmux's use of terminfo(5) even in the presence of outdated ncurses(3) or terminfo(5) databases or for features which do not yet have a terminfo(5) entry. Instead of having to grok terminfo(5) capability names and what they should be set to in the terminal-overrides option, the user can hopefully just give tmux a feature name and let it do the right thing. The terminal-overrides option remains both for backwards compatibility and to allow tweaks of individual capabilities. tmux already did much of this already, this makes it tidier and simpler to configure. | |||
2020-04-20 | In fragment identifiers, use ~%d for ordinal suffixes, | Ingo Schwarze | |
and reserve the character '~' for that purpose. Bug found by validator.w3.org in openssl(1), which contains both a tag "tls1_2" and a second instance of a tag "tls1", which also resulted in "tls1_2", causing a clash. Now, the second instance of "tls1" is rendered as "tls1~2" instead, employing the newly reserved '~'. | |||
2020-04-20 | Also redraw panes which aren't pane 0. Problem reported by tb@. | Nicholas Marriott | |
2020-04-20 | in case there are several operators on a dependency line, prefer the | Marc Espie | |
standard one (:) to the very BSD specific (!) so that standard Makefiles keep working in the presence of ! in filenames. This doesn't supersede the usual heuristics of choosing the operator followed by space if several are present. okay millert@ | |||
2020-04-20 | Only trim blank lines when the source pane is not the target pane, | Nicholas Marriott | |
otherwise the cursor moves which is a bit strange. | |||
2020-04-20 | Need to check for pane redrawing even if just the window flag is set | Nicholas Marriott | |
(the pane flag may not have been previously set to avoid looping the windows). | |||
2020-04-20 | fix a bug I introduced in r1.406: when printing private key fingerprint | Damien Miller | |
of old-format key, key comments were not being displayed. Spotted by loic AT venez.fr, ok dtucker | |||
2020-04-19 | there should be a space between the year and "BC"; | Jason McIntyre | |
taken and expanded from grog@freebsd | |||
2020-04-19 | Add -groups option to openssl(1) s_server. | Joel Sing | |
This allows supported EC groups to be configured, which will also control which TLSv1.3 key shares we'll accept. While here, deprecate the rather useless -named_curve option, which is effectively the same as -groups with a single group. Also stop setting a single default group of P-256 via SSL_CTX_set_tmp_ecdh() - use the library defaults instead. ok beck@ inoguchi@ | |||
2020-04-19 | When .Bd, .D1, or .Dl is tagged, attach the permalink | Ingo Schwarze | |
to the first few letters, similar to what was earlier done for .Pp. |