- 76cb088 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
- 66f4c60 Don't limit width and height to 222 in standard mouse mode. by Nicholas Marriott · 12 years ago
- c71844d Add resize-pane -Z to temporary zoom the active pane to occupy the full by Nicholas Marriott · 12 years ago
- 67b4d5b Support the latest theory for mouse input, this is enabled/disabled with by Nicholas Marriott · 12 years ago
- c5239c5 Add resize-pane -Z to temporary zoom the active pane to occupy the full window by Nicholas Marriott · 12 years ago
- e5eee7d Support the latest theory for mouse input, this is enabled/disabled with SM/RM by Nicholas Marriott · 12 years ago
- 739a766 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
- 47c097c Support middle-click paste, based on a diff from Ailin Nemui. by Nicholas Marriott · 12 years ago
- 47fbf87 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
- d210d99 Make mouse event structure clearer by defining events (up, click, drag) by Nicholas Marriott · 12 years ago
- a432fcd Sync OpenBSD patchset 1150: by Tiago Cunha · 12 years ago
- df912e3 xfree is not particularly helpful, remove it. From Thomas Adam. by Nicholas Marriott · 12 years ago
- 2f0db58 Sync OpenBSD patchset 1110: by Tiago Cunha · 13 years ago
- 218b692 Only enter copy mode on scroll up, from Ailin Nemui. by Nicholas Marriott · 13 years ago
- bd61531 Sync OpenBSD patchset 1088: by Tiago Cunha · 13 years ago
- 18d3498 Simplify mouse input function. by Nicholas Marriott · 13 years ago
- 3ce1b91 Sync OpenBSD patchset 941: by Tiago Cunha · 13 years ago
- cc5bcbf Extend the mode-mouse option to add a third choice which means the mouse by Nicholas Marriott · 13 years ago
- 391f1f0 Expand the Id keyword. by Tiago Cunha · 13 years ago
- 215ee46 Sync OpenBSD patchset 896: by Tiago Cunha · 14 years ago
- 8738141 When mode-mouse is on (it is off by default), automatically enter copy by Nicholas Marriott · 14 years ago
- 219442c Sync OpenBSD patchset 828: by Tiago Cunha · 14 years ago
- ac3b78a Support for UTF-8 mouse input (\033[1005h). This was added in xterm 262 by Nicholas Marriott · 14 years ago
- a24b67f Sync OpenBSD patchset 824: by Tiago Cunha · 14 years ago
- f833b88 Last few tables that should be const. by Nicholas Marriott · 14 years ago
- 095e1b4 Sync OpenBSD patchset 812: by Tiago Cunha · 14 years ago
- f7c42c2 Support all four of the xterm mouse modes. Based on a diff from hsim at gmx.li. by Nicholas Marriott · 14 years ago
- f54482a Solaris 9 has no stdint.h, ugh. Reported by a couple of people most by Nicholas Marriott · 14 years ago
- cc094fd Sync OpenBSD patchset 581: by Tiago Cunha · 15 years ago
- 15a64b8 Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last by Nicholas Marriott · 15 years ago
- 635d36f Sync OpenBSD patchset 562: by Tiago Cunha · 15 years ago
- 094bca5 Output the right keys for application and number keypad modes (they were the by Nicholas Marriott · 15 years ago
- ba7aa50 Sync OpenBSD patchset 525: by Tiago Cunha · 15 years ago
- d9961f4 Don't output rxvtisms either. by Nicholas Marriott · 15 years ago
- 0cd4f4e Sync OpenBSD patchset 502: by Tiago Cunha · 15 years ago
- 2df0882 Sync OpenBSD patchset 498: by Tiago Cunha · 15 years ago
- 6a6a42a It would help if I read my own comments... make alt keys work again by sending by Nicholas Marriott · 15 years ago
- a02c7e8 Convert the window pane (pty master side) fd over to use a bufferevent. by Nicholas Marriott · 15 years ago
- 31bb577 Sync OpenBSD patchset 460: by Tiago Cunha · 15 years ago
- 10aab82 Sync OpenBSD patchset 459: by Tiago Cunha · 15 years ago
- 8ff0d06 Sync OpenBSD patchset 457: by Tiago Cunha · 15 years ago
- 6cf9965 Sync OpenBSD patchset 456: by Tiago Cunha · 15 years ago
- 9812286 Sync OpenBSD patchset 453: by Tiago Cunha · 15 years ago
- dd8174f Sync OpenBSD patchset 452: by Tiago Cunha · 15 years ago
- 5350212 Sync OpenBSD patchset 451: by Tiago Cunha · 15 years ago
- 4f7e669 Sync OpenBSD patchset 450: by Tiago Cunha · 15 years ago
- 165538b Sync OpenBSD patchset 449: by Tiago Cunha · 15 years ago
- e831649 Not all terminals swap CSI and SS3 on ctrl, so remove that. by Nicholas Marriott · 15 years ago
- fd2ef18 Rewrite xterm-keys code (both input and output) so that works (doesn't always by Nicholas Marriott · 15 years ago
- bbca6fe On second thoughts, drop the rxvt output entirely. by Nicholas Marriott · 15 years ago
- 5cce40d Set the output code for ctrl+cursor keys correctly, and disable (comment) by Nicholas Marriott · 15 years ago
- a0ec4a1 Drop INPUTKEY_CTRL and just handle it as part of the table. by Nicholas Marriott · 15 years ago
- 25d2000 Add or fix some comments. by Nicholas Marriott · 15 years ago
- b3604dc Tidy up table. by Nicholas Marriott · 15 years ago
- db4452d Rename keypad keys to something more useful. by Nicholas Marriott · 15 years ago
- 10a656e Remove the xterm-keys code which is broken (a replacement is coming but some by Nicholas Marriott · 15 years ago
- b26ea84 Sync OpenBSD patchset 381: by Tiago Cunha · 15 years ago
- 4bc0f6e Clean up by introducing a wrapper struct for mouse clicks rather than passing by Nicholas Marriott · 15 years ago
- 361801a Sync OpenBSD patchset 184: by Tiago Cunha · 15 years ago
- 639fbe0 Detect backspace by looking at termios VERASE and translate it into \177 (which by Nicholas Marriott · 15 years ago
- a734488 Sync OpenBSD patchset 151: by Tiago Cunha · 15 years ago
- 725938f Tidy up keys: use an enum for the key codes, and remove the macros which just by Nicholas Marriott · 15 years ago
- 35876ea Import tmux, a terminal multiplexor allowing (among other things) a single by Nicholas Marriott · 15 years ago
- 143aa71 Space trimmage mega-diff. by Nicholas Marriott · 16 years ago
- 1712560 Extra function keys from Dashing dashing at hushmail dot com by Nicholas Marriott · 16 years ago
- 4428987 * Better support for at least the most common variant of mouse input: parse it and adjust for different panes. Also support mouse in window/session choice mode. by Nicholas Marriott · 16 years ago
- e099a78 Make shift arrow keys work. by Nicholas Marriott · 16 years ago
- a88eba3 More hacks for key handling. by Nicholas Marriott · 16 years ago
- dbbc314 Handle ctrl/shift modifiers better. by Nicholas Marriott · 16 years ago
- 162bacd Window splitting. Two vertical panes fixed 50% each. This is a huge diff, still a couple of bugs (notably heap corruption somewhere causing segfault on exit). by Nicholas Marriott · 16 years ago
- 3126332 Support btab. by Nicholas Marriott · 16 years ago
- a1b43fa Trim spaces. by Nicholas Marriott · 16 years ago
- ed1031b Update key handling code. Simplify, support ctrl properly and add a new window option (xterm-keys) to output xterm key codes including ctrl and, if available, alt and shift. by Nicholas Marriott · 16 years ago
- 622d4de Give up the farce of caring about any keys aside from the ones in the screen termcap and the ones termcap doesn't handle that we hardcode manually. by Nicholas Marriott · 16 years ago
- 4846ad1 Introduce nitems() and use it; use bsearch. by Nicholas Marriott · 16 years ago
- b457479 Make home and end work. by Nicholas Marriott · 16 years ago
- 3337dfc Support keypad mode, and get rid of SCREEN_DEF*. Meant to commit these separately but forgot :-/. by Nicholas Marriott · 16 years ago
- ee8a9d2 Handle kcursor+kkeypad (switch to OA from [A). by Nicholas Marriott · 16 years ago
- e00736b Revert this, it breaks emacs. by Nicholas Marriott · 16 years ago
- 9721277 Support keypad. Change cursor key output. by Nicholas Marriott · 16 years ago
- 758efb3 Handle escaped keys properly and use M-f/M-b in copy mode. by Nicholas Marriott · 16 years ago
- 91f3165 IRIX fixes thanks to Elias Pipping. by Nicholas Marriott · 16 years ago
- 99df48d Trimify. by Nicholas Marriott · 16 years ago
- 6a187bb Some Linux fixes; some code tidying. Don't redraw status bar so often. by Nicholas Marriott · 16 years ago
- 205b78e Some key tweaks, fix status bar to not rely on attr. by Nicholas Marriott · 17 years ago
- cb353fb home and end appear to be find/select with rxvt... by Nicholas Marriott · 17 years ago
- 76c8a59 Big internal reorganisation to move tty control into parent. by Nicholas Marriott · 17 years ago
- 9a6e47c Initial history support. by Nicholas Marriott · 17 years ago
- 1b96476 Kill window command. Nuke some backspace stuff. by Nicholas Marriott · 17 years ago
- aafee17 New input parser via state machine. by Nicholas Marriott · 17 years ago