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

Commit Graph

  • 08a0c5e661 Use screen_* versions to avoid range checks (s->dy may be wrong), fix miscalculated free. Nicholas Marriott 2007-11-21 14:30:15 +0000
  • c424ef37d0 Scroll data should be per-window not global. Nicholas Marriott 2007-11-21 14:01:53 +0000
  • 9a6e47cfa8 Initial history support. Nicholas Marriott 2007-11-21 13:11:41 +0000
  • 9b9ceac657 Damnit, wrong variable name.. Nicholas Marriott 2007-11-20 21:45:53 +0000
  • f53b917367 Oops, mustn't forget this. Nicholas Marriott 2007-11-20 21:45:26 +0000
  • ceab127fac 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. Nicholas Marriott 2007-11-20 21:42:29 +0000
  • 0be6a3041f Style: ry_* -> r* Nicholas Marriott 2007-11-20 18:46:32 +0000
  • c0572ea992 Fix a format string bug and sprinkle some printflikes. Nicholas Marriott 2007-11-20 18:11:37 +0000
  • b04bffc9c9 +index.html.in Nicholas Marriott 2007-11-20 17:01:38 +0000
  • da21ac965d Work around Linux realpath breakage. Nicholas Marriott 2007-11-20 12:59:27 +0000
  • 14627f5421 Note about default colours. Nicholas Marriott 2007-11-20 12:09:13 +0000
  • 0d9ebaafb1 dist target. Nicholas Marriott 2007-11-20 12:00:16 +0000
  • 1717764134 Oops, no $SESSION now. Nicholas Marriott 2007-11-17 08:29:33 +0000
  • 60501ec040 Sync. Nicholas Marriott 2007-11-17 08:28:48 +0000
  • 958cd9cb94 -k on link-window to kill dest window if it exists. Nicholas Marriott 2007-11-17 08:21:54 +0000
  • 54d01c1a5f Two-column display for on-line print. Nicholas Marriott 2007-11-16 22:06:45 +0000
  • 6859306235 Ooops use ->client here, not cmdclient. Nicholas Marriott 2007-11-16 21:43:43 +0000
  • 85e4e820b6 Sync. Nicholas Marriott 2007-11-16 21:38:00 +0000
  • 6e04524596 switch-client command. Nicholas Marriott 2007-11-16 21:31:03 +0000
  • b359f9b594 Add -c option to specify client, and move detach/refresh to client rather than session. Nicholas Marriott 2007-11-16 21:12:31 +0000
  • 86b73cec72 Check for scrolling when _cursor_ is inside region, not number of lines. Duh. Nicholas Marriott 2007-11-16 16:28:14 +0000
  • ce5f02fc9e Report available commands on ambiguous commands. Tidy TODO a bit. Nicholas Marriott 2007-11-16 13:23:59 +0000
  • eb72bede47 Sync. Nicholas Marriott 2007-11-14 08:44:25 +0000
  • 7e3cc5fd12 Use ctx->client/ctx->session inline instead of temporary variables which were being reused and causing confusion and problems. Nicholas Marriott 2007-11-13 09:53:47 +0000
  • 89d298d4c7 Tweak. Nicholas Marriott 2007-11-12 20:59:33 +0000
  • 4a419bbc9a This stuff should be Ic not Ar. Nicholas Marriott 2007-11-12 20:46:46 +0000
  • d72f2bef62 Mention TERM=screen requirement. Nicholas Marriott 2007-11-12 20:42:53 +0000
  • dc8fb1e1dc Force default colours if terminal supports it. Nicholas Marriott 2007-11-12 20:29:43 +0000
  • a3c89d7671 clietns -> clients. Nicholas Marriott 2007-11-12 19:15:29 +0000
  • e95ed600c9 Nuke stray ). Nicholas Marriott 2007-11-12 16:40:56 +0000
  • 765a224b30 Double-free on session destroy. Nicholas Marriott 2007-11-12 16:39:30 +0000
  • 577bd45719 Tweak. Nicholas Marriott 2007-11-12 16:13:49 +0000
  • 23e9acdcb2 Erp, ^B not ^A. Nicholas Marriott 2007-11-12 16:11:57 +0000
  • e79a41cff9 Finish off man page. Nicholas Marriott 2007-11-12 16:09:08 +0000
  • 4309d65475 realpath the socket path; also sprinkle some const. Nicholas Marriott 2007-11-12 15:12:08 +0000
  • e4a6cdefda kill-window command. Nicholas Marriott 2007-11-12 14:21:41 +0000
  • 6409f2b406 C-space is "^ " not "^@". Nicholas Marriott 2007-11-09 17:09:34 +0000
  • 5940c5ff88 Support tab. Nicholas Marriott 2007-11-09 17:06:01 +0000
  • eeba70afc8 More tweaks. Nicholas Marriott 2007-11-09 17:05:42 +0000
  • 972b2c1e99 Tweak for Linux/reqd feature check. Nicholas Marriott 2007-11-09 16:22:03 +0000
  • f87816c4ba Key bindings section. Nicholas Marriott 2007-11-09 16:18:08 +0000
  • 73eee9a026 Lcase is better. Nicholas Marriott 2007-11-09 16:08:08 +0000
  • 271023c82f Fill in command list. Fix a couple of usages while doing this. Nicholas Marriott 2007-11-09 16:04:29 +0000
  • 33d012332f Tweak language. Nicholas Marriott 2007-11-09 15:29:59 +0000
  • d9b85594f8 Initial man page. Nicholas Marriott 2007-11-09 15:23:28 +0000
  • 0b832ea466 -V option to show tmux version. Nicholas Marriott 2007-11-09 11:03:35 +0000
  • 16321270c8 rename-session command. Nicholas Marriott 2007-11-09 11:02:01 +0000
  • f92243caa0 Check for required term capabilities on start. Nicholas Marriott 2007-11-08 10:39:52 +0000
  • 35591ecd4e Try write even if read gets signal, some other tweaks. Nicholas Marriott 2007-11-07 19:41:17 +0000
  • 08d9f46aae Make it build/run on Linux. Nicholas Marriott 2007-10-31 14:26:26 +0000
  • 48ad0431fb swap-window command. Nicholas Marriott 2007-10-30 11:10:33 +0000
  • 941eab33e9 %u -> %d for indexes. Some lint fixes. Nicholas Marriott 2007-10-30 10:59:43 +0000
  • ab097f0c0c Don't save/restore ry_*. Nicholas Marriott 2007-10-26 17:15:50 +0000
  • 4a325c8f93 unlink-window command. Also fix some u_int -> int problems. Nicholas Marriott 2007-10-26 16:57:32 +0000
  • 51482b57ae Redraw status bar on link. Nicholas Marriott 2007-10-26 13:35:39 +0000
  • 049ccfd048 -d is better. Nicholas Marriott 2007-10-26 13:26:55 +0000
  • 5a954bd9bd link-window command to link a window into another session. Nicholas Marriott 2007-10-26 13:03:59 +0000
  • 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 +0000
  • 9f06104c3a has-session command. Nicholas Marriott 2007-10-25 17:44:25 +0000
  • 4df168c986 Use local var and pull screen out of ictx. Nicholas Marriott 2007-10-24 15:40:59 +0000
  • ebeb14211d Handle DSR for resize(1). Nicholas Marriott 2007-10-24 15:29:29 +0000
  • e21587864a Save restore attr. Nicholas Marriott 2007-10-24 15:01:25 +0000
  • 8782639c1e Free buffers properly. Nicholas Marriott 2007-10-24 11:45:25 +0000
  • 1f10f6ea8b Close memory leaks. Nicholas Marriott 2007-10-24 11:42:03 +0000
  • 810a8846b7 A couple of close-on-exec flags. Nicholas Marriott 2007-10-24 11:30:02 +0000
  • f941d270ca Save/restore errno, free pfd buffer. Nicholas Marriott 2007-10-24 11:21:29 +0000
  • 3859c9f239 Free/close windows properly. Nicholas Marriott 2007-10-24 11:05:59 +0000
  • ab02144e3d Don't need ttydefchars here. Nicholas Marriott 2007-10-23 11:25:32 +0000
  • 9a086da081 Sync. Nicholas Marriott 2007-10-23 10:52:53 +0000
  • 688a487570 Lift last MAXNAMELEN limit on -s argument. Nicholas Marriott 2007-10-23 10:48:23 +0000
  • 21c17da7e6 Remove freed keys from array. Nicholas Marriott 2007-10-23 10:25:57 +0000
  • 64713e0511 Tweak a couple of variable names. Nicholas Marriott 2007-10-23 10:25:03 +0000
  • 14fdb49c19 FreeBSD lacks TTY_NAME_MAX. Nicholas Marriott 2007-10-23 10:21:59 +0000
  • 25e94a0526 List client command. Nicholas Marriott 2007-10-23 09:36:19 +0000
  • 98e7e79e4c Show size. Nicholas Marriott 2007-10-23 09:36:07 +0000
  • 0b0a3c02af Return 0 on lost server so pkill works okay if scripted. Nicholas Marriott 2007-10-22 13:16:36 +0000
  • 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 +0000
  • 8d09be0cb1 Oops, 0 in wrong place. Nicholas Marriott 2007-10-19 23:33:20 +0000
  • 5c2d7b2a9a Don't send zero-length when we have a \0. Nicholas Marriott 2007-10-19 23:25:33 +0000
  • 8f6bc501d1 Sync. Nicholas Marriott 2007-10-19 22:34:06 +0000
  • d544d5915d time.h. Nicholas Marriott 2007-10-19 22:32:54 +0000
  • 63795f6c04 Missing time.h. Nicholas Marriott 2007-10-19 22:17:29 +0000
  • 97e8b94ef8 cctx should be 0. Nicholas Marriott 2007-10-19 21:58:17 +0000
  • 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