Commit Graph

  • d394293ba5 Add -t to source-file, GitHub issue 3473. nicm 2023-09-15 06:31:49 +0000
  • c57a09269b Merge branch 'obsd-master' Thomas Adam 2023-09-14 16:01:10 +0100
  • 8191c58737 Reset combine flag only if text is actually processed. nicm 2023-09-14 13:01:35 +0000
  • f68d35c529 Merge branch 'obsd-master' Thomas Adam 2023-09-08 10:01:10 +0100
  • c02bc4dbe9 On second thoughts, do check DA2 for DECFRA and DECSLRM since that will catch terminals that say they are VT520 even if we can't use DA1 (because of VTE). nicm 2023-09-08 07:05:06 +0000
  • 4872811ba7 Use DECSLRM and DECFRA only at level 4 rather than checking the terminal id. nicm 2023-09-08 06:52:31 +0000
  • 1a1290f30b Only remove images if reverse index actually scrolls. Nicholas Marriott 2023-09-07 22:02:11 +0100
  • 7be7ca7195 Shut autoconf up. Nicholas Marriott 2023-09-07 18:24:28 +0100
  • 32197fa52d Merge branch 'obsd-master' Thomas Adam 2023-09-07 14:01:11 +0100
  • 9653a52a6a Use DECSLRM and DECFRA on terminals pretending to be VT520 or VT525 as well as VT420. nicm 2023-09-07 10:21:46 +0000
  • d60c8942ce Merge branch 'obsd-master' Thomas Adam 2023-09-07 10:01:10 +0100
  • c99f9e92e0 Accept 65 for VT525 as well. nicm 2023-09-07 07:19:21 +0000
  • e26356607e Merge branch 'obsd-master' Thomas Adam 2023-09-04 10:01:10 +0100
  • 43e5e80343 Skip wrapped lines in top level search loop because they will be combined in the inner loop (in window_copy_search_rl_regex and the others), avoids searching the same text multiple times. Also add a line length limit for regex searches. GitHub issue 3675. nicm 2023-09-04 08:01:43 +0000
  • 1742138f05 Merge branch 'obsd-master' Thomas Adam 2023-09-02 22:01:09 +0100
  • c767d62329 Request terminal colours again on SIGWINCH but at most once every 30 seconds, GitHub issue 3582. nicm 2023-09-02 20:03:10 +0000
  • 7ad29b9831 Merge branch 'obsd-master' Thomas Adam 2023-09-02 12:01:09 +0100
  • d209fe9b1e Setulc only does RGB colour so add Setulc1 to do non-RGB colours, GitHub issue 3627. nicm 2023-09-02 09:17:23 +0000
  • c5542637d7 Set visited flag on last windows when linking session. nicm 2023-09-02 08:38:37 +0000
  • e7c829fc67 Merge branch 'obsd-master' Thomas Adam 2023-09-01 20:01:10 +0100
  • 579829eef2 Only compare the actual size of the UTF-8 character, not all of it. nicm 2023-09-01 18:43:54 +0000
  • 3aa20f6e75 Use %05X not %08X. Nicholas Marriott 2023-09-01 19:37:27 +0100
  • f78279bb2e Add missing -T to getopt string. nicm 2023-09-01 16:40:38 +0000
  • a99d7c6314 makefile: fixup bad merge Thomas Adam 2023-09-01 17:13:55 +0100
  • cf1ed67fcc Merge branch 'obsd-master' Thomas Adam 2023-09-01 17:09:41 +0100
  • 1aec420465 Merge branch 'obsd-master' Thomas Adam 2023-09-01 17:06:27 +0100
  • 16e4b39359 Clear combine flag when a non-UTF-8 set of characters is encountered. nicm 2023-09-01 16:01:54 +0000
  • 76898c86ab Run trim_malloc after grid_destroy and grid_clear_history Marc Reisner 2023-09-01 10:27:16 -0500
  • 9456258ccc Rewrite combined character handling to be more consistent and to support newer Unicode combined characters (which we have to "know" are combined since they are not width zero). GitHub issue 3600. nicm 2023-09-01 14:29:11 +0000
  • c41d59f232 Expand name before looking for window with -S, GitHub issue 3670. nicm 2023-09-01 14:24:46 +0000
  • d682ef88e6 Bump width and height to 10000. Nicholas Marriott 2023-09-01 14:54:27 +0100
  • c1e6e54e6e Add detach-on-destroy previous and next, mostly from Alexis Hildebrandt. nicm 2023-09-01 13:48:54 +0000
  • ac3b623c01 Merge branch 'master' into afh-detach-on-destroy Alexis Hildebrandt 2023-09-01 08:01:40 +0200
  • ac341dcf35 Address PR comments Alexis Hildebrandt 2023-08-29 11:33:39 +0200
  • 62f657845e Fix merge error, from Jakub Łukasiewicz. Nicholas Marriott 2023-08-26 20:57:44 +0100
  • 67792d458f Fix SIXEL images not being processed Jorengarenar 2023-08-26 21:51:17 +0200
  • a9841a6d1e portable: fixup merge Thomas Adam 2023-08-23 20:55:23 +0100
  • 70ecf17f85 Merge branch 'obsd-master' Thomas Adam 2023-08-23 20:37:42 +0100
  • 71d453f169 Add -c to run-shell to set working directory, from someone in GitHub issue 3661. nicm 2023-08-23 08:40:25 +0000
  • 071849f82f Improve logging of SIXEL parsing errors. Nicholas Marriott 2023-08-23 09:30:20 +0100
  • 52084b2948 Log what input_dcs_dispatch does with the input data. nicm 2023-08-23 08:30:07 +0000
  • 34a7bfe0f1 Add -c option to specify starting directory in which run-shell command executes caiuswang 2023-08-09 22:44:44 +0800
  • dfbc6b1888 Merge SIXEL branch. Nicholas Marriott 2023-08-22 08:43:35 +0100
  • 34a94e5ce1 Re-use session_(previous|next)_session functions Alexis Hildebrandt 2023-08-18 09:34:38 +0200
  • 04ce168975 Merge branch 'master' into afh-detach-on-destroy Alexis Hildebrandt 2023-08-18 09:33:21 +0200
  • 3ba7bbcc85 Address PR feedback Alexis Hildebrandt 2023-08-17 19:18:15 +0200
  • e3a8b8434c Merge branch 'obsd-master' Thomas Adam 2023-08-17 18:01:09 +0100
  • 44a215bfe4 Fix typos Alexis Hildebrandt 2023-08-17 18:41:22 +0200
  • 8636848e63 Add a session, pane and user mouse range types for the status line and add format variables for mouse_status_line and mouse_status_range so they can be associated with different commands in the key bindings. GitHub issue 3652. nicm 2023-08-17 14:10:28 +0000
  • e378b9caf5 Address PR feedback Alexis Hildebrandt 2023-08-17 09:33:21 +0200
  • b721ca7e99 WIP: Add none border-lines style Alexis Hildebrandt 2023-08-17 08:55:30 +0200
  • 9a41118a2b Add new preceding and following detach-on-destroy option Alexis Hildebrandt 2023-08-17 08:31:08 +0200
  • 12ae2716b3 Rename server_next_session to server_recent_session Alexis Hildebrandt 2023-08-16 22:13:02 +0200
  • 3d93b0c52e Merge branch 'obsd-master' Thomas Adam 2023-08-15 12:01:09 +0100
  • d9942c769e Add meta bindings for status line menus as well as the existing pane one for terminals which steal the mouse menu button. nicm 2023-08-15 09:51:48 +0000
  • 6a45e6c256 Merge branch 'obsd-master' Thomas Adam 2023-08-15 10:01:09 +0100
  • b770a429c6 Add an option menu-selected-style to configure the currently selected menu item, from Alexis Hildebrandt. nicm 2023-08-15 07:01:47 +0000
  • 11e69f6025 Merge branch 'obsd-master' Thomas Adam 2023-08-11 20:01:09 +0100
  • 57837bbf67 Do not crash if in buffer mode and the last buffer is deleted using the command. nicm 2023-08-11 17:09:00 +0000
  • 4de3733787 Replace type with border-lines for display-popup -b option Alexis Hildebrandt 2023-08-10 16:00:00 +0200
  • 5af787f901 Add menu-selected-style Alexis Hildebrandt 2023-08-10 13:23:19 +0200
  • 2ebb673d88 Allow selected menu item to be styled inline Alexis Hildebrandt 2023-08-10 10:39:56 +0200
  • dee5dac64e Merge branch 'master' into afh-menu-border-lines Alexis Hildebrandt 2023-08-10 09:49:33 +0200
  • 4c60afde78 Merge branch 'obsd-master' Thomas Adam 2023-08-08 12:01:10 +0100
  • ed689cd54e Merge branch 'obsd-master' Thomas Adam 2023-08-08 10:01:11 +0100
  • 7a44984069 Add flag to next-prompt/previous-prompt to go to command output instead, from Magnus Gross. nicm 2023-08-08 08:21:29 +0000
  • dee72ed41f Add options and flags for menu styles similar to those existing for popups, from Alexis Hildebrandt. GitHub issue 3650. nicm 2023-08-08 08:08:47 +0000
  • 1071ef8fc5 Extend the menu drawing function to support custom characters and styles, from Alexis Hildebrandt. nicm 2023-08-08 07:41:04 +0000
  • 2b535bc173 Fix a couple of rounded border characters, from Alexis Hildebrandt. nicm 2023-08-08 07:19:48 +0000
  • 7506e93a0e Address PR comments Alexis Hildebrandt 2023-08-07 21:30:11 +0200
  • d5b7c6cec2 Merge branch 'afh-menu-border-style' into afh-menu-border-lines Alexis Hildebrandt 2023-08-07 21:24:12 +0200
  • c31163fa1a Address PR feedback Alexis Hildebrandt 2023-08-07 21:09:47 +0200
  • b791f00bf1 Merge branch 'obsd-master' Thomas Adam 2023-08-07 14:01:12 +0100
  • 3e82ad5340 Merge branch 'obsd-master' Thomas Adam 2023-08-07 12:01:10 +0100
  • 7b1030293c Free title earlier, from Alexis Hildebrandt. nicm 2023-08-07 10:52:00 +0000
  • a5fd80bbc3 Trim can generate strings longer than the original if there are many #s, so create a bigger buffer. Reported by Robert Morris. nicm 2023-08-07 10:04:29 +0000
  • bce0894d54 Add options and arguments to display-menu to set menu border lines Alexis Hildebrandt 2023-07-27 14:45:35 +0200
  • b6aa4d7c1d Add options and arguments to display-menu to set menu border style Alexis Hildebrandt 2023-07-27 00:04:38 +0200
  • 1ab76d68e3 Add options and arguments to display-menu to set menu style Alexis Hildebrandt 2023-07-26 21:26:54 +0200
  • ac72af748d Minor clean-up around freeing a menu title Alexis Hildebrandt 2023-07-26 17:57:07 +0200
  • fda3937734 Merge branch 'obsd-master' Thomas Adam 2023-07-19 16:01:09 +0100
  • b13c230749 Correct visited flag when the last window list is rebuilt by renumbering windows, appears to fix hang reported by Mark Kelly. nicm 2023-07-19 13:03:36 +0000
  • 8d8d51adc3 Set mouse_word on the status line, GitHub issue 3628 Faustin Date 2023-07-19 19:38:06 +0900
  • 715f39a53a Merge branch 'obsd-master' Thomas Adam 2023-07-14 22:01:10 +0100
  • 2f74e811f1 Set extended keys flag again after reset, from Eric T Johnson. nicm 2023-07-14 19:32:59 +0000
  • dcf942cb33 Use silent makefile rules by default Pavel Roskin 2023-07-13 16:48:05 -0700
  • 99acc1ec01 Update extended-keys mode after running reset(1) yut23 2023-07-13 15:45:04 -0400
  • 828efc7bcf Merge branch 'obsd-master' Thomas Adam 2023-07-13 18:01:10 +0100
  • 84936b832f Use 8 for underscore colour defaults instead of 0 which is less confusing, and fix writing tge default colour. GitHub issue 3627. nicm 2023-07-13 06:03:48 +0000
  • c8494dff7b Merge branch 'obsd-master' Thomas Adam 2023-07-11 20:01:10 +0100
  • 8fcc212e7a Remove Ns and Li and change Nm to Ic, suggested by jmc. nicm 2023-07-11 16:09:09 +0000
  • 0e281530cb Merge branch 'obsd-master' Thomas Adam 2023-07-11 10:01:10 +0100
  • efded95ed7 Add descriptions of copy mode commands, from Michael Bianco. nicm 2023-07-11 07:34:23 +0000
  • 0d0a9a6c59
    add periods Michael Bianco 2023-07-10 16:37:36 -0600
  • c80918d05d
    adding next-prompt and previous-prompt Michael Bianco 2023-07-10 10:58:21 -0600
  • 18870913c5 Merge branch 'obsd-master' Thomas Adam 2023-07-10 14:01:12 +0100
  • 63b7282377 It should no longer be necessary to ignore SIGCHLD because it is now blocked around daemon(), and doing so causes trouble with newer libevent (it cannot restore the original handler). Reported by Azat Khuzhin in GitHub issue 3626. nicm 2023-07-10 12:00:08 +0000
  • 269dab4b3e Merge branch 'obsd-master' Thomas Adam 2023-07-10 12:01:12 +0100
  • 4ece43a029 Loop around waitpid in client, from Azat Khuzhin. nicm 2023-07-10 09:35:46 +0000
  • 8b3e2eab5a Use a stack for last panes line windows, from Thomas Bertschinger in GitHub issue 3588. nicm 2023-07-10 09:24:53 +0000