History log of /openbsd-src/usr.bin/tmux/input-keys.c (Results 101 – 107 of 107)
Revision Date Author Comments
# 4f6960c5 26-Oct-2009 nicm <nicm@openbsd.org>

Tidy up table.


# b245893c 26-Oct-2009 nicm <nicm@openbsd.org>

Rename keypad keys to something more useful.


# b16440e9 26-Oct-2009 nicm <nicm@openbsd.org>

Remove the xterm-keys code which is broken (a replacement is coming but some
more cleanup is needed first).


# d0e419ec 11-Oct-2009 nicm <nicm@openbsd.org>

Clean up by introducing a wrapper struct for mouse clicks rather than passing
three u_chars around.

As a side-effect this fixes incorrectly rejecting high cursor positions
(because it was comparing

Clean up by introducing a wrapper struct for mouse clicks rather than passing
three u_chars around.

As a side-effect this fixes incorrectly rejecting high cursor positions
(because it was comparing them as signed char), reported by Tom Doherty.

show more ...


# 4cf01325 26-Jul-2009 nicm <nicm@openbsd.org>

Detect backspace by looking at termios VERASE and translate it into \177 (which
matches screen's behaviour if not its termcap/terminfo entry). The terminfo kbs
cap is often wrong or missing so it can

Detect backspace by looking at termios VERASE and translate it into \177 (which
matches screen's behaviour if not its termcap/terminfo entry). The terminfo kbs
cap is often wrong or missing so it can't be used, and just assuming \177 may
be wrong.

show more ...


# 666a6e57 21-Jul-2009 nicm <nicm@openbsd.org>

Tidy up keys: use an enum for the key codes, and remove the macros which just
wrap flag sets/clears/tests.


# 311827fb 01-Jun-2009 nicm <nicm@openbsd.org>

Import tmux, a terminal multiplexor allowing (among other things) a single
terminal to be switched between several different windows and programs
displayed on one terminal be detached from one termin

Import tmux, a terminal multiplexor allowing (among other things) a single
terminal to be switched between several different windows and programs
displayed on one terminal be detached from one terminal and moved to another.

ok deraadt pirofti

show more ...


12345