index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
tmux
Age
Commit message (
Expand
)
Author
2020-05-16
Try to search the entire history first for up to 200 ms so a search
Nicholas Marriott
2020-05-16
Do not need to work out status line offset, we already have it.
Nicholas Marriott
2020-05-16
Use VIS_CSTYLE for paste buffers also.
Nicholas Marriott
2020-05-16
Do not hoke into struct window_pane from the tty code and instead set
Nicholas Marriott
2020-05-16
Rename and tidy some stuff in struct tty_ctx.
Nicholas Marriott
2020-05-16
Add -e for new-session to set environment variables.
Nicholas Marriott
2020-05-16
Add 'e' key in buffer mode to open the buffer in an editor.
Nicholas Marriott
2020-05-16
Use formats for status-style and message-style.
Nicholas Marriott
2020-05-16
Complete partial window indexes properly.
Nicholas Marriott
2020-05-16
Add -W and -T flags to command-prompt to only complete a window and a
Nicholas Marriott
2020-05-16
Copy mode search improvements:
Nicholas Marriott
2020-05-16
Improve command prompt completion:
Nicholas Marriott
2020-05-16
Drop having a separate type for style options and make them all strings,
Nicholas Marriott
2020-05-16
Call format_defaults_window for panes as well.
Nicholas Marriott
2020-05-16
Use a grid cell not a style for the pane style.
Nicholas Marriott
2020-05-16
Instead of forbidding invalid session names, sanitize them like window
Nicholas Marriott
2020-05-16
Instead of having a default set of terminals in terminal-overrides that
Nicholas Marriott
2020-05-16
Do not redraw or update mode if nothing has changed.
Nicholas Marriott
2020-05-16
Add feature and capabilities for focus reporting. Also document AX and
Nicholas Marriott
2020-05-16
Add a feature for bracketed paste.
Nicholas Marriott
2020-05-16
Add a feature for strikethrough.
Nicholas Marriott
2020-05-16
Move terminal features into a single file.
Nicholas Marriott
2020-05-16
Build list of paths and weed out duplicates before loading configs, and
Nicholas Marriott
2020-05-16
Add extension terminfo(5) capabilities for margins.
Nicholas Marriott
2020-05-16
Response is iTerm2 not not ITerm2.
Nicholas Marriott
2020-05-16
Remove support for iTerm2's DSR 1337 extension and use the CSI > q
Nicholas Marriott
2020-05-16
Add an attribute for ACS.
Nicholas Marriott
2020-05-16
Tweak the default choose modes formats:
Nicholas Marriott
2020-05-08
imsg.h needs uio.h, pointed out by deraadt
Nicholas Marriott
2020-04-30
Do not remove the automatic-rename option from the global set, only from
Nicholas Marriott
2020-04-27
Do not close the stdout file descriptor in control mode as it will be
Nicholas Marriott
2020-04-23
ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread;
Jason McIntyre
2020-04-23
Overrides need to be applied both before and after features in case they
Nicholas Marriott
2020-04-23
Fix a couple of memory leaks, one when creating a new pane and one when
Nicholas Marriott
2020-04-22
Improve join-pane, move-pane and break-pane:
Nicholas Marriott
2020-04-22
Indicate the marked pane in choose mode in reverse and add key to set
Nicholas Marriott
2020-04-22
Add a session_marked format like window_marked.
Nicholas Marriott
2020-04-22
Update the cursor position when deleting lines from screens without
Nicholas Marriott
2020-04-22
Change so main-pane-width and height can be given as a percentage.
Nicholas Marriott
2020-04-21
Move the background colour to clear with (if any) up as well as the data
Nicholas Marriott
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
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
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
2020-04-20
Change how sync works to always send the end sequence after all output
Nicholas Marriott
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
2020-04-20
Also redraw panes which aren't pane 0. Problem reported by tb@.
Nicholas Marriott
[next]