- 892d1b5 Split emacs/vi keys into seperate tables. by Nicholas Marriott · 16 years ago
- e5cf859 long for pid. by Nicholas Marriott · 16 years ago
- dd41035 Protocol versioning, version is checked on identify message. by Nicholas Marriott · 16 years ago
- 797f04b Document buffer stuff. by Nicholas Marriott · 16 years ago
- d90d646 Zombie windows, requested by Will Maier. by Nicholas Marriott · 16 years ago
- b877897 Oops, forgot to commit move-window. Also add select-prompt to allow index to be typed. by Nicholas Marriott · 16 years ago
- 7836298 Allow use of alt keys. move-window command. 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
- 59da4dc list-commands command. by Nicholas Marriott · 16 years ago
- b69f4a3 Split internal status-colour into status-fg/status-bg options and lose workarounds in set-option stuff. by Nicholas Marriott · 16 years ago
- c24d849 Split options into a table to allow abbreviations. by Nicholas Marriott · 16 years ago
- 09a6b8d timespecadd, fgetln headers. by Nicholas Marriott · 16 years ago
- a52be0e More missing bits from Solaris. by Nicholas Marriott · 16 years ago
- 46383e3 Don't be clever and translate default colour. by Nicholas Marriott · 16 years ago
- e70e951 Simple tab completion of option names in command prompt. by Nicholas Marriott · 16 years ago
- 2bd92e5 Lose unnecessary flags on context. by Nicholas Marriott · 16 years ago
- 3128de3 buffer-limit option. by Nicholas Marriott · 16 years ago
- 4e4f71f Swap in new paste buffer code and add a couple more commands. by Nicholas Marriott · 16 years ago
- 9798dcd Start of improved buffer code. Only set-buffer/show-buffer commands so far. by Nicholas Marriott · 16 years ago
- 17fde82 Freeze output when showing display line, fixes problems when no status line. by Nicholas Marriott · 16 years ago
- 7cebf47 Hide cursor with flag. by Nicholas Marriott · 16 years ago
- 74d8f0b Command prompt for interactive commands. by Nicholas Marriott · 16 years ago
- c3b7a49 Editable prompt. Not used for anything yet. More to come. by Nicholas Marriott · 16 years ago
- 9ef5bdc Show status messages without blocking the server. by Nicholas Marriott · 16 years ago
- 9b0ff4c More Solaris stuff. Use ttyname, use ncurses,h. by Nicholas Marriott · 16 years ago
- b7cefe4 NO_ASPRINTF. by Nicholas Marriott · 16 years ago
- be53d7f More Sun OS crap. by Nicholas Marriott · 16 years ago
- 0d5ad35 forkpty for Sun OS. by Nicholas Marriott · 16 years ago
- fed1a3b compat/daemon.c by Nicholas Marriott · 16 years ago
- 19b7946 Start of Solaris port. by Nicholas Marriott · 16 years ago
- 8873c79 Set window title to current session. New options set-titles to disable. by Nicholas Marriott · 16 years ago
- 55d5b83 Informational messages on window option changes. by Nicholas Marriott · 16 years ago
- 1d08105 show-window-options command. by Nicholas Marriott · 16 years ago
- 557b6b8 Add a couple of extra option types, and implement show-options command. by Nicholas Marriott · 16 years ago
- 0f40347 New window options: force-width and force-height. This will force a window to by Nicholas Marriott · 16 years ago
- 62d7ad2 Clear blank area properly on redraw, and add a marker line below it. by Nicholas Marriott · 16 years ago
- d51f075 Use a socketpair to synchronise server startup. by Nicholas Marriott · 16 years ago
- 9580695 Clear clients with flag too. by Nicholas Marriott · 16 years ago
- 77224aa Be more conservative about redrawing using flags. by Nicholas Marriott · 16 years ago
- 367e002 New flag: aggressize resize. Resize window when to size of smallest session for which it is _current_ window. by Nicholas Marriott · 16 years ago
- 3cd4a08 Make server exit when last session dies. Also fix window check for status activity redraw. 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
- 0b9b873 Big reorganisation of command-line syntax. by Nicholas Marriott · 16 years ago
- 642c0b0 Easy bits of arg printing for list-keys. by Nicholas Marriott · 16 years ago
- 7842d29 Revert attempt to fix stray updates, turns out it was clock :-/. by Nicholas Marriott · 16 years ago
- 39be570 vi keys from Will Maier. by Nicholas Marriott · 16 years ago
- 0f95671 Disable/enable window activity monitoring with set-window-option command. by Nicholas Marriott · 16 years ago
- 14b9512 Add activity monitoring, also invert items on taskbar which have activity. by Nicholas Marriott · 16 years ago
- f7ba4df Bring select-window into line with everything else wrt -i. by Nicholas Marriott · 16 years ago
- 811e75d Status bar left and right strings (set with status-left and status-right), and automatic update (at interval set by status-interval). by Nicholas Marriott · 16 years ago
- 9e6090a Per-session configuration options. by Nicholas Marriott · 16 years ago
- 73c9b25 It is too easy to create things in the same second; use a timespec instead. by Nicholas Marriott · 16 years ago
- 743956e Allow -c anywhere -s was allowed. by Nicholas Marriott · 16 years ago
- f91e7bf If no command is specified, assume new-session. by Nicholas Marriott · 16 years ago
- eaee4dc Quick and dirty kill-server command. by Nicholas Marriott · 16 years ago
- 8731755 Add a windowonly generic command and use it where appropriate. Also trim includes and unused. by Nicholas Marriott · 16 years ago
- 95cc21c Quick man page update, also fix some usages and get rid of some CMD_KEY checks. by Nicholas Marriott · 16 years ago
- a26f58c Last bits of basic configuration file. By default in ~/.tmux.conf or specified with -f. Just a list of tmux commands executed when the server is started and before and any session/window is created. by Nicholas Marriott · 16 years ago
- c7243b7 Move -s and -c down a level so handling them is the responsibility of the command (with some helper functions), rather than the top-level. This changes the action command syntax so that -s and -c must be after the command rather than before. by Nicholas Marriott · 16 years ago
- 65f4284 New command, send-keys, to send a set of keys. by Nicholas Marriott · 16 years ago
- abe745f Add limits.h by Nicholas Marriott · 16 years ago
- 205b78e Some key tweaks, fix status bar to not rely on attr. by Nicholas Marriott · 17 years ago
- 21d10e6 Use the current attr/colours for filling in new areas, this fixes the echo \\033[35\;46m\\033[2J bug. by Nicholas Marriott · 17 years ago
- 2bc8108 Save term data in a linked list and reuse it. by Nicholas Marriott · 17 years ago
- 8ec9b07 Screen debugging. by Nicholas Marriott · 17 years ago
- 7dc18f6 set/reset mode window functions. by Nicholas Marriott · 17 years ago
- 103748d Major reorganisation of screen handling. by Nicholas Marriott · 17 years ago
- 8419e99 The tty code already stores attributes and doesn't modify them if unaltered, so the screen drawing code doesn't need to do so too. This probably also fixes bugs when switching screens where the actual tty attributes may not have been what the draw code (erroneously) expected. by Nicholas Marriott · 17 years ago
- 3962c5f Change window name on \ek...\e\. by Nicholas Marriott · 17 years ago
- 043514a Preliminary mouse support. by Nicholas Marriott · 17 years ago
- f47ab8f Don't nuke charset flag on [0m. Also rename DRAWING -> CHARSET flag. by Nicholas Marriott · 17 years ago
- 7034ba2 Same exit process applied to detach. by Nicholas Marriott · 17 years ago
- 5cd1d45 Three-stage exit process so that [] message printing works on detach etc. by Nicholas Marriott · 17 years ago
- 80e30f6 Minor tweaks/missed bits. by Nicholas Marriott · 17 years ago
- 76c8a59 Big internal reorganisation to move tty control into parent. by Nicholas Marriott · 17 years ago
- 15511cb Support for VT100 graphics mode. Also lose some redundant checks. by Nicholas Marriott · 17 years ago
- b903494 Reset before calling window_draw otherwise it'll have the wrong idea of the current state (since it copies from screen). by Nicholas Marriott · 17 years ago
- 8da0b1f Mostly-complete copy and paste. by Nicholas Marriott · 17 years ago
- 9c58443 history-limit option. by Nicholas Marriott · 17 years ago
- 26c8303 Tidier code by moving mess into functions. by Nicholas Marriott · 17 years ago
- 7ab0b46 Text selection with C-space. by Nicholas Marriott · 17 years ago
- 18d72e6 Partial copy mode. Currently does the same as scroll mode but using a cursor. Also fix bug where resizing would leave crap lying around. by Nicholas Marriott · 17 years ago
- df7be0d Split SCREEN_BACKGROUND flag into BACKGROUND/NOCURSOR in preparation for copy mode. by Nicholas Marriott · 17 years ago
- c64cf68 Cut memory consumption by only allocating lines when there is actually data on them, and only as much as the right-most data. Everything else is filled in at runtime. by Nicholas Marriott · 17 years ago
- ce90f1b The CLIENT_HOLD hack can go bye-bye. by Nicholas Marriott · 17 years ago
- d0984b8 Sort out cursors with a new flag - BACKGROUND - for window modes. Free text on more exit. by Nicholas Marriott · 17 years ago
- acb3661 Scrollable win for command output. by Nicholas Marriott · 17 years ago
- 24c3995 Redo screen.c functions to make them readable and more flexible. Make scroll mode only redraw waht it needs. by Nicholas Marriott · 17 years ago
- d5edaf9 Horizontal history/scrolling. by Nicholas Marriott · 17 years ago
- c424ef3 Scroll data should be per-window not global. by Nicholas Marriott · 17 years ago
- 9a6e47c Initial history support. by Nicholas Marriott · 17 years ago
- ceab127 Mass screen.c rename/tidy. Add a actual size (ysize) as distinct from display size (now dx,dy). Move functions which work on the displayed area into screen-display.c and tidy. Use macros consistently when accessing screen data (may want to move everything about again later!). This the first step on the road to scrollback. by Nicholas Marriott · 17 years ago
- 0be6a30 Style: ry_* -> r* by Nicholas Marriott · 17 years ago
- c0572ea Fix a format string bug and sprinkle some printflikes. by Nicholas Marriott · 17 years ago
- 6e04524 switch-client command. by Nicholas Marriott · 17 years ago
- b359f9b Add -c option to specify client, and move detach/refresh to client rather than session. by Nicholas Marriott · 17 years ago
- 4309d65 realpath the socket path; also sprinkle some const. by Nicholas Marriott · 17 years ago
- e4a6cde kill-window command. by Nicholas Marriott · 17 years ago
- 1632127 rename-session command. by Nicholas Marriott · 17 years ago
- 08d9f46 Make it build/run on Linux. by Nicholas Marriott · 17 years ago