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

Commit Graph

  • f07cedf048 Rename some functions. Nicholas Marriott 2008-09-10 19:15:06 +0000
  • ded348064a Split colour functions from screen. Nicholas Marriott 2008-09-10 18:59:29 +0000
  • 19a2c87f04 Initial UTF-8 support. Nicholas Marriott 2008-09-09 22:16:37 +0000
  • 1e145a639b Unbreak 256 colours when commands are combined. Nicholas Marriott 2008-09-09 17:35:04 +0000
  • d4173e2a78 Style tweaks. Nicholas Marriott 2008-09-08 22:18:03 +0000
  • 6674197e85 Fix bold/non-bold mismatch in 256 colour mode by adding an extra 8 bits (ick) onto the attributes and using two of them to mark the fg and bg as 256 colours when necessary. If only it was 255 colours we would have one value for default and wouln't need this :-/. Nicholas Marriott 2008-09-08 22:03:56 +0000
  • cecd7c0cc8 Comments. Nicholas Marriott 2008-09-08 21:05:41 +0000
  • affc3c95c3 Get defaults the right way round. Nicholas Marriott 2008-09-08 21:04:59 +0000
  • 0ba3bab997 Get the colours right. Nicholas Marriott 2008-09-08 20:51:19 +0000
  • 4235ddb4e8 Initial 256 colour support, lightly tested. Nicholas Marriott 2008-09-08 17:40:51 +0000
  • 33aa931541 Support OS X by moving to gettimeofday(2) and adding poll compat from OpenSSH. Nicholas Marriott 2008-08-28 17:45:30 +0000
  • 0abb4ca413 Also done. Nicholas Marriott 2008-08-08 17:36:58 +0000
  • b43ed100c2 Done. Nicholas Marriott 2008-08-08 17:36:30 +0000
  • 8ed403e309 Tidy logging and lose stdout hacks for _info. Nicholas Marriott 2008-08-08 17:35:42 +0000
  • de0e1c6284 Lose ensure* stuff. Nicholas Marriott 2008-08-07 20:20:52 +0000
  • 65833c2976 This order is required for -static. Nicholas Marriott 2008-08-07 05:15:21 +0000
  • 3a6e41c5cb Comment tweak. Nicholas Marriott 2008-08-01 20:25:13 +0000
  • 1b2cf86182 == 0 not == NULL Nicholas Marriott 2008-07-25 17:29:40 +0000
  • ba597da72e Environment variables in configuration file. Nicholas Marriott 2008-07-25 17:20:40 +0000
  • 546838ee65 This idea (nested sessions) is fraught with too many problems to do it sanely; for example, in order not to be annoying, previous-window would have to work as expected (jump back to previous session) but what if you enter the same session from different parent sessions? What is the previous window? It would have to be tied to the client. There are other issues as well, and I don't see it as terribly useful (you can bind a switch-client command to any key anyway), so it is off the list. Nicholas Marriott 2008-07-25 06:56:16 +0000
  • c39c1618c7 Spacing. Nicholas Marriott 2008-07-24 22:21:28 +0000
  • 3337dfcae5 Support keypad mode, and get rid of SCREEN_DEF*. Meant to commit these separately but forgot :-/. Nicholas Marriott 2008-07-24 21:42:40 +0000
  • 815b217482 These flags are off by default. Nicholas Marriott 2008-07-24 07:01:57 +0000
  • ee8a9d2458 Handle kcursor+kkeypad (switch to OA from [A). Nicholas Marriott 2008-07-24 00:03:15 +0000
  • e00736b811 Revert this, it breaks emacs. Nicholas Marriott 2008-07-23 23:46:51 +0000
  • 97212771b5 Support keypad. Change cursor key output. Nicholas Marriott 2008-07-23 23:44:50 +0000
  • 5942e22d71 Memory leaks. Nicholas Marriott 2008-07-23 22:18:06 +0000
  • 403b1b27ab Handle exact match properly. Nicholas Marriott 2008-07-19 10:07:50 +0000
  • 1e0cbd24ad emacs mode keys tweaks. Nicholas Marriott 2008-07-03 15:26:32 +0000
  • 399e352095 ^ for BOL too. Nicholas Marriott 2008-07-02 21:25:58 +0000
  • 892d1b534e Split emacs/vi keys into seperate tables. Nicholas Marriott 2008-07-02 21:22:57 +0000
  • 089f727f54 Rm UCLC LCUC which are unsupported on FBSD. Nicholas Marriott 2008-07-02 16:18:24 +0000
  • e5cf8594e8 long for pid. Nicholas Marriott 2008-07-01 20:35:16 +0000
  • dd41035a4d Protocol versioning, version is checked on identify message. Nicholas Marriott 2008-07-01 19:47:02 +0000
  • 87b9851f3a Doh. Nicholas Marriott 2008-07-01 19:00:50 +0000
  • bd1a705bbe 0.4 released. Nicholas Marriott 2008-07-01 05:43:01 +0000
  • 07af4ce499 Fill in $TMUX. Nicholas Marriott 2008-07-01 05:06:11 +0000
  • ce2dc2a66a Set up environ properly. Nicholas Marriott 2008-06-30 19:11:33 +0000
  • 8969a8beaf Don't copy default command, use NULL if specified to use previous command. Nicholas Marriott 2008-06-30 18:45:02 +0000
  • 80a594cae3 Document zombie window stuff. Nicholas Marriott 2008-06-30 18:27:14 +0000
  • 797f04b648 Document buffer stuff. Nicholas Marriott 2008-06-30 05:34:06 +0000
  • b881ff91f2 Sync use from priteau. Nicholas Marriott 2008-06-29 21:03:57 +0000
  • cfb611e95a Document next/prev word. Nicholas Marriott 2008-06-29 07:22:00 +0000
  • d90d646ca8 Zombie windows, requested by Will Maier. Nicholas Marriott 2008-06-29 07:04:31 +0000
  • 09a4f6a62d Make previous-word stop at BOL. Nicholas Marriott 2008-06-27 17:41:48 +0000
  • 9043fe891a Fix scrolling. Nicholas Marriott 2008-06-27 17:32:24 +0000
  • 1a58f958be Document some commands. Nicholas Marriott 2008-06-27 17:24:16 +0000
  • 571935c823 Handle bad session/client properly. Nicholas Marriott 2008-06-27 17:10:01 +0000
  • 6bc6e97da5 C-u C-f from merdely. Nicholas Marriott 2008-06-26 19:02:18 +0000
  • 8fee858871 index prompt. Nicholas Marriott 2008-06-25 20:44:26 +0000
  • b87789707b Oops, forgot to commit move-window. Also add select-prompt to allow index to be typed. Nicholas Marriott 2008-06-25 20:43:14 +0000
  • 7836298f29 Allow use of alt keys. move-window command. Nicholas Marriott 2008-06-25 20:33:20 +0000
  • eb5638f3e7 Only lowercase key bindings. Nicholas Marriott 2008-06-25 19:18:20 +0000
  • 26792fc3a8 Tweak. Nicholas Marriott 2008-06-25 19:12:30 +0000
  • 758efb3947 Handle escaped keys properly and use M-f/M-b in copy mode. Nicholas Marriott 2008-06-25 07:30:08 +0000
  • cb6c14502b Next/previous word in copy-mode. Nicholas Marriott 2008-06-24 07:00:39 +0000
  • c2876e6477 Sync. Nicholas Marriott 2008-06-23 22:42:04 +0000
  • c78b8d06a6 Purge stale entries. Nicholas Marriott 2008-06-23 22:35:53 +0000
  • fc7953f05f Fix usage. Nicholas Marriott 2008-06-23 22:26:52 +0000
  • 59da4dce67 list-commands command. Nicholas Marriott 2008-06-23 22:24:16 +0000
  • b69f4a3312 Split internal status-colour into status-fg/status-bg options and lose workarounds in set-option stuff. Nicholas Marriott 2008-06-23 22:12:29 +0000
  • e704d6aee2 IRIX fixes, sort of partly work. Nicholas Marriott 2008-06-23 21:54:48 +0000
  • 14d7cf3878 Unused variable. Nicholas Marriott 2008-06-23 19:51:48 +0000
  • 91f3165b2d IRIX fixes thanks to Elias Pipping. Nicholas Marriott 2008-06-23 16:58:49 +0000
  • c24d849fa4 Split options into a table to allow abbreviations. Nicholas Marriott 2008-06-23 07:41:21 +0000
  • e013970b0b Missing time.h. Nicholas Marriott 2008-06-22 22:28:33 +0000
  • 09a6b8d9c8 timespecadd, fgetln headers. Nicholas Marriott 2008-06-22 22:20:07 +0000
  • a52be0e194 More missing bits from Solaris. Nicholas Marriott 2008-06-22 21:52:41 +0000
  • c4d09c0511 Convert 0x70 -> 0x88. Nicholas Marriott 2008-06-22 16:56:47 +0000
  • 46383e33f8 Don't be clever and translate default colour. Nicholas Marriott 2008-06-22 16:54:08 +0000
  • 76019e1d52 If one match, add trailing space. Nicholas Marriott 2008-06-21 14:16:30 +0000
  • e70e9513a8 Simple tab completion of option names in command prompt. Nicholas Marriott 2008-06-21 14:11:39 +0000
  • 456ff329c3 Only set title if TERM looks vaguely okay. Also use newline for, er, newline rather than cursor_down. Nicholas Marriott 2008-06-21 13:11:28 +0000
  • 91e5e9290d Whoops. Take out abort(). Nicholas Marriott 2008-06-21 12:41:26 +0000
  • a65238e98c Strip padding from terminfo strings. Nicholas Marriott 2008-06-21 12:41:05 +0000
  • 74e8d47cf1 Update SRCS. Nicholas Marriott 2008-06-21 10:21:05 +0000
  • 2bd92e5f18 Lose unnecessary flags on context. Nicholas Marriott 2008-06-21 10:19:36 +0000
  • e5ab9a2db5 Sync. Nicholas Marriott 2008-06-21 10:08:52 +0000
  • 9a3c3c5198 Use three dots not two. Nicholas Marriott 2008-06-20 19:03:45 +0000
  • 487c65ebe7 Don't show creation time, show more of buffer. Nicholas Marriott 2008-06-20 19:01:59 +0000
  • ba0502958c Sync. Nicholas Marriott 2008-06-20 18:58:29 +0000
  • d7f5190a69 Trim. Nicholas Marriott 2008-06-20 18:58:13 +0000
  • 3128de3f19 buffer-limit option. Nicholas Marriott 2008-06-20 18:45:35 +0000
  • ef1c1d5753 Use the right flags argument for -d. Nicholas Marriott 2008-06-20 17:39:11 +0000
  • 4e4f71febb Swap in new paste buffer code and add a couple more commands. Nicholas Marriott 2008-06-20 17:31:48 +0000
  • 9798dcd4df Start of improved buffer code. Only set-buffer/show-buffer commands so far. Nicholas Marriott 2008-06-20 08:36:20 +0000
  • af924e726a Update. Nicholas Marriott 2008-06-20 06:36:47 +0000
  • 17fde823a8 Freeze output when showing display line, fixes problems when no status line. Nicholas Marriott 2008-06-20 06:36:01 +0000
  • 89ea06e0a1 Sync. Nicholas Marriott 2008-06-19 23:26:43 +0000
  • e9000e4c34 Wake up every 100 ms instead of 500. Add note. Nicholas Marriott 2008-06-19 23:24:40 +0000
  • a1db273dc2 display-time option to set message display time. Nicholas Marriott 2008-06-19 23:20:45 +0000
  • 7cebf4768b Hide cursor with flag. Nicholas Marriott 2008-06-19 23:07:11 +0000
  • ead089ece6 Use a fake cursor to avoid problems with real one when activity happens in window. Nicholas Marriott 2008-06-19 22:51:27 +0000
  • e180471982 Update from Will Maier. Nicholas Marriott 2008-06-19 22:14:12 +0000
  • 73d1558ed0 status-lines -> status, prefix-key -> prefix Nicholas Marriott 2008-06-19 22:04:02 +0000
  • 24cc3626dc Document command-prompt. Tweak TODO. Nicholas Marriott 2008-06-19 21:45:46 +0000
  • be0cf3bfe4 Add ; too. Nicholas Marriott 2008-06-19 21:28:41 +0000
  • 85135221f0 Handle commented lines. Nicholas Marriott 2008-06-19 21:20:27 +0000
  • 0695db3889 Convert cfg.c to use cmd-string stuff. Nicholas Marriott 2008-06-19 21:13:56 +0000
  • 471e37659f Handle empty strings as escape. Nicholas Marriott 2008-06-19 20:53:04 +0000