1
0
mirror of https://github.com/tmux/tmux.git synced 2025-03-26 15:58:47 +00:00

Commit Graph

  • 19b7946a85 Start of Solaris port. Nicholas Marriott 2008-06-18 19:34:50 +0000
  • 83a9f272d8 Missing NULL check. Nicholas Marriott 2008-06-18 19:06:51 +0000
  • 8873c79cbc Set window title to current session. New options set-titles to disable. Nicholas Marriott 2008-06-18 18:52:44 +0000
  • f9dedfccca Fix a couple of bugs. Handle 0 width properly (w/o overflow), and draw left < in the right place. Nicholas Marriott 2008-06-18 17:28:17 +0000
  • 2d3ea8b5b4 Display <> for more windows and highlight if activity. Nicholas Marriott 2008-06-18 17:14:02 +0000
  • 6c23e89f48 Sort options from Pierre Riteau. Nicholas Marriott 2008-06-18 16:39:15 +0000
  • 64b88167d1 Remove aborts. Nicholas Marriott 2008-06-18 16:35:26 +0000
  • f0bc951c79 Unused variable. Nicholas Marriott 2008-06-18 16:35:06 +0000
  • 61a41dc80e To 0.4. Some other Makefile tweaks. Nicholas Marriott 2008-06-18 16:34:48 +0000
  • ee32d19432 Scroll status line to show windows off-screen. Nicholas Marriott 2008-06-18 16:34:07 +0000
  • 0ede634802 s can be NULL, check for it. Nicholas Marriott 2008-06-17 19:26:19 +0000
  • 9b4d7c271b Document show-window-options, some other tweaks. Nicholas Marriott 2008-06-17 06:22:15 +0000
  • c9a650c5d4 Document set-window-option, update example. Nicholas Marriott 2008-06-17 06:18:44 +0000
  • ff21dbd58b Explanation of -t. Nicholas Marriott 2008-06-16 22:03:27 +0000
  • f9a1270d39 Update TODO. Nicholas Marriott 2008-06-16 20:26:48 +0000
  • 21a9b3f6e8 Fix some stupid parser bugs, most notably forgetting to allocate space for \0. Nicholas Marriott 2008-06-16 20:25:54 +0000
  • 55d5b83408 Informational messages on window option changes. Nicholas Marriott 2008-06-16 17:35:40 +0000
  • 1726bf0ffc Update NOTES, add known issues. Nicholas Marriott 2008-06-16 16:42:33 +0000
  • 4c166484f4 Memory leak/missing init. Nicholas Marriott 2008-06-16 07:01:41 +0000
  • a8e3e989dd Document show-options. Nicholas Marriott 2008-06-16 06:33:50 +0000
  • 1d0810547f show-window-options command. Nicholas Marriott 2008-06-16 06:10:02 +0000
  • 557b6b86b0 Add a couple of extra option types, and implement show-options command. Nicholas Marriott 2008-06-15 08:01:54 +0000
  • 0591d9ff12 I'm an idiot - it is start,len not start,end. Unbreak. Nicholas Marriott 2008-06-14 18:38:55 +0000
  • 0f403474aa New window options: force-width and force-height. This will force a window to an arbitrary width and height (0 for the default unlimited). This is neat for emacs which doesn't have a sensible way to force hard wrapping at 80 columns. Also, don't try to be clever and use clr_eol when redrawing the whole screen, it causes trouble since the redraw functions are used to draw the blank areas too. Nicholas Marriott 2008-06-14 16:47:20 +0000
  • 62d7ad2690 Clear blank area properly on redraw, and add a marker line below it. Nicholas Marriott 2008-06-14 12:05:06 +0000
  • 0bfd7a5023 Don't die on empty strings. Nicholas Marriott 2008-06-14 08:11:17 +0000
  • ea80307acb Update. Nicholas Marriott 2008-06-13 18:04:16 +0000
  • ec42778590 Man page update from Will Maier, thanks. Nicholas Marriott 2008-06-11 06:19:56 +0000
  • 30573a6ace Fix usage, from Will Maier. Nicholas Marriott 2008-06-10 20:28:42 +0000
  • 119bc8779a Use existing termios and get rid of stuff we don't want rather than constructing a new one. Nicholas Marriott 2008-06-10 18:51:22 +0000
  • b590b5dd0b Sync. Nicholas Marriott 2008-06-10 18:43:55 +0000
  • d00914ff2b Set socket mode +x if sessions attached. Nicholas Marriott 2008-06-08 19:49:04 +0000
  • 2a2a9760ee Read from pipe to allow client to confirm and socket be closed. Nicholas Marriott 2008-06-07 07:33:03 +0000
  • d51f075a4e Use a socketpair to synchronise server startup. Nicholas Marriott 2008-06-07 07:27:28 +0000
  • 958069575d Clear clients with flag too. Nicholas Marriott 2008-06-07 07:13:08 +0000
  • 77224aaf8b Be more conservative about redrawing using flags. Nicholas Marriott 2008-06-07 06:47:38 +0000
  • 6f7d59d279 Extra unused. Nicholas Marriott 2008-06-07 06:43:50 +0000
  • 713bad063a Make status-interval actually changeable. Nicholas Marriott 2008-06-07 06:13:21 +0000
  • 29e2253611 Partial tmux.1 update thanks to Will Maier. Nicholas Marriott 2008-06-06 20:07:56 +0000
  • 367e002bc2 New flag: aggressize resize. Resize window when to size of smallest session for which it is _current_ window. Nicholas Marriott 2008-06-06 20:02:27 +0000
  • 3cd4a08ffb Make server exit when last session dies. Also fix window check for status activity redraw. Nicholas Marriott 2008-06-06 17:55:27 +0000
  • 6a187bb8d3 Some Linux fixes; some code tidying. Don't redraw status bar so often. Nicholas Marriott 2008-06-06 17:20:30 +0000
  • ac332b6e79 ich emulation should maintain cursor position; bug spotted by merdely. Nicholas Marriott 2008-06-06 17:17:31 +0000
  • 596080a699 Usage update from Will Maier. Nicholas Marriott 2008-06-06 15:23:44 +0000
  • 15514592f9 Don't use entry init since it may be dependent on key. Nicholas Marriott 2008-06-05 23:17:03 +0000
  • 197347b61f Don't bork on link/swap the same window. Also extend comment. Nicholas Marriott 2008-06-05 22:59:38 +0000
  • 741f8967b4 Final missing print function. Nicholas Marriott 2008-06-05 21:54:47 +0000
  • 0b9b873a55 Big reorganisation of command-line syntax. Nicholas Marriott 2008-06-05 21:25:00 +0000
  • ee1a7fded7 Print for the less easy commands. Nicholas Marriott 2008-06-05 17:12:11 +0000
  • 642c0b00ab Easy bits of arg printing for list-keys. Nicholas Marriott 2008-06-05 16:35:32 +0000
  • 7325fea37d Man page fixes from Tiago Cunha. Nicholas Marriott 2008-06-05 15:55:59 +0000
  • ca198956f8 Add a MANDIR variable, from Tiago Cunha. Nicholas Marriott 2008-06-05 05:04:47 +0000
  • b044d0951f ifdef RB_PREV since 4.3 misses it too. Nicholas Marriott 2008-06-04 20:17:25 +0000
  • 879400e1f2 Support binding 27-31. Nicholas Marriott 2008-06-04 20:01:36 +0000
  • 7842d29673 Revert attempt to fix stray updates, turns out it was clock :-/. Nicholas Marriott 2008-06-04 19:20:10 +0000
  • 39be570b20 vi keys from Will Maier. Nicholas Marriott 2008-06-04 18:50:35 +0000
  • 04c60283c4 status is a toggle. Nicholas Marriott 2008-06-04 18:34:56 +0000
  • f34b619049 Make monitor-activity w/o arguments toggle. Nicholas Marriott 2008-06-04 18:32:20 +0000
  • b25ac6fd75 Update. Nicholas Marriott 2008-06-04 18:27:33 +0000
  • 70c418c048 + comments. Nicholas Marriott 2008-06-04 18:26:29 +0000
  • 0f95671fe3 Disable/enable window activity monitoring with set-window-option command. Nicholas Marriott 2008-06-04 17:54:27 +0000
  • 14b9512546 Add activity monitoring, also invert items on taskbar which have activity. Nicholas Marriott 2008-06-04 16:46:23 +0000
  • f7ba4dfdc9 Bring select-window into line with everything else wrt -i. Nicholas Marriott 2008-06-04 16:11:53 +0000
  • 031be1fc72 Don't crash when looking at NULL clients; also redraw everything on status change. Nicholas Marriott 2008-06-04 05:47:46 +0000
  • 811e75da52 Status bar left and right strings (set with status-left and status-right), and automatic update (at interval set by status-interval). Nicholas Marriott 2008-06-04 05:40:35 +0000
  • 9e6090a7a2 Per-session configuration options. Nicholas Marriott 2008-06-03 21:42:37 +0000
  • 85d520c41e tree.h has RB_PREV now, yay! Nicholas Marriott 2008-06-03 18:38:51 +0000
  • 2c78ea745b Update. Nicholas Marriott 2008-06-03 18:15:57 +0000
  • 73c9b25d2d It is too easy to create things in the same second; use a timespec instead. Nicholas Marriott 2008-06-03 18:13:54 +0000
  • 743956edf8 Allow -c anywhere -s was allowed. Nicholas Marriott 2008-06-03 16:55:09 +0000
  • 3e6b145923 Allow fnmatch(3) on -s, and select newest session if multiple. Nicholas Marriott 2008-06-03 05:47:09 +0000
  • f91e7bfd38 If no command is specified, assume new-session. Nicholas Marriott 2008-06-03 05:35:51 +0000
  • eaee4dc800 Quick and dirty kill-server command. Nicholas Marriott 2008-06-03 05:10:38 +0000
  • 48490b14da Allow comments at EOL; count blank lines properly. Nicholas Marriott 2008-06-02 22:16:27 +0000
  • 8731755ab4 Add a windowonly generic command and use it where appropriate. Also trim includes and unused. Nicholas Marriott 2008-06-02 22:09:49 +0000
  • 95cc21c251 Quick man page update, also fix some usages and get rid of some CMD_KEY checks. Nicholas Marriott 2008-06-02 21:36:51 +0000
  • 259dcbbc93 Daemonise before loading configuration. Nicholas Marriott 2008-06-02 21:16:21 +0000
  • 70dc1b10f2 start-server command to start server and nothing else. Nicholas Marriott 2008-06-02 21:08:53 +0000
  • a26f58c7c3 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. Nicholas Marriott 2008-06-02 21:08:36 +0000
  • f6b86402c7 Remove old examples, add new. Nicholas Marriott 2008-06-02 20:52:43 +0000
  • 00c6585e37 Return error cause properly. Nicholas Marriott 2008-06-02 18:55:53 +0000
  • f97db61439 Clear msgdata where it is unavailable. Nicholas Marriott 2008-06-02 18:23:37 +0000
  • c7243b73cb 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. Nicholas Marriott 2008-06-02 18:08:17 +0000
  • 11ee55e755 Prepare TERM in buffer before sending; this allows size to be part of cmd and prevents it being split. This is the only place this happens so remove it from todo. Nicholas Marriott 2008-06-01 21:24:33 +0000
  • 693231e8eb +. Nicholas Marriott 2008-06-01 20:36:01 +0000
  • cea201df20 Don't die if no dst window and -k to linkw. Nicholas Marriott 2008-06-01 20:32:41 +0000
  • 65f4284e7f New command, send-keys, to send a set of keys. Nicholas Marriott 2008-06-01 20:20:25 +0000
  • 99fa60f295 +. Nicholas Marriott 2008-06-01 18:35:45 +0000
  • 3ecdc34973 s/backgroun/background/ Nicholas Marriott 2008-05-31 23:08:48 +0000
  • 5569ff9723 Don't hang when window closes early; also add lots more debugging. Nicholas Marriott 2008-05-31 20:04:15 +0000
  • abe745f991 Add limits.h Nicholas Marriott 2008-05-31 18:04:57 +0000
  • 8f33e8494e Ugh, this should be backspace. Nicholas Marriott 2008-05-31 09:34:36 +0000
  • 0dbbd777b1 Linux rxvt doesn't support parm_dch or delete_character. Nicholas Marriott 2008-05-10 12:50:25 +0000
  • 58ca26cefa +. Nicholas Marriott 2008-03-31 20:12:04 +0000
  • 7613c7f388 GNUmakefile fixes, from tobiasu. Nicholas Marriott 2008-02-10 19:46:17 +0000
  • 61b0b2c76d Upd. Nicholas Marriott 2008-01-03 21:41:15 +0000
  • 205b78ec58 Some key tweaks, fix status bar to not rely on attr. Nicholas Marriott 2008-01-03 21:32:11 +0000
  • b8e616f445 This was wrong... Nicholas Marriott 2008-01-03 20:01:47 +0000
  • e7f68a089e Write status across entire line. Nicholas Marriott 2008-01-03 19:18:14 +0000
  • ccfeb316a6 Don't attempt to reset tty if it is dead. Nicholas Marriott 2008-01-02 19:22:21 +0000