Commit Graph

  • 972b2c1e99 Tweak for Linux/reqd feature check. Nicholas Marriott 2007-11-09 16:22:03 +00:00
  • f87816c4ba Key bindings section. Nicholas Marriott 2007-11-09 16:18:08 +00:00
  • 73eee9a026 Lcase is better. Nicholas Marriott 2007-11-09 16:08:08 +00:00
  • 271023c82f Fill in command list. Fix a couple of usages while doing this. Nicholas Marriott 2007-11-09 16:04:29 +00:00
  • 33d012332f Tweak language. Nicholas Marriott 2007-11-09 15:29:59 +00:00
  • d9b85594f8 Initial man page. Nicholas Marriott 2007-11-09 15:23:28 +00:00
  • 0b832ea466 -V option to show tmux version. Nicholas Marriott 2007-11-09 11:03:35 +00:00
  • 16321270c8 rename-session command. Nicholas Marriott 2007-11-09 11:02:01 +00:00
  • f92243caa0 Check for required term capabilities on start. Nicholas Marriott 2007-11-08 10:39:52 +00:00
  • 35591ecd4e Try write even if read gets signal, some other tweaks. Nicholas Marriott 2007-11-07 19:41:17 +00:00
  • 08d9f46aae Make it build/run on Linux. Nicholas Marriott 2007-10-31 14:26:26 +00:00
  • 48ad0431fb swap-window command. Nicholas Marriott 2007-10-30 11:10:33 +00:00
  • 941eab33e9 %u -> %d for indexes. Some lint fixes. Nicholas Marriott 2007-10-30 10:59:43 +00:00
  • ab097f0c0c Don't save/restore ry_*. Nicholas Marriott 2007-10-26 17:15:50 +00:00
  • 4a325c8f93 unlink-window command. Also fix some u_int -> int problems. Nicholas Marriott 2007-10-26 16:57:32 +00:00
  • 51482b57ae Redraw status bar on link. Nicholas Marriott 2007-10-26 13:35:39 +00:00
  • 049ccfd048 -d is better. Nicholas Marriott 2007-10-26 13:26:55 +00:00
  • 5a954bd9bd link-window command to link a window into another session. Nicholas Marriott 2007-10-26 13:03:59 +00:00
  • 4ba3cf60be 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. Nicholas Marriott 2007-10-26 12:29:07 +00:00
  • 9f06104c3a has-session command. Nicholas Marriott 2007-10-25 17:44:25 +00:00
  • 4df168c986 Use local var and pull screen out of ictx. Nicholas Marriott 2007-10-24 15:40:59 +00:00
  • ebeb14211d Handle DSR for resize(1). Nicholas Marriott 2007-10-24 15:29:29 +00:00
  • e21587864a Save restore attr. Nicholas Marriott 2007-10-24 15:01:25 +00:00
  • 8782639c1e Free buffers properly. Nicholas Marriott 2007-10-24 11:45:25 +00:00
  • 1f10f6ea8b Close memory leaks. Nicholas Marriott 2007-10-24 11:42:03 +00:00
  • 810a8846b7 A couple of close-on-exec flags. Nicholas Marriott 2007-10-24 11:30:02 +00:00
  • f941d270ca Save/restore errno, free pfd buffer. Nicholas Marriott 2007-10-24 11:21:29 +00:00
  • 3859c9f239 Free/close windows properly. Nicholas Marriott 2007-10-24 11:05:59 +00:00
  • ab02144e3d Don't need ttydefchars here. Nicholas Marriott 2007-10-23 11:25:32 +00:00
  • 9a086da081 Sync. Nicholas Marriott 2007-10-23 10:52:53 +00:00
  • 688a487570 Lift last MAXNAMELEN limit on -s argument. Nicholas Marriott 2007-10-23 10:48:23 +00:00
  • 21c17da7e6 Remove freed keys from array. Nicholas Marriott 2007-10-23 10:25:57 +00:00
  • 64713e0511 Tweak a couple of variable names. Nicholas Marriott 2007-10-23 10:25:03 +00:00
  • 14fdb49c19 FreeBSD lacks TTY_NAME_MAX. Nicholas Marriott 2007-10-23 10:21:59 +00:00
  • 25e94a0526 List client command. Nicholas Marriott 2007-10-23 09:36:19 +00:00
  • 98e7e79e4c Show size. Nicholas Marriott 2007-10-23 09:36:07 +00:00
  • 0b0a3c02af Return 0 on lost server so pkill works okay if scripted. Nicholas Marriott 2007-10-22 13:16:36 +00:00
  • f2f1b8fc81 Add default-command option and change default to be $SHELL rather than $SHELL -l. Also try to read shell from passwd db if $SHELL isn't present. Nicholas Marriott 2007-10-20 09:57:08 +00:00
  • 8d09be0cb1 Oops, 0 in wrong place. Nicholas Marriott 2007-10-19 23:33:20 +00:00
  • 5c2d7b2a9a Don't send zero-length when we have a \0. Nicholas Marriott 2007-10-19 23:25:33 +00:00
  • 8f6bc501d1 Sync. Nicholas Marriott 2007-10-19 22:34:06 +00:00
  • d544d5915d time.h. Nicholas Marriott 2007-10-19 22:32:54 +00:00
  • 63795f6c04 Missing time.h. Nicholas Marriott 2007-10-19 22:17:29 +00:00
  • 97e8b94ef8 cctx should be 0. Nicholas Marriott 2007-10-19 21:58:17 +00:00
  • 92a42a9e7d FreeBSD requires stdint.h. Nicholas Marriott 2007-10-19 20:50:01 +00:00
  • cf77c80b93 FreeBSD's util.h is libutil.h. Nicholas Marriott 2007-10-19 20:47:09 +00:00
  • 65125c7276 Sync. Nicholas Marriott 2007-10-19 20:43:55 +00:00
  • bfad5c0171 Define __dead and __packed. Nicholas Marriott 2007-10-19 20:36:08 +00:00
  • 8580e8c153 Whoops, fix key bindings. Nicholas Marriott 2007-10-19 17:23:43 +00:00
  • 543e7b0f03 -n is now -s on new-session. Nicholas Marriott 2007-10-19 17:15:29 +00:00
  • 1b9647669a Kill window command. Nuke some backspace stuff. Nicholas Marriott 2007-10-19 11:10:35 +00:00
  • de24fbb35c Add a bell-action option. Nicholas Marriott 2007-10-19 10:21:36 +00:00
  • 94f003bbec Refresh session command. Nicholas Marriott 2007-10-19 09:21:26 +00:00
  • 840b74f6d0 Other notes. Nicholas Marriott 2007-10-12 18:00:16 +00:00
  • d4330f57c0 Init signals here to pick up zombie. Nicholas Marriott 2007-10-12 17:52:41 +00:00
  • 5b60d6e09d Tweak message. Nicholas Marriott 2007-10-12 17:50:33 +00:00
  • a5184c6625 Extended NOTES ready for 0.1. Nicholas Marriott 2007-10-12 17:32:20 +00:00
  • 37f17a7e5b Warn and bork on nested sessions ($TMUX exists). Nicholas Marriott 2007-10-12 14:46:48 +00:00
  • 514d6fa1ec Accept colours as strings. Nicholas Marriott 2007-10-12 13:51:44 +00:00
  • f3404ee922 send-prefix command. Nicholas Marriott 2007-10-12 13:03:58 +00:00
  • e5b7001524 Change to show flag char rather than change colour on bell. Nicholas Marriott 2007-10-12 12:37:48 +00:00
  • a02638c0bc Update. Nicholas Marriott 2007-10-12 12:32:34 +00:00
  • 46d318e3ef Case insensitive. Nicholas Marriott 2007-10-12 12:11:40 +00:00
  • 7ec5be30df set status, status-fg, status-bg. Nicholas Marriott 2007-10-12 12:08:51 +00:00
  • ffa8dcc4da Handle \r\n at EOL properly. Nicholas Marriott 2007-10-12 11:44:30 +00:00
  • ad4a7423c0 Mark windows in yellow on status line when bell. Nicholas Marriott 2007-10-12 11:24:15 +00:00
  • d158938178 Sync. Nicholas Marriott 2007-10-12 09:48:53 +00:00
  • efa3e131b5 Simplify input.c - lose class table and use macros. Nicholas Marriott 2007-10-10 19:45:20 +00:00
  • 6aa64f1a93 More tweakifying. Nicholas Marriott 2007-10-06 10:08:18 +00:00
  • 8fe3c03e31 More updating. Nicholas Marriott 2007-10-06 10:03:40 +00:00
  • cacd146147 Tweak again. Nicholas Marriott 2007-10-06 10:03:13 +00:00
  • 59cdedc181 Plus status bar colour. Nicholas Marriott 2007-10-06 10:02:36 +00:00
  • aa0f2de98a Update. Nicholas Marriott 2007-10-06 10:00:42 +00:00
  • 6f2edda785 Have resize update a SESSION_UNATTACHED flag. Nicholas Marriott 2007-10-05 18:25:05 +00:00
  • 1e252b9e9a Wrap lines properly. Nicholas Marriott 2007-10-05 17:51:56 +00:00
  • d00851cee1 Sync. Nicholas Marriott 2007-10-05 17:43:17 +00:00
  • 0f8458cd27 This is done. Nicholas Marriott 2007-10-05 17:33:39 +00:00
  • 91e24af089 Clean up pause/exit mess with flags. Nicholas Marriott 2007-10-05 14:23:28 +00:00
  • fa65aec2ef More stuff TODO Maximilian Gass 2007-10-05 10:35:15 +00:00
  • 477480607d These are done. Nicholas Marriott 2007-10-04 22:37:56 +00:00
  • c63d4ab80f Handle NULL value properly. Nicholas Marriott 2007-10-04 22:18:48 +00:00
  • 26b340964a Lose command index enum in favour of runtime-calculated index. Nicholas Marriott 2007-10-04 22:04:01 +00:00
  • 75e1e4b91e Lose usage and move it into the struct. Nicholas Marriott 2007-10-04 21:48:11 +00:00
  • 5a3b92c2df -d option to attach. Also fix CC in Makefile and make it build with DEBUG again. Nicholas Marriott 2007-10-04 21:21:48 +00:00
  • 4add09eab7 Wrong size. Nicholas Marriott 2007-10-04 20:33:16 +00:00
  • 5c54e0b7fd Don't accept UINT_MAX as size if no clients/sessions. Nicholas Marriott 2007-10-04 20:01:10 +00:00
  • 032ee1b880 Sync. Nicholas Marriott 2007-10-04 19:27:41 +00:00
  • f2b18ac417 Don't resize if sx AND sy haven't changed. Also tweak some logging, and reset attrs after clear. Nicholas Marriott 2007-10-04 19:22:26 +00:00
  • 1f9a8e70d9 Incomplete resize support. Nicholas Marriott 2007-10-04 19:03:52 +00:00
  • 418fb3938d Sync. Nicholas Marriott 2007-10-04 14:26:15 +00:00
  • 5813ba6c39 More TODO entries Maximilian Gass 2007-10-04 14:18:44 +00:00
  • beae2d91a4 Added my tmux start script as an example (examples/start-tmux.sh) Maximilian Gass 2007-10-04 14:14:12 +00:00
  • 6a784ba0b0 New sessions can now be given a command for their first window Maximilian Gass 2007-10-04 13:43:14 +00:00
  • 3c16d72218 Fixed usage statement for new-window Maximilian Gass 2007-10-04 12:40:56 +00:00
  • 7427cbe81e n not s. Nicholas Marriott 2007-10-04 12:27:53 +00:00
  • 7869dc73d5 Sync. Nicholas Marriott 2007-10-04 12:24:04 +00:00
  • b7f450b361 Oops, missed this file too. Nicholas Marriott 2007-10-04 11:56:19 +00:00
  • 11bc0ee285 Whoops, FREE not FREEALL. Nicholas Marriott 2007-10-04 11:55:55 +00:00
  • 68a5d5c00b Window attachment, malloc debugging, fix a segfault with no sessions. Nicholas Marriott 2007-10-04 11:52:03 +00:00
  • ff56ed7bd6 Nuke ?. Nicholas Marriott 2007-10-04 11:23:17 +00:00