History log of /openbsd-src/usr.bin/tmux/input.c (Results 1 – 25 of 232)
Revision Date Author Comments
# d5f1c1a5 11-Nov-2024 nicm <nicm@openbsd.org>

Add an option to control the input buffer size, from Ken Lau.


# 02d75531 25-Oct-2024 nicm <nicm@openbsd.org>

Flag tabs if possible in the grid cell so they can be preserved on
copying and capture-pane. From Alexander Arch in GitHub issue 4201.


# aaa8edad 14-Oct-2024 nicm <nicm@openbsd.org>

Set ACS flag for REP. Reported by Romain Francoise, GitHub issue 4182.


# 54ec0e18 16-Sep-2024 nicm <nicm@openbsd.org>

Change the behaviour of extended-keys always slightly so that
applications can still enter mode 2 if they want, they just cannot turn
extended keys off entirely. From Stanislav Kljuhhin.


# e3206f6f 21-Aug-2024 nicm <nicm@openbsd.org>

Set the default for extended-keys back to off because it appears emacs turns
the keys on but does not correctly handle them except in xterm (!). Also fix so
that off takes effect as expected.


# 719f5715 21-Aug-2024 nicm <nicm@openbsd.org>

Revamp extended keys support to more closely match xterm and support
mode 2 as well as mode 1. From Stanislav Kljuhhin (GitHub issue 4038).

This changes tmux to always request mode 2 from parent ter

Revamp extended keys support to more closely match xterm and support
mode 2 as well as mode 1. From Stanislav Kljuhhin (GitHub issue 4038).

This changes tmux to always request mode 2 from parent terminal, change
to an unambiguous internal representation of keys, and adds an option
(extended-keys-format) to control the format similar to the xterm(1)
formatOtherKeys resource.

show more ...


# 80c8bfd3 19-Aug-2024 nicm <nicm@openbsd.org>

Allow REP to work with Unicode characters, GitHub issue 3687.


# 891e2565 24-Jun-2024 nicm <nicm@openbsd.org>

Add a way (refresh-client -r) for control mode clients to provide OSC 10
and 11 responses to tmux so they can set the default foreground and
background colours, from George Nachman in GitHub issue 40

Add a way (refresh-client -r) for control mode clients to provide OSC 10
and 11 responses to tmux so they can set the default foreground and
background colours, from George Nachman in GitHub issue 4014.

show more ...


# 8db6b63c 10-Apr-2024 nicm <nicm@openbsd.org>

Add an option allow-set-title to forbid applications from changing the
pane title, from someone in GitHub issue 3930.


# ce01693a 27-Dec-2023 nicm <nicm@openbsd.org>

Correctly handle window ops with no pane, GitHub issue 3747.


# 04d313c5 15-Sep-2023 nicm <nicm@openbsd.org>

Add -t to source-file, GitHub issue 3473.


# 7b23d14c 15-Sep-2023 nicm <nicm@openbsd.org>

Add some more WINOPS and a placeholder for SMGRAPHICS.


# eb1b93f9 23-Aug-2023 nicm <nicm@openbsd.org>

Log what input_dcs_dispatch does with the input data.


# e49f8566 08-Aug-2023 nicm <nicm@openbsd.org>

Add flag to next-prompt/previous-prompt to go to command output instead,
from Magnus Gross.


# f353bcb0 13-Jul-2023 nicm <nicm@openbsd.org>

Use 8 for underscore colour defaults instead of 0 which is less
confusing, and fix writing tge default colour. GitHub issue 3627.


# cbbd91a4 03-Jul-2023 nicm <nicm@openbsd.org>

Add support for marking lines with a shell prompt based on the OSC 133
extension, from Munif Tanjim in GitHub issue 3596.


# e3eeb0f8 30-Jun-2023 nicm <nicm@openbsd.org>

Get rid of some warnings with GCC 10, from Thomas Klausner.


# c3035900 25-Jun-2023 nicm <nicm@openbsd.org>

SGR 0 should not end hyperlink, reported by Lucas Trzesniewski.


# d7514f5b 27-Mar-2023 nicm <nicm@openbsd.org>

Add a format to show if there are unseen changes while in a mode, from
Dan Aloni in GitHub issue 3498.


# d21788ce 03-Jan-2023 nicm <nicm@openbsd.org>

Query the client terminal for foreground and background colours and if
OSC 10 or 11 is received but no colour has been set inside tmux, return
the colour from the first attached client (probably most

Query the client terminal for foreground and background colours and if
OSC 10 or 11 is received but no colour has been set inside tmux, return
the colour from the first attached client (probably most people will
have all light or or all dark terminals).

show more ...


# e0697ebc 11-Nov-2022 nicm <nicm@openbsd.org>

Parse primary device attributes as well as secondary and add a SIXEL
flag (not used yet), from Anindya Mukherjee.


# 99acee14 28-Oct-2022 nicm <nicm@openbsd.org>

Add paste-buffer-deleted notification and fix name of paste-buffer-changed.


# af898047 28-Oct-2022 nicm <nicm@openbsd.org>

Do not send focus sequences when reporting is enabled, matches other
terminals behaviour.


# 3ea016a0 12-Sep-2022 nicm <nicm@openbsd.org>

Don't use options from pane if pane is NULL.


# 4bbd1b52 31-Aug-2022 nicm <nicm@openbsd.org>

Fix window size report, from Vincent Bernat.


12345678910