- 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 · 17 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
- 48ad043 swap-window command. by Nicholas Marriott · 17 years ago
- ab097f0 Don't save/restore ry_*. by Nicholas Marriott · 17 years ago
- 4a325c8 unlink-window command. Also fix some u_int -> int problems. by Nicholas Marriott · 17 years ago
- 5a954bd link-window command to link a window into another session. by Nicholas Marriott · 17 years ago
- 4ba3cf6 Reorg window data structures. Add an intermediate data type (struct winlink) to hold index and make sessions hold a RB tree of them rather than a fixed array. by Nicholas Marriott · 17 years ago
- 9f06104 has-session command. by Nicholas Marriott · 17 years ago
- 4df168c Use local var and pull screen out of ictx. by Nicholas Marriott · 17 years ago
- ebeb142 Handle DSR for resize(1). by Nicholas Marriott · 17 years ago
- e215878 Save restore attr. by Nicholas Marriott · 17 years ago
- ab02144 Don't need ttydefchars here. by Nicholas Marriott · 17 years ago
- 688a487 Lift last MAXNAMELEN limit on -s argument. by Nicholas Marriott · 17 years ago
- 14fdb49 FreeBSD lacks TTY_NAME_MAX. by Nicholas Marriott · 17 years ago
- 25e94a0 List client command. by Nicholas Marriott · 17 years ago
- bfad5c0 Define __dead and __packed. by Nicholas Marriott · 17 years ago
- 1b96476 Kill window command. Nuke some backspace stuff. by Nicholas Marriott · 17 years ago
- de24fbb Add a bell-action option. by Nicholas Marriott · 17 years ago
- 94f003b Refresh session command. by Nicholas Marriott · 17 years ago
- 37f17a7 Warn and bork on nested sessions ($TMUX exists). by Nicholas Marriott · 17 years ago
- 514d6fa Accept colours as strings. by Nicholas Marriott · 17 years ago
- f3404ee send-prefix command. by Nicholas Marriott · 17 years ago
- 7ec5be3 set status, status-fg, status-bg. by Nicholas Marriott · 17 years ago
- ad4a742 Mark windows in yellow on status line when bell. by Nicholas Marriott · 17 years ago
- efa3e13 Simplify input.c - lose class table and use macros. by Nicholas Marriott · 17 years ago
- 6f2edda Have resize update a SESSION_UNATTACHED flag. by Nicholas Marriott · 17 years ago
- 91e24af Clean up pause/exit mess with flags. by Nicholas Marriott · 17 years ago
- 26b3409 Lose command index enum in favour of runtime-calculated index. by Nicholas Marriott · 17 years ago
- 75e1e4b Lose usage and move it into the struct. by Nicholas Marriott · 17 years ago
- 1f9a8e7 Incomplete resize support. by Nicholas Marriott · 17 years ago
- 68a5d5c Window attachment, malloc debugging, fix a segfault with no sessions. by Nicholas Marriott · 17 years ago
- ff56ed7 Nuke ?. by Nicholas Marriott · 17 years ago
- 225e07f Select window command. by Nicholas Marriott · 17 years ago
- 19c1e1a Rename window. by Nicholas Marriott · 17 years ago
- 57157a1 set-option command to set meta. by Nicholas Marriott · 17 years ago
- 774b556 Key binding and unbinding. by Nicholas Marriott · 17 years ago
- 292ad55 List keys command. by Nicholas Marriott · 17 years ago
- 8158159 Next/last/previous window, some other tweaks. by Nicholas Marriott · 17 years ago
- 7ba01f6 New window command. by Nicholas Marriott · 17 years ago
- df716ec Rewrite command handling to be more generic. Not finished! by Nicholas Marriott · 17 years ago
- aaa98ab Rename some bits. by Nicholas Marriott · 17 years ago
- fe06744 String/number arguments.. by Nicholas Marriott · 17 years ago
- dadc56d Key binding, unbinding. by Nicholas Marriott · 17 years ago
- 9bb907f Move command handling into the server and tidy up some bits. by Nicholas Marriott · 17 years ago
- a6d3594 Redraw client status lines on rename. by Nicholas Marriott · 17 years ago
- 843779a Restore window title handling. by Nicholas Marriott · 17 years ago
- bfccbc6 Simple status line. by Nicholas Marriott · 17 years ago
- 872696f Pass attributes around as flags rather than as a list of escape codes. by Nicholas Marriott · 17 years ago
- 9d563c3 Destroy screens properly. by Nicholas Marriott · 17 years ago
- 308bc18 Window info command. by Nicholas Marriott · 17 years ago
- d17df2c Whoops, forgot this. by Nicholas Marriott · 17 years ago
- 1e316cf Lose intermediate handling (unused). Change argument parsing to work properly over multiple buffers by saving a copy of the argument (we can't just save off/len since the buffer may vanish at any point). by Nicholas Marriott · 17 years ago
- 653ee72 Write error messages for rename. Also tweak some error outputs, and fix -i. by Nicholas Marriott · 17 years ago
- a777c06 Nuke CLEAR_SCREEN/ENDOFSCREEN and assert scroll region when drawing. These will be reqd for status line(s). by Nicholas Marriott · 17 years ago
- 2ec60c9 Pass bell through from any window. by Nicholas Marriott · 17 years ago
- 0bbe838 Window flags, currently only bell. by Nicholas Marriott · 17 years ago
- aafee17 New input parser via state machine. by Nicholas Marriott · 17 years ago
- d2e035f Added window renaming support (tmux rename) by Maximilian Gass · 17 years ago
- 5990461 Add client_flush to flush output when transient commands are called. by Nicholas Marriott · 17 years ago