Commit Graph

  • ccf5784bcf Add a couple of bits. Nicholas Marriott 2009-01-11 01:01:05 +00:00
  • 6c9822ccc2 Update slightly. Nicholas Marriott 2009-01-11 01:00:53 +00:00
  • e3feb067a5 Server locking. set-password and lock-server commands, plus automatic locking. Nicholas Marriott 2009-01-11 00:48:42 +00:00
  • ee0a7cda88 Restore emulation of ich with insert mode. Nicholas Marriott 2009-01-10 22:28:40 +00:00
  • 736117e4e9 Whoops, didn't mean to commit that bit. Nicholas Marriott 2009-01-10 22:26:08 +00:00
  • 20fc7a4b6c Don't need cud. Nicholas Marriott 2009-01-10 22:24:23 +00:00
  • 083f9cb42a Linux bits. Nicholas Marriott 2009-01-10 19:40:01 +00:00
  • 4d71164826 Pick up cwd from environment,. Nicholas Marriott 2009-01-10 19:37:35 +00:00
  • 88ab74ac20 Clock mode. Nicholas Marriott 2009-01-10 19:35:40 +00:00
  • 8253e68c79 Oops, missed from btab commit. Nicholas Marriott 2009-01-10 18:37:08 +00:00
  • bea8a54f69 Update. Nicholas Marriott 2009-01-10 18:35:48 +00:00
  • 312633203d Support btab. Nicholas Marriott 2009-01-10 18:28:09 +00:00
  • 9722e7194b Comments no longer valid. Nicholas Marriott 2009-01-10 18:08:55 +00:00
  • 5b8d4f1249 Colour. Nicholas Marriott 2009-01-10 17:13:20 +00:00
  • ca4e34cbb4 Update. Nicholas Marriott 2009-01-10 17:11:13 +00:00
  • 547b244e32 It does hit C-b. Nicholas Marriott 2009-01-10 17:00:03 +00:00
  • e96dfbc2bf +tmux differences. Nicholas Marriott 2009-01-10 16:58:22 +00:00
  • 34cc2e0962 Update. Nicholas Marriott 2009-01-10 16:07:49 +00:00
  • 5771113be9 This applies to xterm too. Nicholas Marriott 2009-01-10 15:53:09 +00:00
  • 0e736bf3d7 Tweak some more. Nicholas Marriott 2009-01-10 15:25:44 +00:00
  • 31509a8aa4 Tweak again. Nicholas Marriott 2009-01-10 15:22:31 +00:00
  • 5890630a83 +FAQ to dist. Tweak. Nicholas Marriott 2009-01-10 15:21:31 +00:00
  • cd2c9d5c41 New FAQ. Nicholas Marriott 2009-01-10 15:19:37 +00:00
  • b0b1d92a1b Use "%4d" instead of " %2d". Nicholas Marriott 2009-01-10 14:46:17 +00:00
  • fd05d07c2b Change server-info format. Nicholas Marriott 2009-01-10 14:43:43 +00:00
  • a49e9b5b00 +UTF-8-demo.txt Nicholas Marriott 2009-01-10 14:08:24 +00:00
  • 934e6d9413 vis functions for Linux. Nicholas Marriott 2009-01-10 12:52:57 +00:00
  • a1b43faa43 Trim spaces. Nicholas Marriott 2009-01-10 01:51:22 +00:00
  • 430d219436 Don't show newlines etc. Nicholas Marriott 2009-01-10 01:44:35 +00:00
  • e293d6af45 Space for page down as well. Nicholas Marriott 2009-01-10 01:41:32 +00:00
  • 9def032d16 Line up indexes. Nicholas Marriott 2009-01-10 01:41:02 +00:00
  • fb6c8ecae6 New command, server-info, to show server info + terminal details. Also tweak term stuff a bit. Nicholas Marriott 2009-01-10 01:30:38 +00:00
  • 3ed5aa3e72 Build array of codes, stop using ncurses global variables and push ncurses crap into tty-term.c. Nicholas Marriott 2009-01-09 23:57:42 +00:00
  • e134458754 Handle arrow key variants. Nicholas Marriott 2009-01-09 16:47:06 +00:00
  • ed1031b358 Update key handling code. Simplify, support ctrl properly and add a new window option (xterm-keys) to output xterm key codes including ctrl and, if available, alt and shift. Nicholas Marriott 2009-01-09 16:45:58 +00:00
  • 622d4def22 Give up the farce of caring about any keys aside from the ones in the screen termcap and the ones termcap doesn't handle that we hardcode manually. Nicholas Marriott 2009-01-08 22:28:02 +00:00
  • 678dffa840 Utility files. Nicholas Marriott 2009-01-08 22:02:25 +00:00
  • a9f0418255 Update CHANGES. Nicholas Marriott 2009-01-08 21:59:24 +00:00
  • cd8f85c2bd When I wrote this I somehow forgot that the cursor could helpfully sit at sx (one character off the right of the screen), so there are several out-of-bounds issues. Add some additional checking. Nicholas Marriott 2009-01-08 21:55:12 +00:00
  • 10c4a6dc33 Don't die when out of bounds if non-DEBUG. Stops people hitting me when bugs kill their long-running sessions in release versions. Nicholas Marriott 2009-01-08 21:52:05 +00:00
  • 4ebb85aae8 Don't return NULL when retrieving a string that is too long. Nicholas Marriott 2009-01-08 21:22:01 +00:00
  • ed5e8c4cd9 Tidy, +. Nicholas Marriott 2009-01-08 19:59:37 +00:00
  • 481465d34c -. Nicholas Marriott 2009-01-08 19:10:10 +00:00
  • 45738b2a85 Tweak. Nicholas Marriott 2009-01-07 23:09:51 +00:00
  • 58be8b38a7 More man page updates from Tiago Cunha. Nicholas Marriott 2009-01-07 23:07:42 +00:00
  • d531dbb53a Minor tidying; remove some old debugging messages. Nicholas Marriott 2009-01-07 22:57:03 +00:00
  • 4846ad1657 Introduce nitems() and use it; use bsearch. Nicholas Marriott 2009-01-07 22:52:33 +00:00
  • 4924d8e1e2 +comment. Nicholas Marriott 2009-01-07 22:29:33 +00:00
  • a3e3051742 Whoops. New stuff goes at the top. Doh! Nicholas Marriott 2009-01-07 20:15:20 +00:00
  • c980360cb5 +. Nicholas Marriott 2009-01-07 20:11:51 +00:00
  • 51a3a93731 Update TODO. Nicholas Marriott 2009-01-07 20:09:10 +00:00
  • 18312fa6fd Some options tidying/code shrinkage. Also add -u option to unset non-global options (allowing them to inherit), and some extra info. Nicholas Marriott 2009-01-07 19:53:17 +00:00
  • 51ca51e329 Buffers should be numbered from zero, from Tiago Cunha. Also fix paste -b. Nicholas Marriott 2009-01-07 19:52:36 +00:00
  • 8810fc158c Updates from Tiago Cunha. Nicholas Marriott 2009-01-07 18:54:18 +00:00
  • a450b22e92 Memory leak fix from Tiago Cunha. Nicholas Marriott 2009-01-07 08:10:02 +00:00
  • 0314e767e1 Stray debug message. Nicholas Marriott 2009-01-06 18:33:32 +00:00
  • 4817468e92 +TODO +CHANGES. Nicholas Marriott 2009-01-06 18:24:37 +00:00
  • d7e0ea5cc6 Don't die when backspacing off the edge of the screen, reported by David Chisnall.. Nicholas Marriott 2009-01-06 18:07:57 +00:00
  • 4af8db90e8 Complete option names as well. Nicholas Marriott 2009-01-06 17:04:56 +00:00
  • 9cddd796ff Prompt history. Nicholas Marriott 2009-01-06 15:37:15 +00:00
  • 7fef12b491 Whoops, add keys in the right place in the tree. Nicholas Marriott 2009-01-06 14:47:56 +00:00
  • ca1ee21702 Switch to splay tree for key bindings. Nicholas Marriott 2009-01-06 14:10:32 +00:00
  • ac3fe6512f Some tweaks found by LLVM courtesy of IcePic. Nicholas Marriott 2009-01-05 11:04:06 +00:00
  • b457479904 Make home and end work. Nicholas Marriott 2008-12-22 17:26:51 +00:00
  • db39fd8503 Add vim mode. Nicholas Marriott 2008-12-20 09:09:57 +00:00
  • da6e334eb4 Another duplicate. Nicholas Marriott 2008-12-17 08:08:09 +00:00
  • c9912c20b3 Fix C-space and M-space. Nicholas Marriott 2008-12-16 08:25:48 +00:00
  • 5445918b3e source-file command from Tiago Cunha. Nicholas Marriott 2008-12-15 21:21:56 +00:00
  • 3bc3f632e1 Don't bother waking up when nothing is attached. Nicholas Marriott 2008-12-13 18:06:08 +00:00
  • 75f043fedb Work around lack of dch. Nicholas Marriott 2008-12-13 17:41:49 +00:00
  • de0a3a0840 Fix CLEANFILES. Nicholas Marriott 2008-12-13 17:40:30 +00:00
  • f26c691b08 Should redraw 1 too. Nicholas Marriott 2008-12-11 21:10:04 +00:00
  • 8fb10c11a0 Don't segfault on last character. Nicholas Marriott 2008-12-11 17:06:28 +00:00
  • a1a8e0ce7a Tidy formatting. Nicholas Marriott 2008-12-10 20:26:41 +00:00
  • 5c3d973a4a Import OpenBSD's getopt(3) to workaround broken glibc version. Nicholas Marriott 2008-12-10 20:25:42 +00:00
  • 3b2859e9dc Even better, use cause. Nicholas Marriott 2008-12-10 19:50:35 +00:00
  • 7a82e86827 Make window options work the same was as session options, add mode-fg/mode-bg options, force -g for global on set/show/setw/showw/ Nicholas Marriott 2008-12-08 16:19:51 +00:00
  • f008d303e7 Kill warning. Nicholas Marriott 2008-12-06 09:30:25 +00:00
  • d0342f4a04 Ability to show window title on status line. Nicholas Marriott 2008-12-05 20:04:06 +00:00
  • 408c855070 +. Nicholas Marriott 2008-12-02 16:46:26 +00:00
  • 8f163b8caa Support dfly, from joshe. Nicholas Marriott 2008-11-27 18:55:47 +00:00
  • 8bef3adc83 Fix build on sparc. Nicholas Marriott 2008-11-23 19:38:12 +00:00
  • cb3f4ed6fe Bump NSETOPTION. Nicholas Marriott 2008-11-17 18:56:36 +00:00
  • a55a998d93 Update NOTES. Nicholas Marriott 2008-11-17 18:35:27 +00:00
  • 8524062e56 Document mode keys Nicholas Marriott 2008-11-17 17:41:35 +00:00
  • 5ca710d9e3 Disable UTF-8 by default and add options to enable it. Nicholas Marriott 2008-11-16 13:28:59 +00:00
  • 46f5e42145 Keep stack of previous windows. Check for op (orig_pair) for default colours. Nicholas Marriott 2008-11-16 10:10:26 +00:00
  • 1425738790 y not x :-/ Nicholas Marriott 2008-11-12 23:39:25 +00:00
  • 7be7706f4d Ooops. Check the right value. Nicholas Marriott 2008-11-12 23:38:40 +00:00
  • 4198a9c376 TAILQ -> SLIST. Nicholas Marriott 2008-11-05 01:19:24 +00:00
  • 4e4aefaf7e Don't try to redraw status line in prompt mode. Nicholas Marriott 2008-11-04 20:55:58 +00:00
  • 6304e23984 Record intermediate for p2/s2 and fake up charset redefinition (some programs use it to switch character set). Nicholas Marriott 2008-11-04 20:41:10 +00:00
  • cf092dc27f This breaks mutt. Nicholas Marriott 2008-11-04 20:06:48 +00:00
  • 25975cf5ae Alternative charset commands. Nicholas Marriott 2008-11-04 19:28:58 +00:00
  • 08e615a03a Don't die if tcsetattr fails; fixes problems with cwm. Nicholas Marriott 2008-10-27 20:13:37 +00:00
  • 93de57d83f Sync. Nicholas Marriott 2008-10-22 17:28:22 +00:00
  • 2aeb08a54b I don't like this... Nicholas Marriott 2008-10-09 22:03:36 +00:00
  • 0ba0fd389c Translate 256 colours to 16. Nicholas Marriott 2008-10-09 22:00:33 +00:00
  • 185f7297e8 Better OSC support for title setting, and support APC as well. Nicholas Marriott 2008-10-09 21:22:16 +00:00
  • 23e7da1ccb Clear correct range. Nicholas Marriott 2008-10-09 05:31:04 +00:00