1
0
mirror of https://github.com/tmux/tmux.git synced 2025-03-30 11:38:51 +00:00

Commit Graph

  • 92a42a9e7d FreeBSD requires stdint.h. Nicholas Marriott 2007-10-19 20:50:01 +0000
  • cf77c80b93 FreeBSD's util.h is libutil.h. Nicholas Marriott 2007-10-19 20:47:09 +0000
  • 65125c7276 Sync. Nicholas Marriott 2007-10-19 20:43:55 +0000
  • bfad5c0171 Define __dead and __packed. Nicholas Marriott 2007-10-19 20:36:08 +0000
  • 8580e8c153 Whoops, fix key bindings. Nicholas Marriott 2007-10-19 17:23:43 +0000
  • 543e7b0f03 -n is now -s on new-session. Nicholas Marriott 2007-10-19 17:15:29 +0000
  • 1b9647669a Kill window command. Nuke some backspace stuff. Nicholas Marriott 2007-10-19 11:10:35 +0000
  • de24fbb35c Add a bell-action option. Nicholas Marriott 2007-10-19 10:21:36 +0000
  • 94f003bbec Refresh session command. Nicholas Marriott 2007-10-19 09:21:26 +0000
  • 840b74f6d0 Other notes. Nicholas Marriott 2007-10-12 18:00:16 +0000
  • d4330f57c0 Init signals here to pick up zombie. Nicholas Marriott 2007-10-12 17:52:41 +0000
  • 5b60d6e09d Tweak message. Nicholas Marriott 2007-10-12 17:50:33 +0000
  • a5184c6625 Extended NOTES ready for 0.1. Nicholas Marriott 2007-10-12 17:32:20 +0000
  • 37f17a7e5b Warn and bork on nested sessions ($TMUX exists). Nicholas Marriott 2007-10-12 14:46:48 +0000
  • 514d6fa1ec Accept colours as strings. Nicholas Marriott 2007-10-12 13:51:44 +0000
  • f3404ee922 send-prefix command. Nicholas Marriott 2007-10-12 13:03:58 +0000
  • e5b7001524 Change to show flag char rather than change colour on bell. Nicholas Marriott 2007-10-12 12:37:48 +0000
  • a02638c0bc Update. Nicholas Marriott 2007-10-12 12:32:34 +0000
  • 46d318e3ef Case insensitive. Nicholas Marriott 2007-10-12 12:11:40 +0000
  • 7ec5be30df set status, status-fg, status-bg. Nicholas Marriott 2007-10-12 12:08:51 +0000
  • ffa8dcc4da Handle \r\n at EOL properly. Nicholas Marriott 2007-10-12 11:44:30 +0000
  • ad4a7423c0 Mark windows in yellow on status line when bell. Nicholas Marriott 2007-10-12 11:24:15 +0000
  • d158938178 Sync. Nicholas Marriott 2007-10-12 09:48:53 +0000
  • efa3e131b5 Simplify input.c - lose class table and use macros. Nicholas Marriott 2007-10-10 19:45:20 +0000
  • 6aa64f1a93 More tweakifying. Nicholas Marriott 2007-10-06 10:08:18 +0000
  • 8fe3c03e31 More updating. Nicholas Marriott 2007-10-06 10:03:40 +0000
  • cacd146147 Tweak again. Nicholas Marriott 2007-10-06 10:03:13 +0000
  • 59cdedc181 Plus status bar colour. Nicholas Marriott 2007-10-06 10:02:36 +0000
  • aa0f2de98a Update. Nicholas Marriott 2007-10-06 10:00:42 +0000
  • 6f2edda785 Have resize update a SESSION_UNATTACHED flag. Nicholas Marriott 2007-10-05 18:25:05 +0000
  • 1e252b9e9a Wrap lines properly. Nicholas Marriott 2007-10-05 17:51:56 +0000
  • d00851cee1 Sync. Nicholas Marriott 2007-10-05 17:43:17 +0000
  • 0f8458cd27 This is done. Nicholas Marriott 2007-10-05 17:33:39 +0000
  • 91e24af089 Clean up pause/exit mess with flags. Nicholas Marriott 2007-10-05 14:23:28 +0000
  • fa65aec2ef More stuff TODO Maximilian Gass 2007-10-05 10:35:15 +0000
  • 477480607d These are done. Nicholas Marriott 2007-10-04 22:37:56 +0000
  • c63d4ab80f Handle NULL value properly. Nicholas Marriott 2007-10-04 22:18:48 +0000
  • 26b340964a Lose command index enum in favour of runtime-calculated index. Nicholas Marriott 2007-10-04 22:04:01 +0000
  • 75e1e4b91e Lose usage and move it into the struct. Nicholas Marriott 2007-10-04 21:48:11 +0000
  • 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 +0000
  • 4add09eab7 Wrong size. Nicholas Marriott 2007-10-04 20:33:16 +0000
  • 5c54e0b7fd Don't accept UINT_MAX as size if no clients/sessions. Nicholas Marriott 2007-10-04 20:01:10 +0000
  • 032ee1b880 Sync. Nicholas Marriott 2007-10-04 19:27:41 +0000
  • 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 +0000
  • 1f9a8e70d9 Incomplete resize support. Nicholas Marriott 2007-10-04 19:03:52 +0000
  • 418fb3938d Sync. Nicholas Marriott 2007-10-04 14:26:15 +0000
  • 5813ba6c39 More TODO entries Maximilian Gass 2007-10-04 14:18:44 +0000
  • beae2d91a4 Added my tmux start script as an example (examples/start-tmux.sh) Maximilian Gass 2007-10-04 14:14:12 +0000
  • 6a784ba0b0 New sessions can now be given a command for their first window Maximilian Gass 2007-10-04 13:43:14 +0000
  • 3c16d72218 Fixed usage statement for new-window Maximilian Gass 2007-10-04 12:40:56 +0000
  • 7427cbe81e n not s. Nicholas Marriott 2007-10-04 12:27:53 +0000
  • 7869dc73d5 Sync. Nicholas Marriott 2007-10-04 12:24:04 +0000
  • b7f450b361 Oops, missed this file too. Nicholas Marriott 2007-10-04 11:56:19 +0000
  • 11bc0ee285 Whoops, FREE not FREEALL. Nicholas Marriott 2007-10-04 11:55:55 +0000
  • 68a5d5c00b Window attachment, malloc debugging, fix a segfault with no sessions. Nicholas Marriott 2007-10-04 11:52:03 +0000
  • ff56ed7bd6 Nuke ?. Nicholas Marriott 2007-10-04 11:23:17 +0000
  • 225e07fe38 Select window command. Nicholas Marriott 2007-10-04 10:54:21 +0000
  • 19c1e1a800 Rename window. Nicholas Marriott 2007-10-04 10:39:07 +0000
  • adc5f80bf9 Update & sync. Nicholas Marriott 2007-10-04 10:13:38 +0000
  • 57157a1cde set-option command to set meta. Nicholas Marriott 2007-10-04 10:11:32 +0000
  • 774b556669 Key binding and unbinding. Nicholas Marriott 2007-10-04 09:30:53 +0000
  • 292ad55fbe List keys command. Nicholas Marriott 2007-10-04 00:18:59 +0000
  • 815815989a Next/last/previous window, some other tweaks. Nicholas Marriott 2007-10-04 00:02:10 +0000
  • 7ba01f6843 New window command. Nicholas Marriott 2007-10-03 23:32:26 +0000
  • c3e049c5a9 Tweak error msgs. Nicholas Marriott 2007-10-03 22:32:24 +0000
  • 001e2d1947 __progname in error msg. Nicholas Marriott 2007-10-03 21:39:16 +0000
  • df716ecc8f Rewrite command handling to be more generic. Not finished! Nicholas Marriott 2007-10-03 21:31:07 +0000
  • a5a17b40ee Skip exec on cmds. Also use xmemstrdup where appropriate. Nicholas Marriott 2007-10-03 13:07:42 +0000
  • ab6170d6bf Use exec on default shell command. Nicholas Marriott 2007-10-03 12:56:02 +0000
  • aaa98ab4a2 Rename some bits. Nicholas Marriott 2007-10-03 12:43:47 +0000
  • fe06744d66 String/number arguments.. Nicholas Marriott 2007-10-03 12:34:16 +0000
  • dadc56d754 Key binding, unbinding. Nicholas Marriott 2007-10-03 11:26:34 +0000
  • a68b1e58db xcalloc, otherwise prefix may be . Nicholas Marriott 2007-10-03 10:20:33 +0000
  • 9bb907f2a7 Move command handling into the server and tidy up some bits. Nicholas Marriott 2007-10-03 10:18:32 +0000
  • 7ccdbf392d Sprinkle some const. Nicholas Marriott 2007-10-03 09:17:00 +0000
  • ef91aac688 Add profiling. Also some trivial optimisations to skip memcpying. Nicholas Marriott 2007-10-03 00:13:46 +0000
  • a6d3594d39 Redraw client status lines on rename. Nicholas Marriott 2007-10-02 17:45:05 +0000
  • 1c4ec6e47e Sync. Nicholas Marriott 2007-10-02 17:36:16 +0000
  • 91eb9206d0 Warn on ambiguous commands. Nicholas Marriott 2007-10-02 17:35:00 +0000
  • 7258275605 Sync. Nicholas Marriott 2007-10-02 17:28:53 +0000
  • 242e69327f Meta meta command. Nicholas Marriott 2007-10-02 15:38:09 +0000
  • 4fbbc3dfd3 Reset scrolling region on exit. Nicholas Marriott 2007-10-02 15:13:59 +0000
  • 38589dd2c7 Tweaks, info on session choice. Nicholas Marriott 2007-10-01 18:34:37 +0000
  • dcd73be71e Updatet documentation Maximilian Gass 2007-10-01 18:05:34 +0000
  • 843779a3e0 Restore window title handling. Nicholas Marriott 2007-10-01 17:37:41 +0000
  • bfccbc67d1 Simple status line. Nicholas Marriott 2007-10-01 14:53:29 +0000
  • 872696f781 Pass attributes around as flags rather than as a list of escape codes. Nicholas Marriott 2007-10-01 14:18:42 +0000
  • 9d563c340b Destroy screens properly. Nicholas Marriott 2007-10-01 14:15:48 +0000
  • 532757fd1c Don't move cursor when filling screen. Nicholas Marriott 2007-09-30 13:29:28 +0000
  • 308bc18947 Window info command. Nicholas Marriott 2007-09-30 13:02:14 +0000
  • f4fd8c225e Sync. Nicholas Marriott 2007-09-29 21:10:48 +0000
  • a814c77b31 Missed this out before. Nicholas Marriott 2007-09-29 21:10:26 +0000
  • 17ec1aa2f2 Binary-only install target. Nicholas Marriott 2007-09-29 21:05:21 +0000
  • 3879c89186 Ooops, missed this one. Doh. Nicholas Marriott 2007-09-29 21:02:26 +0000
  • c28e220123 Don't nuke last window on reselect of same window. Nicholas Marriott 2007-09-29 21:01:18 +0000
  • 4f466c1e9b Sync. Nicholas Marriott 2007-09-29 19:58:26 +0000
  • 86bf944afc Show the right windows in the list. Nicholas Marriott 2007-09-29 19:53:39 +0000
  • 34eb154617 Grr missed one. Nicholas Marriott 2007-09-29 18:57:15 +0000
  • e30a3478f5 Whoooops. lower not upper. Nicholas Marriott 2007-09-29 18:51:26 +0000
  • d17df2cd11 Whoops, forgot this. Nicholas Marriott 2007-09-29 18:48:54 +0000