summaryrefslogtreecommitdiffstats
path: root/tty.c
AgeCommit message (Expand)Author
2013-02-23Handle focus events from the terminal, from Aaron Jensen.Nicholas Marriott
2013-02-22Add support for focus notifications when tmux pane changes, based on work byNicholas Marriott
2013-02-18Use tty_raw on stop, not tty_puts.Nicholas Marriott
2013-02-18Correctly turn handle UTF8 mouse option being toggled, from Egmont Koblinger.Nicholas Marriott
2013-02-18Support the latest theory for mouse input, this is enabled/disabled with SM/RMNicholas Marriott
2013-02-17No more lint means no more ARGSUSED.Nicholas Marriott
2013-02-17In terminals with XT, turn on modifyOtherKeys=1 with the escape sequence andNicholas Marriott
2013-02-17I strongly suspect it is possible for tmux to block on detach in tty_raw, soNicholas Marriott
2013-02-16Include the \033 in the key tree and adjust key matching for this change.Nicholas Marriott
2013-02-15Tidy by splitting default key tables into two.Nicholas Marriott
2013-01-30Merge branch 'obsd-master'Thomas Adam
2013-01-18Rather than having two grids for each pane, one for ASCII and one forNicholas Marriott
2013-01-17Merge branch 'obsd-master'Thomas Adam
2013-01-15Implement ECH (erase character, CSI X). Reported by Christian Neukirchen.Nicholas Marriott
2012-11-22Merge branch 'obsd-master'Thomas Adam
2012-11-22Put helper function back, will be needed in a bit.Nicholas Marriott
2012-10-01Merge branch 'obsd-master'Thomas Adam
2012-09-29Do not test client flags against TTY_FREEZE bit, reported by Tom Ryder.Nicholas Marriott
2012-09-15Merge branch 'obsd-master'Thomas Adam
2012-09-05We can't tell what the terminal has done with a DCS string, so reset theNicholas Marriott
2012-09-04Remove xterm CRA support - support is patchy and it will be done betterNicholas Marriott
2012-09-03Remove xterm CRA support - support is patchy and it will be done betterNicholas Marriott
2012-08-31Sync OpenBSD patchset 1163:Tiago Cunha
2012-08-14Tidy up tty_write, from Sean Estabrooks.Nicholas Marriott
2012-07-11Sync OpenBSD patchset 1150:Tiago Cunha
2012-07-10xfree is not particularly helpful, remove it. From Thomas Adam.Nicholas Marriott
2012-07-04Sync OpenBSD patchset 1140:Tiago Cunha
2012-06-20Remove a couple of unused variables from redbrain at gcc dot gnu dot org.Nicholas Marriott
2012-05-22Sync OpenBSD patchset 1121:Tiago Cunha
2012-05-22Sync OpenBSD patchset 1117:Tiago Cunha
2012-05-22Sync OpenBSD patchset 1116:Tiago Cunha
2012-05-22Sync OpenBSD patchset 1115:Tiago Cunha
2012-05-22Store client in tty struct directly instead of using a callback functionNicholas Marriott
2012-05-22Use tty_pane_full_width macro in some more places.Nicholas Marriott
2012-05-22If there are any terminals with insert mode but not ich1, they can goNicholas Marriott
2012-05-22Move some common code to repeat spaces into a function.Nicholas Marriott
2012-05-12Sync OpenBSD patchset 1109:Tiago Cunha
2012-05-12Sync OpenBSD patchset 1108:Tiago Cunha
2012-05-12Sync OpenBSD patchset 1107:Tiago Cunha
2012-05-05Tidy up by adding a macro for the pane being the full screen width, fromNicholas Marriott
2012-05-05Missing ()s in macros.Nicholas Marriott
2012-05-05Pull CRA out into a separate function and add ERA, from Ailin Nemui.Nicholas Marriott
2012-03-29Sync OpenBSD patchset 1072:Tiago Cunha
2012-03-20Add a simple form of output rate limiting by counting the number ofNicholas Marriott
2012-03-18Sync OpenBSD patchset 1070:Tiago Cunha
2012-03-18Sync OpenBSD patchset 1062:Tiago Cunha
2012-03-18Sync OpenBSD patchset 1061:Tiago Cunha
2012-03-18Sync OpenBSD patchset 1060:Tiago Cunha
2012-03-18Sync OpenBSD patchset 1059:Tiago Cunha
2012-03-18Sync OpenBSD patchset 1057:Tiago Cunha